gazebosim / gz-common

An audio-visual library supports processing audio and video files, a graphics library can load a variety 3D mesh file formats into a generic in-memory representation, and the core library of Gazebo Common contains functionality that spans Base64 encoding/decoding to thread pools.
https://gazebosim.org
Apache License 2.0
12 stars 38 forks source link

compile error #613

Open Zhang1n opened 2 months ago

Zhang1n commented 2 months ago

Environment

Description

When I was compiling gz-common, I encountered an error after executing the make command: 'gz/math/Vector3.hh not found.' I searched for this file and found it under /usr/include/igniton/math6/ignition/math. However, these two paths are different. What is going on?

Steps to reproduce

1. 2. 3.

Output

azeey commented 1 month ago

Can you please fill out the Environment section of the issue? There are different versions of gz-common and it's hard to know which one you're using.