Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions install_mirte.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ sudo bash -c "echo 'extra-index-url=https://www.piwheels.org/simple' >> /etc/pip
# Install telemetrix
cd $MIRTE_SRC_DIR/mirte-telemetrix-aio
pip3 install .
cd $MIRTE_SRC_DIR/mirte-tmx-pico-aio
pip3 install .

# Install Telemtrix4Arduino project
# TODO: building STM sometimes fails (and/or hangs)
Expand Down
4 changes: 4 additions & 0 deletions repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ repositories:
type: git
url: https://github.com/mirte-robot/telemetrix-aio.git
version: master
mirte-tmx-pico-aio:
type: git
url: https://github.com/mirte-robot/tmx-pico-aio.git
version: master
mirte-ros-packages:
type: git
url: https://github.com/mirte-robot/mirte-ros-packages.git
Expand Down