Skip to content
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

Merged
merged 14 commits into from
Sep 27, 2022
Merged

Complete ign to gz migration #247

merged 14 commits into from
Sep 27, 2022

Conversation

hidmic
Copy link
Collaborator

@hidmic hidmic commented Sep 14, 2022

Precisely what the title says. Not ready yet, as mission tests against latest lrauv-application are failing -.-

@hidmic
Copy link
Collaborator Author

hidmic commented Sep 14, 2022

mission tests against latest lrauv-application are failing -.-

Aha! They are failing on main too, see #248. I'll solve that there, then come back.

@hidmic hidmic marked this pull request as ready for review September 14, 2022 14:37
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]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
Signed-off-by: Michel Hidalgo <[email protected]>
@hidmic
Copy link
Collaborator Author

hidmic commented Sep 19, 2022

@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]>
@hidmic
Copy link
Collaborator Author

hidmic commented Sep 26, 2022

Finally passing. @adityapande-1995 @arjo129 PTAL!

Copy link
Collaborator

@adityapande-1995 adityapande-1995 left a 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
Copy link
Collaborator

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 \
Copy link
Collaborator

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 ?

Copy link
Collaborator Author

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.

@arjo129 arjo129 merged commit 761c498 into main Sep 27, 2022
@arjo129 arjo129 deleted the hidmic/ign-to-gz branch September 27, 2022 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants