ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.