Skip to content

Commit

Permalink
Adding control center reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehenderson committed Dec 4, 2022
1 parent 38f8d49 commit a0972f6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 1 addition & 5 deletions builder/packer/setup_scripts/105_gazebo.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install gazebo
sudo apt-get install libgazebo11-dev
curl -sSL http://get.gazebosim.org | sh
6 changes: 5 additions & 1 deletion builder/packer/setup_scripts/107_px4_ros_dds.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo apt-get install -y libasio-dev libtinyxml2-dev
sudo apt-get install -y libp11-dev libengine-pkcs11-openssl
sudo apt-get install -y softhsm2
sudo apt-get install -y openjdk-11-jdk-headless
sudo apt-get install -y ros-humble-rviz2

source /opt/ros/humble/setup.bash

Expand Down Expand Up @@ -67,4 +68,7 @@ colcon build

# px4-offboard
cd ~
git clone https://github.com/Jaeyoung-Lim/px4-offboard.git
git clone https://github.com/Jaeyoung-Lim/px4-offboard.git
cd px4-offboard
source ../px4_ros_com_ws/install/setup.sh
colcon build
2 changes: 2 additions & 0 deletions builder/packer/setup_scripts/900_upgrade.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sudo apt upgrade -y
sudo apt-get install -y --reinstall gnome-control-center

0 comments on commit a0972f6

Please sign in to comment.