Odrive_botwheel_explorer

Hello everyone,

I try the example of botwheel, everything works well but I find no publication on the topi joint_states.
It’s as if the corridors are disconnected.
However I can publish on the cmd_vel topic and the wheels are running correctly.
Can you help you find out why nothing is published on the topic joint_states?
Thanks

Hi,

Can you show your ROS node setup?

Hi
I followed the documentation exactly without making any changes.
And on the return of the topic joint_states there is NAN.
If you can give me some advice on how to solve this problem?
Thanks

Can you show the output of:
ros2 control list_hardware_interfaces

and
ros2 topic list

Did you set all the feedback message rates to 10ms?

Hi,
Ho, thank you very much… it’s a mistake on my part. I thought I had valid the feedback.
Everything works so well now.

Thanks