Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions gazebo_setup/gazebo_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#/bin/bash

# Installing Gazebo using ROS2

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 -y
sudo apt-get install gazebo11 -y

sudo apt-get install ros-foxy-gazebo-ros-pkgs -y

# test to see if working but executing "gazebo" in the terminal
79 changes: 0 additions & 79 deletions prerequisites.sh

This file was deleted.

Loading