ros / ros-overlay

Gentoo Overlay for ROS packages
33 stars 30 forks source link

gazebo and ignition-math: no MAX_D #561

Open flabrosse opened 6 years ago

flabrosse commented 6 years ago

Doing an update at the moment, and emerge wants to update to gazebo-7.11.0. This fails with

Dem.cc:157:16: error: ‘MAX_D’ is not a member of ‘ignition::math’ double min = ignition::math::MAX_D;

ROS says that gazebo 7 needs to be compiled with ignition-math 2.4 (http://gazebosim.org/tutorials?tut=install_dependencies_from_source) but only 2.5 is available in the tree. I tried more recent versions of ignition-math (2.7.0) and emerging gazebo failed in a different way (missing header file, sorry can't remember which but could find out if needed).

Cheers,

Fred

flabrosse commented 6 years ago

The issue with version ignition-math 2.7 is the one reported in issue #526. Version 2.6 does the same as 2.5.

Fred

flabrosse commented 6 years ago

Any news on that? Am I the only one having that issue? What can I try? I have just updated and I still have the same issue.

Cheers,

Fred