diff --git a/install_mirte.sh b/install_mirte.sh index e1ee3c0..ee893e7 100755 --- a/install_mirte.sh +++ b/install_mirte.sh @@ -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) diff --git a/repos.yaml b/repos.yaml index 11ded60..3dbf8a1 100644 --- a/repos.yaml +++ b/repos.yaml @@ -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