We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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だけになったっぽいです。 これに変更したら普通に使えてるっぽいんですが変更していいでしょうか?
The text was updated successfully, but these errors were encountered:
下位互換があるってことだね。いいと思います
Sorry, something went wrong.
#127 に送りました
No branches or pull requests
jsk_uav_forest_perceptionをmelodicでbuildすると以下のエラーが出ます。
pluginlibがversion 1.12からPLUGINLIB_DECLARE_CLASSがなくなってPLUGINLIB_EXPORT_CLASSだけになったっぽいです。
これに変更したら普通に使えてるっぽいんですが変更していいでしょうか?
The text was updated successfully, but these errors were encountered: