-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall_packages.sh
More file actions
executable file
·45 lines (42 loc) · 1.4 KB
/
install_packages.sh
File metadata and controls
executable file
·45 lines (42 loc) · 1.4 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
#!/bin/bash
sudo apt-get update && sudo apt-get install -y \
python3-catkin-tools \
ros-$ROS_DISTRO-usb-cam \
ros-$ROS_DISTRO-rosserial-server \
ros-$ROS_DISTRO-rosserial-client \
ros-$ROS_DISTRO-rosserial-python \
ros-$ROS_DISTRO-robot-localization \
ros-$ROS_DISTRO-move-base \
ros-$ROS_DISTRO-global-planner \
ros-$ROS_DISTRO-teb-local-planner \
ros-$ROS_DISTRO-joy \
ros-$ROS_DISTRO-imu-tools \
ros-$ROS_DISTRO-imu-filter-madgwick \
ros-$ROS_DISTRO-rviz-imu-plugin \
ros-$ROS_DISTRO-hector-gazebo-plugins \
ros-$ROS_DISTRO-gazebo-plugins \
ros-$ROS_DISTRO-octomap-msgs \
ros-$ROS_DISTRO-octomap-rviz-plugins \
ros-$ROS_DISTRO-ddynamic-reconfigure \
ros-$ROS_DISTRO-libpointmatcher \
ros-$ROS_DISTRO-spatio-temporal-voxel-layer \
ros-$ROS_DISTRO-rqt-multiplot \
ros-$ROS_DISTRO-libmavconn \
ros-$ROS_DISTRO-amcl \
ros-$ROS_DISTRO-gmapping \
ros-$ROS_DISTRO-twist-mux \
ros-$ROS_DISTRO-map-server \
ros-$ROS_DISTRO-robot-upstart \
ros-$ROS_DISTRO-foxglove-bridge \
ros-$ROS_DISTRO-imu-filter-madgwick \
ros-$ROS_DISTRO-laser-filters \
ros-$ROS_DISTRO-jsk-visualization \
libopenvdb-dev \
libpcap-dev \
libgeographic-dev \
libspnav-dev
#requirements for RS-ros
sudo apt-get purge -y \
ros-$ROS_DISTRO-realsense2-camera \
ros-$ROS_DISTRO-realsense2-description
pip3 install pyserial