forked from ubi-agni/ros-builder-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrosdep.yaml
41 lines (32 loc) · 824 Bytes
/
rosdep.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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]
gazebo11:
debian:
bookworm: [gazebo11]
libgazebo11-dev:
debian:
bookworm: [libgazebo11-dev]
log4cxx:
debian:
bookworm: [liblog4cxx-dev]
libuvc:
ubuntu: [libuvc-dev]
fcl:
debian: [libfcl-dev]
ubuntu: [libfcl-dev]
octomap:
debian: [liboctomap-dev]
ubuntu: [liboctomap-dev]
python-serial:
debian: [python3-serial]
ubuntu: [python3-serial]