-
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
Cartesian Overlay Support #243
Comments
hi @RLi43, apologize the late response. What you suggest is correct. I don't have access to FRI 2.x so cannot test this on the hardware. However, I am happy to collaborate and walk you through the steps if you are willing to create pull requests. As a quick workaround, one way to command twists is to run ros2 launch lbr_bringup hardware.launch.py ctrl:=twist_controller If you wish to switch controllers through ros2 run rqt_controller_manager rqt_controller_manager This can also be done programmatically through service calls. |
@mhubii Thanks for your reply and happy new year : ) I did some work and implemented cartesian overlay but it's very rudimental. I'd better clean my code further before creating pull requests. |
I will update my changes on my forks: Currently, it works but has not been tested whether it's compatible with JointOverlay. |
thanks for this @RLi43, lets keep this issue open for now. Would you mind creating a pull request? |
Sure, I'd like to, once I test the compatibility with joint overlay. |
thank you! |
Hello, do you have any plan to implement FRI Cartesian Overlay?
I can see that at least we need to
The text was updated successfully, but these errors were encountered: