-
Notifications
You must be signed in to change notification settings - Fork 4
/
turtlebot_noetic.sh
31 lines (25 loc) · 1.25 KB
/
turtlebot_noetic.sh
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
# turtlebot2
git clone https://github.com/turtlebot/turtlebot.git
git clone https://github.com/turtlebot/turtlebot_msgs.git
git clone https://github.com/turtlebot/turtlebot_apps.git
git clone https://github.com/turtlebot/turtlebot_simulator
# kobuki
git clone https://github.com/yujinrobot/kobuki_msgs.git
git clone --branch melodic https://github.com/yujinrobot/kobuki.git
git clone --branch melodic https://github.com/yujinrobot/kobuki_desktop.git
# yocs_controllers
git clone https://github.com/yujinrobot/yujin_ocs.git
git clone https://github.com/yujinrobot/yocs_msgs.git
mv yujin_ocs/yocs_cmd_vel_mux yujin_ocs/yocs_controllers .
rm -rf yujin_ocs/
# viz
git clone --branch indigo https://github.com/turtlebot/turtlebot_viz.git
# kobuki_core
git clone --branch melodic https://github.com/yujinrobot/kobuki_core.git
# ecl_*
git clone --branch release/0.61-noetic https://github.com/stonier/ecl_tools.git
git clone --branch release/0.61-noetic https://github.com/stonier/ecl_lite.git
git clone --branch release/0.62-noetic https://github.com/stonier/ecl_core.git
git clone --branch release/0.60-melodic https://github.com/stonier/ecl_navigation.git
# depth image to a laser scan
git clone --branch melodic-devel https://github.com/ros-perception/depthimage_to_laserscan.git