ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hey Jajazz_ratava,

  1. I'm assuming you're using ROS, then you can use http://wiki.ros.org/apriltag_ros pkg for detecting and getting pose of the April tag.
  2. On px4 you can use the offboard mode(The vehicle obeys a position, velocity, or attitude setpoint provided over MAVLink(API)), Here is an example of its implementation https://dev.px4.io/master/en/ros/mavros_offboard.html
  3. Now you can give the April tag's pose to offboard mode for landing. I hope this helps.

Thank you