-
Notifications
You must be signed in to change notification settings - Fork 4
/
kobuki.sh
23 lines (17 loc) · 856 Bytes
/
kobuki.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Install kobuki in noetic, please install ros noetic first
# Clone some source code (from ros melodic)
# kobuki
git clone --branch melodic https://github.com/yujinrobot/kobuki.git
# kobuki_msgs
git clone --branch release/0.7-melodic https://github.com/yujinrobot/kobuki_msgs.git
# yocs_controllers
git clone https://github.com/yujinrobot/yujin_ocs.git
mv yujin_ocs/yocs_cmd_vel_mux yujin_ocs/yocs_controllers .
rm -rf yujin_ocs/
# 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