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

Update gz-sim to use new message generation pipeline #2000

Closed
wants to merge 1 commit into from

Conversation

mjcarroll
Copy link
Contributor

Allows gz-sim to take advantage of the new message generation pipeline in gazebosim/gz-msgs#339

@@ -18,11 +18,13 @@
#include <gtest/gtest.h>

#include <gz/msgs/contacts.pb.h>
#include <gz/msgs/point_cloud_packed.pb.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#include <gz/msgs/point_cloud_packed.pb.h>
#include <gz/msgs/pointcloud_packed.pb.h>

@@ -17,6 +17,9 @@

#include <gtest/gtest.h>

#include <gz/msgs/boolean.pb.h>
#include <gz/msgs/world_control.pb.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment is actually for test/integration/reset_sensors.cc:

We'll also need to add #include <gz/msgs/world_control.pb.h> to that file to fix a compile error

@mjcarroll mjcarroll closed this Jul 26, 2023
@mjcarroll mjcarroll deleted the mjcarroll/message_generation_pipeline branch July 26, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎵 harmonic Gazebo Harmonic
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants