Skip to content

Commit

Permalink
Add some comments on why this ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
ArendJan committed Jul 25, 2024
1 parent d2ce1cb commit ee0d2b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions install_arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
set -xe
MIRTE_SRC_DIR=/usr/local/src/mirte

# NOTE: on some builds cmake is very old, so we need to install a newer version, this is done by ./install_ROS.sh, which must be run before this script

# Install dependencies
sudo apt install -y git curl binutils libusb-1.0-0

Expand Down
4 changes: 2 additions & 2 deletions install_mirte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ mkdir -p /home/mirte/arduino_project/Telemetrix4Arduino
ln -s $MIRTE_SRC_DIR/mirte-telemetrix4arduino /home/mirte/Arduino/libraries/Telemetrix4Arduino
ln -s $MIRTE_SRC_DIR/mirte-telemetrix4arduino/examples/Telemetrix4Arduino/Telemetrix4Arduino.ino /home/mirte/arduino_project/Telemetrix4Arduino

# Install Mirte ROS packages
# Install Mirte ROS packages and update cmake
cd $MIRTE_SRC_DIR/mirte-install-scripts || exit 1
./install_ROS.sh

# Install arduino firmata upload script
# Install arduino, libs & uploader (nano, stm and pico), requires cmake update from ./install_ROS.sh
cd $MIRTE_SRC_DIR/mirte-install-scripts || exit 1
./install_arduino.sh

Expand Down

0 comments on commit ee0d2b0

Please sign in to comment.