Go to the source code of this file.
Namespaces | |
namespace | sr_example::commander::sr_right_print_joints_position |
Variables | |
tuple | sr_example::commander::sr_right_print_joints_position.all_joints_state = hand_commander.get_joints_position() |
dictionary | sr_example::commander::sr_right_print_joints_position.arm_joints_state = {k: v for k, v in all_joints_state.items() if k.startswith("ra_")} |
tuple | sr_example::commander::sr_right_print_joints_position.hand_commander = SrHandCommander() |
dictionary | sr_example::commander::sr_right_print_joints_position.hand_joints_state = {k: v for k, v in all_joints_state.items() if k.startswith("rh_")} |