ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies

asked 2019-12-11 10:39:00 -0500

qazqwert gravatar image

updated 2019-12-11 22:40:36 -0500

I'm trying to build the cartographer from this site https://google-cartographer-ros.readt...

when i ran rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y, this error pop up

ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
cartographer_ros: No definition of [tf2_eigen] for OS version [buster]

How do i resolve this? Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-12-11 13:27:01 -0500

So what that means is there's no compiled version of tf2_eigen available on your OS, Buster (I know, obvious, but trying to start with parsing the statement).

So you need to compile that package from source on your (raspberry pi?) or contact maintainers to get a released version on that OS (which will be a longer process).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-11 10:39:00 -0500

Seen: 8,421 times

Last updated: Dec 11 '19