-
Notifications
You must be signed in to change notification settings - Fork 40
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
Dependency error on ament_cmake #213
Comments
Dear @akihikoy, Switching between one or the other depends on the value of the base ROS_VERSION environment variable, and here in your case this condition should happen only if ROS_VERSION is set to 2. So I would recommend to check your bash variables first. Using Kinetic ROS_VERSION should be set to 1 according to ros_environnement Hope it helps. |
Dear @olivier-stasse ,
I also tried to write Regards, |
Dear @olivier-stasse , Yes, I executed Definitely the binary package version of catkin (for kinetic or Ubuntu 16.04) is older than the latest version, which could be a reason of this issue. |
Dear @akihikoy, |
Any news on this issue? |
Well, we checked with @nim65s but ros-kinetic-pinocchio depends on ros-kinetic-eigenpy and the ROS buildfarm is not complaining. In addition, today I quickly installed |
Thanks @olivier-stasse for your quick and detailed feedback. @akihikoy Could you give us your status on this issue? |
I will close this issue since there is no activity so far. @akihikoy Feel free to reopen it. |
Hello,
When building my package, I got a dependency error of
eigenpy
onament_cmake
.My ROS version is kinetic.
Details:
The error message was:
eigenpy
is referred to inmoveit_ros_planning_interface
, which my package depends on.Since I installed
moveit_ros_planning_interface
andeigenpy
from binary repository, I expectedament_cmake
is provided as a binary package, but I cannot find it.Furthermore, I'm not sure if this information is correct, but according to this website,
ament_cmake
is not provided for kinetic.As a quick solution, I commented out the dependency on
ament_cmake
in/opt/ros/kinetic/share/eigenpy/package.xml
, I could compile my package.Probably this is a dependency bug of
eigenpy
.Thanks,
The text was updated successfully, but these errors were encountered: