-
Notifications
You must be signed in to change notification settings - Fork 119
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
getting feedback/result when trajectory is competed by robot #175
Comments
The same repo that I linked in #176 can do that for you in ROS 1. It spawns an action server that takes a Cartesian goal. In the configuration file one can specify maximum thresholds for it to mark the goal as achieved. |
Thanks @matthias-mayr , however, I am using ros2 humble, do you know of any solutions that could be used here? |
I have not looked in how to do this with ROS 2 yet. Or you port the trajectory generator to ROS 2. It's fairly modular and it should not be necessary to touch the core. Unfortunately I will not have time to do it myself. |
If still relevant for your, you could monitor the controllers' feedback by enabling the publish_state_feedback parameter. A workaround would be implementing a small monitor node that decides whether targets are sufficiently well reached. |
Hello all! The controllers work well. However, I would like to know if there is a way to get some feedback/result to know when the the robot has reached the desired target_frame that we publish to the cartesian motion controller? I am looking for somthing similar to the approach in scaled_joint_trajectory_controller where we get a result if the trajectory was done and if there were any issues in executing it?
If not can you suggest a workaround? Thanks a lot!
The text was updated successfully, but these errors were encountered: