Open shangguanyiyu opened 2 years ago
same problem, but I run this in Ubuntu20.04
Ah, it has been quite a long since the last time I maintained this repo. Will try to look into that. Probably some dependency error between the packages.
PLUGINLIB_DECLARE_CLASS(collvoid_simple_global_planner, CollvoidSimpleGlobalPlanner, collvoid_simple_global_planner::CollvoidSimpleGlobalPlanner, nav_core::BaseGlobalPlanner) should be change to PLUGINLIB_EXPORT_CLASS(collvoid_simple_global_planner::CollvoidSimpleGlobalPlanner, nav_core::BaseGlobalPlanner)
Ah, it has been quite a long since the last time I maintained this repo. Will try to look into that. Probably some dependency error between the packages. Thanks a lot, I am stuck in the error ‘class base_local_planner::LocalPlannerLimits’ has no member named ‘max_rot_vel’ during catkin_make, I appreciate yours update
Hi,when I run "catkin_make",and then /home/ubuntu/catkin_ws/src/turtlebot3_shm/collvoid/collvoid_simple_global_planner/src/collvoid_simple_global_planner.cpp:42:24: error: expected constructor, destructor, or type conversion before ‘(’ token PLUGINLIB_DECLARE_CLASS(collvoid_simple_global_planner, CollvoidSimpleGlobalPlanner, collvoid_simple_global_planner::CollvoidSimpleGlobalPlanner, nav_core::BaseGlobalPlanner)
Thank you for taking the time to answer my questions during your busy schedule