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

gz-msgs: C++ Get Started #1388

Closed
azeey-test opened this issue Aug 29, 2024 · 3 comments
Closed

gz-msgs: C++ Get Started #1388

azeey-test opened this issue Aug 29, 2024 · 3 comments

Comments

@azeey-test
Copy link
Collaborator

Configuration

  • os: Ubuntu Noble

Links

Process

Step 1 - Instructions work

Step 2 - Images (if there are any) match the result

@alesof
Copy link

alesof commented Aug 30, 2024

Configuration

Running on Ubuntu 22.04 using the suggested docker setup. Gazebo version is 9.0.0~pre1.
Docker installation doesn't ship with build tools, need to install using: sudo apt install build-essential cmake

Process

Instructions works, main builds, and output matches the description:

Point1:
x: 1
y: 3
z: 5

Point2:
x: 2
y: 4
z: 6

Adding the project() command in the CMakeLists would remove the warning during build process.

@caguero
Copy link

caguero commented Aug 30, 2024

Thanks @alesof , could you create a PR to fix the issues that you mention?

@alesof
Copy link

alesof commented Aug 30, 2024

Sure, opened the PR 👍🏼

@iche033 iche033 closed this as completed Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants