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


Public Member Functions | |
| def | __init__ (self, params, node_name="policy_node") |
| def | is_active (self) |
| def | active (self, value) |
| def | activate_policy (self, request, response) |
| def | get_sensor_msg_type (self, msg_type) |
| def | get_command_msg_type (self, msg_type) |
| def | register_sensors (self) |
| def | register_command (self) |
| def | forward () |
Public Attributes | |
| logger | |
| param_listener | |
| params | |
| activate_policy_service | |
| sensor_subs | |
| sensor_sync | |
| command_pub | |
| def moveit.policies.policy.Policy.__init__ | ( | self, | |
| params, | |||
node_name = "policy_node" |
|||
| ) |
| def moveit.policies.policy.Policy.activate_policy | ( | self, | |
| request, | |||
| response | |||
| ) |
| def moveit.policies.policy.Policy.active | ( | self, | |
| value | |||
| ) |
| def moveit.policies.policy.Policy.forward | ( | ) |
| def moveit.policies.policy.Policy.get_command_msg_type | ( | self, | |
| msg_type | |||
| ) |
| def moveit.policies.policy.Policy.get_sensor_msg_type | ( | self, | |
| msg_type | |||
| ) |
| def moveit.policies.policy.Policy.is_active | ( | self | ) |
| def moveit.policies.policy.Policy.register_command | ( | self | ) |
| def moveit.policies.policy.Policy.register_sensors | ( | self | ) |