ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Resolved it!
Seems the following line was needed after calling add library
add_dependencies((lib lib_gencpp)
2 | No.2 Revision |
Resolved it!
Seems the following line was needed after calling add library
add_dependencies((lib lib_gencpp)
add_dependencies(lib lib_gencpp)
3 | No.3 Revision |
Resolved Solved it!
Seems the following line was needed after calling add library
add_dependencies(lib lib_gencpp)
4 | No.4 Revision |
Solved it!
Seems the following line was needed after calling add library
add_dependencies(lib lib_gencpp)
is this the right way to do it or not?