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

Revision history [back]

click to hide/show revision 1
initial version

catkin does out-of-source builds, so all binaries end up in the /path/to/workspace/devel/lib/pkg_name, not in a bin subdir of the source pkg.

Have you sourced the devel/setup.bash? Where does roscd ptam take you?

catkin does out-of-source builds, so all binaries end up in the /path/to/workspace/devel/lib/pkg_name, not in a bin subdir of the source pkg.

Have you sourced the devel/setup.bash? Where does roscd ptam take you?

Also: how is your workspace setup?