-
Notifications
You must be signed in to change notification settings - Fork 159
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
control pose/velocity vs measured pose/velocity and tf #220
Comments
Hi, to better assist with your issue, may I ask what is the controlling method you plan to use in ROS? Is it through Moveit or our wrapped ROS services? |
Hi @penglongxiang, MoveIt like, sending controller commands to the trajectory controller topic. But I am specifically interested in
So the question is about time/pose synchronization using Will the control vs measured pose/velocity on ROS side affect us in such scenario etc? |
Hi @bmegli, so you are using the BTW if you need less delay or higher update rate, please specify |
Thank you @penglongxiang From XARM side we are using realMove_exec.launch with
Yes, we are already doing it as well as bumping
Ok! In that case I will keep the issue open until new firmware is released |
Hi @bmegli, I am sorry to say that our official firmware release will be delayed. If you are eager to test the measured joint angles as feedback, I can send you a beta version that already have this feature early next week. |
Thank you @penglongxiang I think we will wait for the stable version |
Has the new firmware (2.4.0?) with measured pose/velocity/tf been eventually released? |
Yes, it has been released already, sorry I forgot to notify you in particular. Please follow the update instruction inside the user manual (Appendix 4) and have a test. |
@penglongxiang Do use this feature do we need to use the latest ROS driver from the repository, or does it work with old versions (old commits) from the repository. |
@nitish3693 It depends on how old your local commit is, it is recommended to use the latest or recent commits for better compatibility with the new firmware. |
From:
it looks like the data available through ROS is control pose/velocity, not the measured pose/velocity.
Kind regards!
The text was updated successfully, but these errors were encountered: