Accessing Servos Data #27
|
Hello! The specs for the ViperX 300 say the following:
I'm wondering whether there's an API I'm not finding or another way to access that data? Thanks! |
Answered by
lukeschmitt-tr
Dec 12, 2022
Replies: 1 comment 2 replies
|
Many of the services provided by the xs_sdk give access to these low-level interfaces:
You can also use the DYNAMIXEL Wizard 2.0 Tool when not running a control program to get/set registers. |
2 replies
Answer selected by
lukeschmitt-tr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Many of the services provided by the xs_sdk give access to these low-level interfaces:
/<robot_name>/set_operating_modes/<robot_name>/set_motor_pid_gains/<robot_name>/set_motor_registers/<robot_name>/get_motor_registersYou can also use the DYNAMIXEL Wizard 2.0 Tool when not running a control program to get/set registers.