-
Notifications
You must be signed in to change notification settings - Fork 41
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
Compile error for AABBTree.cc #595
Comments
Hi I made some progress for this issue. config.hh have gz namespace and it can be refered by ignition/physics/tpelib/Export.hh but, tpe have "gz/physics/tpelib/Export.h" and it even don't define include dir for it in the CMakeLists.txt. I attached my patch for it and check it it correct. 0001-Fixed-compile-error-for-tpelib.patch BR, |
gz-physics 5.3.2 needs gz-math 6.13.0 or newer. Fix in #601 |
Hi,
I have tried to build ignition-physics5-5.3.2 with Yocto system for ROS2. But, I have some errors as follows.
I think AABBTree.cc could not find required namespaces in the build system, such as gz, physics. I could not find where they are defined yet.
Can you please help me fix these error?
BR,
Mark
The text was updated successfully, but these errors were encountered: