-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mutex on code - Info #12
Comments
The basic idea of the driver is that the ROS thread is able to transmit serial commands to the motor driver, while a secondary thread receives data from the device. You can see these two threads getting setup in the main: roboteq/roboteq_driver/src/driver.cpp Line 64 in e8fa32d
All that the Ultimately this wasn't implemented because for Grizzly we just bake all the configuration into the MBS script that is downloaded on startup. The script itself is checksummed, which obviates the need for a lot of messaging back and forth. However, if there was an ambition to have the configuration settable using rosparams, this could be a route to implementing it. |
So, it takes care of data to be written into the serial port and other ros callbacks
while this take care of incoming bytes?
Do you have any example on how it could be done?
|
Hello,
Can you help me understand what these 3 lines does?
The text was updated successfully, but these errors were encountered: