ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

quynt's profile - activity

2016-11-26 07:55:32 -0500 received badge  Enthusiast
2016-11-21 17:20:00 -0500 answered a question Change path of rosrun. Couldn't find executables?

I have the same your problem. I have a tip for you:

  1. Creat new package with the tutorial
  2. Copy all your source code in to src/ folder
  3. Edit yourCMakeLists.txt and package.xml in <your_package_folder>

run command with :

Catkin_make

and run :

rosrun <your_package> <your_node>