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

Revision history [back]

It seems to me that you tried to hardcode your paths (line 2 for instance) to workaround the fact that your environment variables are not defined.

First, type "source /opt/ros/eletric/setup.bash" then remove the hard-coded paths (re-run roscreate-pkg somewhere to know how to revert your changes) and then run "make" into your package. It should work.