Skip to content

Commit

Permalink
Update ardupilot-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-sappa authored Jun 9, 2023
1 parent c63d735 commit 07eab52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorials/workspace-setup/ardupilot-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ SITL + ArduPilot + Gazebo + ROS Camera Plugin (Software In Loop Simulation Inter

### Dependencies for building packages
````
nano ~/.bashrc
alias python=python3 #Add this line on top of .bashrc file
sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential
````

Expand All @@ -26,7 +28,7 @@ cd ~/
wget https://raw.githubusercontent.com/mavlink/mavros/master/mavros/scripts/install_geographiclib_datasets.sh
chmod a+x install_geographiclib_datasets.sh
sudo chmod a+x install_geographiclib_datasets.sh
./install_geographiclib_datasets.sh
````
Expand Down

0 comments on commit 07eab52

Please sign in to comment.