ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I realized that I needed to set catkin config --install
for the catkin_tools first, so that the install folder is created (already with the correct prefix path). Together with the two links above, this explains why I never found these files.
But packages also run fine from the devel space. In this case they can for example include header files from source space, which confused me a little bit at the beginning, because they were not present in devel.
I am still happy to hear how to check the path of these environment variables.
2 | No.2 Revision |
I realized that I needed to set catkin config --install
for the catkin_tools first, so that the install folder is created (already with the correct prefix path). Together with the two links above, this explains why I never found these files.
But packages also run fine from the devel space. In this case they can for example include header files from source space, space, which confused me a little bit at the beginning, because they were not present in devel.
I am still happy to hear how to check the path of these environment variables.