|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|


Public Member Functions | |
| __init__ (self, params, node_name="policy_node") | |
| is_active (self) | |
| active (self, value) | |
| activate_policy (self, request, response) | |
| get_sensor_msg_type (self, msg_type) | |
| get_command_msg_type (self, msg_type) | |
| register_sensors (self) | |
| register_command (self) | |
| forward () | |
Public Attributes | |
| logger = self.get_logger() | |
| param_listener = params.ParamListener(self) | |
| params = self.param_listener.get_params() | |
| activate_policy_service | |
| list | sensor_subs = [] |
| sensor_sync | |
| forward | |
| command_pub | |
Protected Attributes | |
| bool | _is_active = False |
| moveit.policies.policy.Policy.__init__ | ( | self, | |
| params, | |||
| node_name = "policy_node" ) |
| moveit.policies.policy.Policy.activate_policy | ( | self, | |
| request, | |||
| response ) |
| moveit.policies.policy.Policy.active | ( | self, | |
| value ) |
| moveit.policies.policy.Policy.forward | ( | ) |
| moveit.policies.policy.Policy.get_command_msg_type | ( | self, | |
| msg_type ) |
| moveit.policies.policy.Policy.get_sensor_msg_type | ( | self, | |
| msg_type ) |
| moveit.policies.policy.Policy.is_active | ( | self | ) |
| moveit.policies.policy.Policy.register_command | ( | self | ) |
| moveit.policies.policy.Policy.register_sensors | ( | self | ) |
|
protected |
| moveit.policies.policy.Policy.activate_policy_service |
| moveit.policies.policy.Policy.command_pub |
| moveit.policies.policy.Policy.param_listener = params.ParamListener(self) |
| moveit.policies.policy.Policy.params = self.param_listener.get_params() |
| moveit.policies.policy.Policy.sensor_sync |