goodrobots/vision_landing

Add ROS adapter instead of vision_landing script

Opened this issue · 4 comments

fnoop commented

vision_landing python script is essentially a wrapper to track_targets that connects to the flight ontroller using dronekit. Another option is to connect track_targets with ROS and then consume the vectors through mavros.

TSC21 commented

This already exists, though WIP on my side - mavlink/mavros#311

fnoop commented

px4 is struggling to get it implemented in firmware.. Will your mavros solution work for arducopter?

TSC21 commented

px4 is struggling to get it implemented in firmware

It's a matter of time. Probably it will be me that is going to generalize it to LANDING_TARGET.

Will your mavros solution work for arducopter?

It should.

This already exists, though WIP on my side - mavlink/mavros#311

@TSC21 what are you using for the computer vision part (tracking markers)?