-
Notifications
You must be signed in to change notification settings - Fork 67
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
joint_effort_trajectory_controllers
package is probably obsolete
#5
Comments
I'm not sure if it's related but I just tried to build this against ros2 and I'm getting a lot of |
As soon as we have this ros-controls/ros2_controllers#558 merged, we can migrate to the official JTC. |
Hi, I've noticed that this issue can proceed - ros-controls/ros2_controllers#558 has been merged, |
Hi, a stupid question here. How do I use the ros2_controller's |
@TomCC7 I'm not advanced myself but here's my suggestion:
sudo apt update && sudo apt install ros-${ROS_DISTRO}-ros2-control ros-${ROS_DISTRO}-ros2-controllers
|
Thanks for replying! That certainly works and I'm currently using this method. Just don't want to configure this manually every time lol. |
Hi,
Friendly ros2_control maintainer here :) Recently we merged support for effort interfaces into
joint_trajectory_controller
from ros2_controllers repository. I think and (hope) this makes yourjoint_effort_trajectory_controllers
obsolete. Maybe I am missing something, and you have a bit of different functionality of it which I didn't see scoping the code. Fell free to ask any questions about functionality or features on ros2_controllers repository.P.S. Please don't hesitate to close this issue if you find it irrelevant.
The text was updated successfully, but these errors were encountered: