Skip to content

Commit

Permalink
Update pc_install.sh (#110)
Browse files Browse the repository at this point in the history
add yes option for apt install
  • Loading branch information
lbaitemple authored Oct 8, 2024
1 parent 52c6807 commit b3134c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pc_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ vcs import < mini_pupper_ros/.minipupper.repos --recursive
# Install dependencies and build the ROS 2 packages
cd ~/ros2_ws
rosdep install --from-paths src --ignore-src -r -y
sudo apt install ros-humble-teleop-twist-keyboard ros-humble-teleop-twist-joy
sudo apt install -y ros-humble-teleop-twist-keyboard ros-humble-teleop-twist-joy
sudo apt install -y ros-humble-v4l2-camera ros-humble-image-transport-plugins
sudo apt install ros-humble-rqt*
sudo apt install -y ros-humble-rqt*
pip3 install simple_pid
colcon build --symlink-install

0 comments on commit b3134c7

Please sign in to comment.