-
Notifications
You must be signed in to change notification settings - Fork 5
Update custom messages to sync with AUV-2026 message definitions #752
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
Conversation
5539a47
|
This was tested with auv-sim-unity on branch custom_messages_change. It works but I noticed the red (auv belief) was lagging and I am guessing it was the computer not able to process sensor messages as fast as needed. |
Alb33rt
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes make sense to match more in-line with ROS definitions and conventions. The embedded enum approach might change, but only to a less complex case. Code logic changes make sense.
nadimasmar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is the issue of AUV belief in the sim drifting rapidly on this branch. Whether the cause of the problem is change to AUV-2025 or the sim-unity code, we should resolve it before merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit corresponding to mcgill-robotics/auv-embedded-2026#191 "Updated ros_lib library"
Merge not currently needed, using this branch on its own for now with corresponding embedded branch.
No description provided.