Skip to content

UAV landing on mobile car based on vision

License

Notifications You must be signed in to change notification settings

roam-water/Landing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A ROS/Gazebo simulation for px4 UAV landing on mobile car based on vision

1. roslaunch px4 px4_car.launch

Start the gazebo simulation and start the gimbal control.
px4_car.launch should be in the Launch folder of Firmware.

Firmware is installed as follows:
git clone https://github.com/PX4/PX4-Autopilot.git
mv PX4-Autopilot Firmware
cd Firmware
git checkout -b xtdrone/dev v1.11.0-beta1
git submodule update --init --recursive
make px4_sitl_default gazebo

2. roslaunch mobot_urdf car_tracking.launch

Start ar_track_alvar and control node. Pay attention to the topic name of the camera

video: https://www.youtube.com/watch?v=vf8mISHC7H0

Before using, please check the name and path of all packages.

Check the name and path of the node in all launch files.

Check the quality of all packages CmakeList.txt Whether to delete or add nodes in.

If there is any problem in the project, please refer to Issues. I will add or modify the document and add the description immediately.

About

UAV landing on mobile car based on vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.3%
  • CMake 7.0%
  • Python 2.7%