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


Public Member Functions | |
| std::string | getName () const override |
| Returns the name of the setup step. | |
| void | onInit () override |
| Overridable initialization method. | |
| bool | isReady () const override |
| Return true if the data necessary to proceed with this step has been configured. | |
| const std::vector< SensorParameters > & | getSensorPluginConfig () |
| void | clearSensorPluginConfig () |
| Clear the sensor plugin configuration parameter list. | |
| void | setConfig (const SensorParameters ¶meters) |
| 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. | |
Protected Attributes | |
| std::shared_ptr< PerceptionConfig > | perception_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 45 of file perception.hpp.
|
inline |
Clear the sensor plugin configuration parameter list.
Definition at line 68 of file perception.hpp.
|
inlineoverridevirtual |
Returns the name of the setup step.
Implements moveit_setup::SetupStep.
Definition at line 48 of file perception.hpp.
|
inline |
Definition at line 60 of file perception.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 perception.hpp.
|
overridevirtual |
Overridable initialization method.
Reimplemented from moveit_setup::SetupStep.
Definition at line 43 of file perception.cpp.
|
inline |
Definition at line 73 of file perception.hpp.
|
protected |
Definition at line 79 of file perception.hpp.