Open figuernd opened 3 months ago
Been using your codebase for a ROS2 educational workshop, thanks for making this public.
Cool! I hope it is going well.
Not seeing where the vision position estimate or default pose is sent to ArduSub.
orca_base publishes the vision position estimate to the /mavros/vision_pose/pose
topic. Mavros subscribes to this topic and publishes VISION_POSITION_ESTIMATE on MAVLink.
It took me a while to trace through the mavros code to see how ROS topics turn into MAVLink messages, and vice versa. It would be nice to document some of this in orca4, I suppose.
ArduPilot's DDS support is getting better, it might be possible to remove mavros entirely one day. :-)
@clydemcqueen thanks! That helps. My issue has been waiting for an EKF pose back from ArduSub so that go_auv()
can arm. I thought maybe the EKF wasn't initializing without an initial pose but looks like that wouldn't be it.
Hi Clyde,
Been using your codebase for a ROS2 educational workshop, thanks for making this public.
Is this part of this README still accurate? Not seeing where the vision position estimate or default pose is sent to ArduSub.
https://github.com/clydemcqueen/orca4/blob/c91b80c46ee0fadcb3af728c3d938947d4396f22/orca_base/README.md?plain=1#L94
Thanks in advance.