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

rosdep packages for debian bullseye

asked 2022-06-17 03:12:38 -0500

BhanuKiran.Chaluvadi gravatar image

Hi,

When I tried compiling ros_desktop packages for humble. The rosdep install step fails because it couldn't find dependent packages for bullseye.

10:00:50  ERROR: the following packages/stacks could not have their rosdep keys resolved
10:00:50  to system dependencies:
10:00:50  ros_ign_bridge: No definition of [ignition-transport11] for OS version [bullseye]
10:00:50  ignition_math6_vendor: No definition of [ignition-math6] for OS version [bullseye]
10:00:50  ros_ign_gazebo: No definition of [ignition-gazebo6] for OS version [bullseye]
10:00:50  ignition_cmake2_vendor: No definition of [ignition-cmake2] for OS version [bullseye]
10:00:50  ros_ign_image: No definition of [ignition-transport11] for OS version [bullseye]
10:00:50  ros_ign_gazebo_demos: No definition of [ignition-gazebo6] for OS version [bullseye]
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-06-17 19:22:03 -0500

qilin_gundamenjoyer gravatar image

updated 2022-06-17 19:31:10 -0500

Make sure you typed sudo apt upgrade , sudo rosdep init, and rosdep upgrade in that order before typing rosdep. If the problem persists, try rosdep install --from-paths src --ignore-src -y --skip-keys "fastcdr rti-connext-dds-6.0.1 urdfdom_headers".

You can refer to this installation guide link, scroll down to Install Dependencies using rosdep.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2022-06-17 03:12:38 -0500

Seen: 552 times

Last updated: Jun 17 '22