ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies
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