Skip to content

Commit

Permalink
Add some optional tools
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Nov 1, 2024
1 parent b8183d5 commit 8d37f64
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions image_builder/data/jammy-humble/scripts/phase1-target
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
# Setup ROS distro and ROS
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
apt-get update
apt-get install -y build-essential \
cmake \
gh \
git \
python3-colcon-common-extensions \
python3-pip \
python3-rosdep \
python3-vcstool \
wget
apt-get install -y ros-$ROS_DISTRO-ros-base \
ros-$ROS_DISTRO-pcl-ros \
ros-$ROS_DISTRO-teleop-twist-joy \
Expand Down
10 changes: 10 additions & 0 deletions image_builder/data/noble-jazzy/scripts/phase1-target
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
# Setup ROS distro and ROS
curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
apt-get update
apt-get install -y build-essential \
cmake \
gh \
git \
python3-colcon-common-extensions \
python3-pip \
python3-rosdep \
python3-vcstool \
wget

apt-get install -y ros-$ROS_DISTRO-ros-base \
ros-$ROS_DISTRO-pcl-ros \
ros-$ROS_DISTRO-teleop-twist-joy \
Expand Down

0 comments on commit 8d37f64

Please sign in to comment.