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
/home/dell/ws/src/mpc_local_planner/mpc_local_planner/src/test_mpc_optim_node.cpp:184:111: error: ‘boost::placeholders’ has not been declared marker_server->setCallback(i_marker.name, boost::bind(&TestMpcOptimNode::CB_obstacle_marker, this, boost::placeholders::_1)); ^~~~~~~~~~~~ mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/build.make:62: recipe for target 'mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/src/test_mpc_optim_node.cpp.o' failed make[2]: *** [mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/src/test_mpc_optim_node.cpp.o] Error 1 CMakeFiles/Makefile2:9542: recipe for target 'mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/all' failed make[1]: *** [mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/all] Error 2 Makefile:140: recipe for target 'all' failed make: *** [all] Error 2 Invoking "make -j8 -l8" failed
The text was updated successfully, but these errors were encountered:
Hi, has anyone encountered this problem, when you are doing catkin_make? Ros version : melodic thx
Sorry, something went wrong.
No branches or pull requests
/home/dell/ws/src/mpc_local_planner/mpc_local_planner/src/test_mpc_optim_node.cpp:184:111: error: ‘boost::placeholders’ has not been declared
marker_server->setCallback(i_marker.name, boost::bind(&TestMpcOptimNode::CB_obstacle_marker, this, boost::placeholders::_1));
^~~~~~~~~~~~
mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/build.make:62: recipe for target 'mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/src/test_mpc_optim_node.cpp.o' failed
make[2]: *** [mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/src/test_mpc_optim_node.cpp.o] Error 1
CMakeFiles/Makefile2:9542: recipe for target 'mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/all' failed
make[1]: *** [mpc_local_planner/mpc_local_planner/CMakeFiles/test_mpc_optim_node.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j8 -l8" failed
The text was updated successfully, but these errors were encountered: