#!/usr/bin/with-contenv bash

echo "**** Installing ros2 and ros dev tools"
apt-get install -y \
    ros-humble-ros-base \
    ros-dev-tools
