A package to control multi-copters using PX4-Autopilot platform. Implement following functions:
/mavros/vision_pose/pose
Arm
, Takeoff
, Offboard
, Move
, Hold
, Land
, Return, etc. Publish to /mavros/setpoint_raw/local
quadrotor_msgs::PositionCommand
easondrone_msgs::ControlCommand
Visit this yuque doc for detailed information.
git clone https://github.com/HuaYuXiao/px4ctrl.git ~/easondrone_ws/module/px4ctrl
cd ~/easondrone_ws && catkin_make --source module/px4ctrl --build module/px4ctrl/build
roslaunch px4ctrl px4ctrl.launch
Thanks for following packages:
Related docs: