Closed roehling closed 11 years ago
The geodesy headers are installed to /opt/ros/hydro/include/geodesy/include/geodesy/*.h instead of /opt/ros/hydro/include/geodesy/*.h.
/opt/ros/hydro/include/geodesy/include/geodesy/*.h
/opt/ros/hydro/include/geodesy/*.h
Thus the headers are not found if you try to build a dependent package.
Oops! Thanks for the report.
Since unit tests only run in the devel space, they don't catch errors like that.
Fixed in release 0.3.1.
The geodesy headers are installed to
/opt/ros/hydro/include/geodesy/include/geodesy/*.h
instead of/opt/ros/hydro/include/geodesy/*.h
.Thus the headers are not found if you try to build a dependent package.