open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
238 stars 59 forks source link

[Other issue]: Could not install dependecies using rosdep #482

Closed MohammedMuthuFasil closed 3 months ago

MohammedMuthuFasil commented 3 months ago

Before proceeding, is there an existing issue or discussion for this?

Description

I try to install ros humble dependecies using this command "rosdep install --from-paths src --ignore-src --rosdistro humble -y" but i got this error again. ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: rmf_robot_sim_gz_plugins: Cannot locate rosdep definition for [gz_transport_vendor] rmf_building_sim_gz_plugins: Cannot locate rosdep definition for [gz_transport_vendor] rmf_building_map_tools: Cannot locate rosdep definition for [gz_fuel_tools_vendor] rmf_demos_gz: Cannot locate rosdep definition for [gz_sim_vendor] " i searched this error but humble does not have a this type of vendor packages.

Yadunund commented 3 months ago

Please re-open a ticket with the bug report template and fill out all details of your setup in the form.

My guess would be that you're trying to build packages with main branch checked out on Ubuntu 22.04. We have migrated main to Ubuntu 24.04 with support for Rolling and Jazzy distros. If you're building with Humble, please checkout the humble branches for each repo.