|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <ros2_controllers.hpp>


Public Member Functions | |
| std::string | getName () const override |
| Returns the name of the setup step. | |
| void | onInit () override |
| Overridable initialization method. | |
| std::string | getInstructions () const override |
| std::string | getButtonText () const override |
| std::vector< std::string > | getAvailableTypes () const override |
| std::string | getDefaultType () const override |
Public Member Functions inherited from moveit_setup::controllers::Controllers | |
| virtual FieldPointers | getAdditionalControllerFields () const |
| Define the types of controller fields for the specific types of controllers. | |
| bool | isReady () const override |
| Return true if the data necessary to proceed with this step has been configured. | |
| const std::vector< std::string > & | getJointNames () const |
| std::vector< std::string > | getGroupNames () const |
| std::string | getChildOfJoint (const std::string &joint_name) const |
| std::vector< ControllerInfo > & | getControllers () const |
| bool | addController (const ControllerInfo &new_controller) |
| ControllerInfo * | findControllerByName (const std::string &controller_name) |
| bool | deleteController (const std::string &controller_name) |
| bool | addDefaultControllers () |
| std::vector< std::string > | getJointsFromGroups (const std::vector< std::string > &group_names) const |
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. | |
| const rclcpp::Logger & | getLogger () const |
| Makes a namespaced logger for this step available to the widget. | |
Additional Inherited Members | |
Protected Attributes inherited from moveit_setup::controllers::Controllers | |
| std::shared_ptr< SRDFConfig > | srdf_config_ |
| std::shared_ptr< ControllersConfig > | controllers_config_ |
Protected Attributes inherited from moveit_setup::SetupStep | |
| DataWarehousePtr | config_data_ |
| rclcpp::Node::SharedPtr | parent_node_ |
| std::shared_ptr< rclcpp::Logger > | logger_ |
Definition at line 46 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Implements moveit_setup::controllers::Controllers.
Definition at line 73 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Implements moveit_setup::controllers::Controllers.
Definition at line 68 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Implements moveit_setup::controllers::Controllers.
Definition at line 78 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Implements moveit_setup::controllers::Controllers.
Definition at line 62 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Returns the name of the setup step.
Implements moveit_setup::SetupStep.
Definition at line 49 of file ros2_controllers.hpp.
|
inlineoverridevirtual |
Overridable initialization method.
Reimplemented from moveit_setup::SetupStep.
Definition at line 54 of file ros2_controllers.hpp.