Factor-Robotics / odrive_ros2_control

ODrive driver for ros2_control
Apache License 2.0
250 stars 82 forks source link

Is it possible to read a bus voltage from this package? #17

Open Gilocho opened 2 years ago

Gilocho commented 2 years ago

I see that in the documentation it says that it is possible to read the voltage sensor, but I have not been able to find information on how to do it in the documentation and if it is possible to put it in some topic to ros, does anyone know if it is possible to do it and if they have an example or guide to do it? Thanks

borongyuan commented 2 years ago

joint_state_broadcaster has two topics, /joint_states and /dynamic_joint_states. /dynamic_joint_states contains bus voltage and error code.