How to create a ROS package?
After creating a ROS package i'm trying the compile a code for a publisher node. I execute the command
rosmake minimal_nodes
The following error appears:
[ rosmake ] rosmake starting...
[ rosmake ] Packages requested are: ['minimal_nodes']
[ rosmake ] Logging to directory /home/fcs_basestation/.ros/rosmake/rosmake_output-20141120-145630
[ rosmake ] Expanded args ['minimal_nodes'] to:
[]
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['minimal_nodes']
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.
I know i have to add the package to the ros_package_path. My question is how i do that? I have seen this question a lot of time here with worthless answers to it. I'm using hydro.