Skip to content
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

why my ros2 control has no fun“joint_limits_urdf.hpp” in package joint_limits #1416

Closed
PANJIACHENG-98 opened this issue Feb 26, 2024 · 3 comments
Labels

Comments

@PANJIACHENG-98
Copy link

i use cli sudo apt install ros-humble-ros2-control* to install the ros2 control,but has no fun "joint_limits_urdf.hpp” in package joint_limit ,why ??????
i check source package in https://github.com/ros-controls/ros2_control,in branch master , the package joint_limit contains 3 function include "joint_limits_urdf.hpp”,but in humble branch ,only 2 functions,without "joint_limits_urdf.hpp”,
pllease tell me why ??? and use sudo apt install ros-humble-ros2-control* to install which branch ?
image
image

@christophfroehlich
Copy link
Contributor

This was added recently on rolling #1298 and not backported to humble/iron.
If you need it, we maybe can backport it to humble

@PANJIACHENG-98
Copy link
Author

PANJIACHENG-98 commented Feb 26, 2024

yes yes i really need it ,please backport it!!
i am now trying do some Migration from ROS to ROS2,and i need it

@christophfroehlich
Copy link
Contributor

It was decided to not backport it but we are working on making the rolling branches compileable on humble+rolling. In the meantime you can just simply download the file and include it in your project (it is not used elsewhere in the code yet).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants