Using this package with a different purpose [Land a quadcopter]
I need to land my quadcopter on predefined tag. I’m using ARTags, so I know the position of the target when I see it with my camera. But I need to implement a better control, so I decided to use an Extended Kalman Filter (EKF) that uses the information of the camera but also from the gyroscope, magnetometer, etc.
I found this package called tum_ardrone that does a SLAM and then the EKF. What I would need is to use the first two nodes (drone_stateestimation and maybe drone_autopilot), but I don’t want to use the drone_gui node because it needs the final position to be send by a joystick or keyboard, and I need that position to be the position or my tag. I mean, I want the final position to be read in a specific topic where I can store the position of ny tag (or maybe you have a better solution)