Skip to content
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

melodicでのLaserClusteringFilterのbuild error #126

Open
chibi314 opened this issue Jan 15, 2019 · 2 comments
Open

melodicでのLaserClusteringFilterのbuild error #126

chibi314 opened this issue Jan 15, 2019 · 2 comments

Comments

@chibi314
Copy link
Contributor

jsk_uav_forest_perceptionをmelodicでbuildすると以下のエラーが出ます。

Errors     << jsk_uav_forest_perception:make /home/nvidia/ros/aerial_robot_demo_ws/logs/jsk_uav_forest_perception/build.make.001.log                               
/home/nvidia/ros/aerial_robot_demo_ws/src/jsk_uav_forest/jsk_uav_forest_perception/src/laser_clustering_filter.cpp:37:24: error: expected constructor, destructor, or type conversion before ‘(’ token
 PLUGINLIB_DECLARE_CLASS(laser_filters, LaserClusteringFilter, laser_filters::LaserClusteringFilter, filters::FilterBase<sensor_msgs::LaserScan>)

pluginlibがversion 1.12からPLUGINLIB_DECLARE_CLASSがなくなってPLUGINLIB_EXPORT_CLASSだけになったっぽいです。
これに変更したら普通に使えてるっぽいんですが変更していいでしょうか?

@tongtybj
Copy link
Collaborator

下位互換があるってことだね。いいと思います

@chibi314
Copy link
Contributor Author

#127 に送りました

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants