Skip to content

Commit

Permalink
rosdep.yaml: use system fcl+octomap
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 22, 2024
1 parent 85dfe51 commit 64a9563
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions rosdep.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# this package does not exist (and shouldn't, because it was moved to moveit-resources)
# but it's still referenced as conflicting with moveit_resources
prbt_ikfast_manipulator_plugin:
debian: []
ubuntu: []

# this package is not available in the default ubuntu repositories due to licensing issues
# rosdep still needs to resolve it when building warehouse_ros_mongo
mongodb:
ubuntu: []

libfltk-dev:
debian:
bookworm: [libfltk1.3-dev]
Expand All @@ -17,3 +24,15 @@ libgazebo11-dev:
log4cxx:
debian:
bookworm: [liblog4cxx-dev]

fcl:
debian: [libfcl-dev]
ubuntu: [libfcl-dev]

octomap:
debian: [liboctomap-dev]
ubuntu: [liboctomap-dev]

python-serial:
debian: [python3-serial]
ubuntu: [python3-serial]

0 comments on commit 64a9563

Please sign in to comment.