ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
There should be plenty of examples on the wiki. Also, it helps if you are familiar with CMake, as you need to adapt the CMakeLists.txt
.
Below a list of links that should answer all your questions:
Passing in command line arguments is done just like for any other C++ program.
This also works with rosrun
rosrun my_package my_node my_arg1 ...