cbandera / rosparam_handler

An easy wrapper for using parameters in ROS
Other
47 stars 26 forks source link

Fix CI Breaking on External Projects #46

Closed geoffreychiou closed 6 years ago

geoffreychiou commented 6 years ago

Our CI breaks when we use the released version on apt or from source.

The error is:

dynamic_reconfigure_Parameters.h:13:42: fatal error: rosparam_handler/utilities.hpp: No such file or directory

This change results in our builds passing here.

artivis commented 6 years ago

Nice catch, thanks for the PR ! I will take care of it during the week-end (merge into master, release etc...).

beetleskin commented 6 years ago

Can confirm, actually I cant use the package at all with this bug, none of my nodes using the package compile after the release of 0.1.2.

artivis commented 6 years ago

FYI, release 0.1.3 is on its way, follow it for:

Sorry it took so long.