-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial position estimate #30
Comments
Cool! I hope it is going well.
orca_base publishes the vision position estimate to the orca4/orca_base/src/base_controller.cpp Line 389 in c91b80c
orca4/orca_base/src/base_controller.cpp Line 176 in c91b80c
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 |
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.
orca4/orca_base/README.md
Line 94 in c91b80c
Thanks in advance.
The text was updated successfully, but these errors were encountered: