-
Notifications
You must be signed in to change notification settings - Fork 15
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
Complete ign to gz migration #247
Conversation
Aha! They are failing on |
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
2c9a5dc
to
ff5908e
Compare
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
@caguero This is getting hairy. Tests that use the LRAUV controller fail seemingly at random, or at least I cannot see the pattern just yet. |
Protobuf relies a lot on globals for message registration. Non-POD types in global storage are a recipe for disaster, specially when loading and unloading libraries. This change fixed double free crashes upon MBARI's LRAUV controller exit. Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Finally passing. @adityapande-1995 @arjo129 PTAL! |
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.
Hmm, are we not running the mission tests anymore ? I see the files were deleted.
&& curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add - \ | ||
&& sudo apt-get update \ | ||
&& sudo apt-get install -y python3-vcstool python3-colcon-common-extensions | ||
# Install Ignition build tools |
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.
Minor comment : Ignition -> Gazebo
curl \ | ||
gdb \ |
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.
Nit : Do we need gdb, and libbluetooth for the docker ?
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.
Ahh, my mistake. I'll open up a follow-up PR.
Precisely what the title says. Not ready yet, as mission tests against latest
lrauv-application
are failing -.-