Skip to content

Commit

Permalink
Add leo_examples (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
szlachcic authored Nov 28, 2022
1 parent 0383152 commit cc85b97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stage3/03-leo-ros/00-packages
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
ros-noetic-leo-robot
ros-noetic-raspicam-node
ros-noetic-rosmon-core
ros-noetic-ar-track-alvar
ros-noetic-leo-examples
python3-stm32loader
python3-pip
1 change: 1 addition & 0 deletions stage3/03-leo-ros/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ chown ${FIRST_USER_NAME}:${FIRST_USER_NAME} -R "/etc/ros"
chown root:root -R "/etc/ros/rosdep"
chown ${FIRST_USER_NAME}:${FIRST_USER_NAME} "/var/ros"
systemctl enable leo
pip3 install tflite-runtime
EOF

if ! grep -q "source /etc/ros/setup.bash" "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/.bashrc"; then
Expand Down

0 comments on commit cc85b97

Please sign in to comment.