-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules-focal.yaml
More file actions
executable file
·67 lines (54 loc) · 1.57 KB
/
modules-focal.yaml
File metadata and controls
executable file
·67 lines (54 loc) · 1.57 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
OD Robotique: [planif]
# hidden modules (without description) others may depend on
# special module that always wants it dependencies to be installed
base:
apt: [libclang-common-8-dev]
ros:
ros:
apt: [desktop, joint-state-publisher,robot-localization,vision-opencv,gazebo-ros-pkgs,image-view,compressed-image-transport,amcl,control-toolbox,kdl-parser-py,slider-publisher]
apt: [python3-catkin-tools,python3-rospkg]
mod: [rmt]
# ViSP not packaged in Focal, use ROS packages
visp:
ros:
apt: [visp]
ros2:
apt: [visp]
coppeliasim:
deb: ['coppeliasim_4.3.0.deb']
ros:
apt: [cv-bridge]
git: [oKermorgant:coppeliasim_ros_launcher, oKermorgant:ecn_common]
gazebo:
apt: [libgflags-dev,ignition-fortress]
ros2:
git: [gazebosim:ros_gz:galactic]
turtlebot:
ros2:
apt: [turtlebot3-description]
# main module definitions
planif:
description: Robot planning and control
mod: [visp, coppeliasim]
# only through pip
auve:
description: Autonomous vehicles (AUVE)
pip: [einops,pyquaternion,open3d]
# Open3d only through pip
avg:
pip: [open3d]
# TBC uses CoppeliaSim in Focal
tbc:
mod: [coppeliasim]
# AMORO uses Gazebo classic in Focal
amoro:
description: Advanced Modeling of Robots
mod: [gazebo]
ros2:
apt: [ros2-control,ros2-controllers,gazebo-ros2-control,gazebo-ros-pkgs]
apt: [gummi, python3-pyqtgraph] # tex editor for reports?
# Integ is ROS 1 in Focal
integ:
mod: [gazebo]
ros:
apt: [libfranka,franka-ros,interactive-markers,rviz,rosbash]