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 | |
param_listener | |
params | |
activate_policy_service | |
activate_policy | |
sensor_subs | |
sensor_sync | |
forward | |
command_pub | |
Protected Attributes | |
_is_active | |
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 | ) |