johnkok / ros_odrive

Odrive motor controller C++ driver for ROS
MIT License
37 stars 18 forks source link

Rate of feedback from Odrive #10

Open OmkarKabadagi5823 opened 3 years ago

OmkarKabadagi5823 commented 3 years ago

The current rate at which the feedback from odrive is set to 1 Hz, but I want to increase it to at least 10 Hz. Removing the sleep in main function is still giving me about 5 Hz only. What is the issue and can I increase the feedback rate?