ROS and Gazebo
Ros and Gazebo Installation for Ubuntu 18.04LTS
Installing Ros Melodic
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654sudo apt update
sudo apt upgradesudo apt install ros-melodic-desktop-fullecho "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
source ~/.bashrcsudo apt install python-rosdep python-rosinstall python-rosinstall-generator python-wstool build-essentialsudo apt install git
sudo apt-get install python3-pip
pip install toml
pip3 install jupyterlabPX4 and Mavros
Simulation Example
Last updated