-
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
Encoder Use (EMOD) in MBS file #13
Comments
Hi, I have found a post on the RoboteQ's forum that confirms my hypothesis: |
I would be also interested in the answer. |
I @romainreignier I've fixed the @Myzhar with a new node in ROS https://github.com/rbonghi/roboteq_control This node works with ROS control and with the dynamic reconfigurator you can dinamically update the roboteq configuration. It has look like RoboRun+ |
@rbonghi yes, I have seen your node. The concept to use only the serial comm and no script and the dynamic reconfigure for everything is very interesting. |
yes, I know only this way :-( to dynamically update the the parameters when the motors run. If you know other solution I am interested to change this approach. At this time I've tested with a Jetson TX2 and works better without delay. |
This issue is not the right place for this discussion. But usually we use class members updated in the dynamic_reconfigure callback for this. |
Hello,
I'm not sure about the correctness of the following line:
https://github.com/g/roboteq/blob/indigo-devel/roboteq_driver/mbs/script.mbs#L30
I don't understand why you set EMOD to 50, while according to manual (p210) it should be
aa + mot1 * 16 + mot2 * 32
so
18 for motor 1 with feedback
34 for motor 2 with feedback
Walter
The text was updated successfully, but these errors were encountered: