ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This code works correctly. My mistake was in CMakeLists.txt file. I put rosbuild_add_executable(hLaser_node src/hLaserReader.cpp) very top of the file. Now that i moved this line to the bottom. Now it works. thanks.