moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <author_information.hpp>
Public Member Functions | |
std::string | getName () const override |
Returns the name of the setup step. More... | |
void | onInit () override |
Overridable initialization method. More... | |
bool | isReady () const override |
Return true if the data necessary to proceed with this step has been configured. More... | |
std::string | getAuthorName () const |
std::string | getAuthorEmail () const |
void | setAuthorName (const std::string &name) |
void | setAuthorEmail (const std::string &email) |
Public Member Functions inherited from moveit_setup::SetupStep | |
SetupStep ()=default | |
SetupStep (const SetupStep &)=default | |
SetupStep (SetupStep &&)=default | |
SetupStep & | operator= (const SetupStep &)=default |
SetupStep & | operator= (SetupStep &&)=default |
virtual | ~SetupStep ()=default |
void | initialize (const rclcpp::Node::SharedPtr &parent_node, const DataWarehousePtr &config_data) |
Called after construction to initialize the step. More... | |
const rclcpp::Logger & | getLogger () const |
Makes a namespaced logger for this step available to the widget. More... | |
Protected Attributes | |
std::shared_ptr< PackageSettingsConfig > | package_settings_ |
Protected Attributes inherited from moveit_setup::SetupStep | |
DataWarehousePtr | config_data_ |
rclcpp::Node::SharedPtr | parent_node_ |
std::shared_ptr< rclcpp::Logger > | logger_ |
Definition at line 45 of file author_information.hpp.
std::string moveit_setup::core::AuthorInformation::getAuthorEmail | ( | ) | const |
std::string moveit_setup::core::AuthorInformation::getAuthorName | ( | ) | const |
|
inlineoverridevirtual |
Returns the name of the setup step.
Implements moveit_setup::SetupStep.
Definition at line 48 of file author_information.hpp.
|
inlineoverridevirtual |
Return true if the data necessary to proceed with this step has been configured.
Reimplemented from moveit_setup::SetupStep.
Definition at line 55 of file author_information.hpp.
|
overridevirtual |
Overridable initialization method.
Reimplemented from moveit_setup::SetupStep.
Definition at line 43 of file author_information.cpp.
void moveit_setup::core::AuthorInformation::setAuthorEmail | ( | const std::string & | ) |
Definition at line 63 of file author_information.cpp.
void moveit_setup::core::AuthorInformation::setAuthorName | ( | const std::string & | name | ) |
Definition at line 58 of file author_information.cpp.
|
protected |
Definition at line 67 of file author_information.hpp.