ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I did find the solution:
the #inlcude
line needs to be changed to
#inlcude "std_srvs/srv/set_bool.hpp
I found the solution actually here
edit: I did all the tutorials before but could not find that necessary information for including ros libs properly. Sorry for asking, but it took me more than a day to figure that out and asking here was my last hope. Solution found here
2 | No.2 Revision |
I did find the solution:
the #inlcude
line needs to be changed to
#inlcude "std_srvs/srv/set_bool.hpp
"std_srvs/srv/set_bool.hpp"
I found the solution actually here
edit: I did all the tutorials before but could not find that necessary information for including ros libs properly. Sorry for asking, but it took me more than a day to figure that out and asking here was my last hope. Solution found here