Skip to content

Commit 7dd4f30

Browse files
committed
Updated dependencies
Move swap_on and swap_off to /usr/local/bin
1 parent 8fd14aa commit 7dd4f30

File tree

10 files changed

+9
-16
lines changed

10 files changed

+9
-16
lines changed

scripts/bluetooth.sh

100644100755
File mode changed.

scripts/create_update.sh

100644100755
File mode changed.

scripts/create_update_0.4.0.sh

100644100755
File mode changed.

scripts/galactic.sh

100644100755
File mode changed.

scripts/oakd.sh

100644100755
File mode changed.

scripts/sd_flash.sh

100644100755
File mode changed.

scripts/swap_off.sh

100644100755
File mode changed.

scripts/swap_on.sh

100644100755
File mode changed.

scripts/turtlebot4_setup.sh

100644100755
Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,14 @@ bash $SCRIPT_DIR/galactic.sh
5050
source /opt/ros/galactic/setup.bash
5151

5252
# Install source packages
53-
cd src
54-
git clone https://github.com/turtlebot/turtlebot4.git
55-
git clone https://github.com/turtlebot/turtlebot4_robot.git
56-
cd ..
5753
vcs import src < $SETUP_DIR/turtlebot4_packages.repos
5854

5955
# Install additional packages
6056
sudo apt install -y \
6157
libgpiod-dev \
6258
network-manager \
63-
daemontools
59+
daemontools \
60+
ros-galactic-robot-upstart
6461

6562
# Install bluetooth packages
6663
bash $SCRIPT_DIR/bluetooth.sh
@@ -98,12 +95,8 @@ ros2 run robot_upstart install turtlebot4_bringup/launch/$model.launch.py --job
9895

9996
sudo systemctl daemon-reload
10097

101-
# Copy Wifi and Create 3 Update scripts to local bin
102-
chmod +x $SETUP_DIR/scripts/wifi.sh
103-
sudo cp $SETUP_DIR/scripts/wifi.sh /usr/local/bin
104-
105-
chmod +x $SETUP_DIR/scripts/create_update.sh
106-
sudo cp $SETUP_DIR/scripts/create_update.sh /usr/local/bin
98+
# Copy scripts to local bin
99+
sudo cp $SETUP_DIR/scripts/wifi.sh $SETUP_DIR/scripts/create_update.sh $SETUP_DIR/scripts/swap_on.sh $SETUP_DIR/scripts/swap_off.sh /usr/local/bin
107100

108101
read -p "Installation complete, press enter to reboot."
109102

turtlebot4_packages.repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repositories:
2-
irobot_create_msgs:
2+
turtlebot4:
33
type: git
4-
url: https://github.com/iRobotEducation/irobot_create_msgs.git
4+
url: https://github.com/turtlebot/turtlebot4.git
55
version: galactic
6-
robot_upstart:
6+
turtlebot4_robot:
77
type: git
8-
url: https://github.com/clearpathrobotics/robot_upstart.git
9-
version: foxy-devel
8+
url: https://github.com/turtlebot/turtlebot4_robot.git
9+
version: galactic

0 commit comments

Comments
 (0)