Paquet1 » Historique » Version 2
Shengnian YE, 02/12/2022 16:38
1 | 1 | Sebastien LENGAGNE | h1. Paquet1 |
---|---|---|---|
2 | |||
3 | 2 | Shengnian YE | cloner le paquet de github :git clone https://github.com/amov-lab/some.git |
4 | Téléchargement PX4:git clone https://github.com/PX4/Firmware.git --recursive |
||
5 | Entrez le fichier où se trouve le code source et installez-le: ./ubuntu.sh |
||
6 | Compiler PX4 :make posix_sitl_default |
||
7 | Installer MAVROS :sudo apt-get install ros-melodic-mavros ros-melodic-mavros-extras |
||
8 | exécuter le script :sudo /opt/ros/melodic/lib/mavros/install_geographiclib_datasets.sh |
||
9 | Ouvrez le terminal sous le dossier some et exécutez cette commande:catkin_make |
||
10 | Ajouter le chemin actuel à l'environnement: ./source_environment.sh |
||
11 | Télécharger QGC:http://qgroundcontrol.com |
||
12 | ligne de comamnde pour lancer la simul : roslaunch simulation circular_px4.launch |