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

Tutorial 1.2.1 Using rosmake

asked 2012-03-14 04:41:20 -0500

RyanG gravatar image

I just started the Tutorials and the 'rosmake beginner_tutorials' command gives me this output:

[ rosmake ] Packages requested are: ['beginner_tutorials']
[ rosmake ] Logging to directory/home/ryan/.ros/rosmake/rosmake_output-20120314-092824 [ rosmake ] Expanded args ['beginner_tutorials'] to: []
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['beginner_tutorials'] [ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.

According to the tutorial I should have something like this:

[ rosmake ] No package specified. Building ['beginner_tutorials'] [ rosmake ] Logging to directory [ rosmake ] /home/dbking/.ros/rosmake_output-2009-09-22-03-17-14 [ rosmake ] [ 0 of 18 Completed ] [rosmake-0] >>> genmsg_cpp >>> [ make ] [rosmake-0] <<< genmsg_cpp <<< [PASS] [ 0.39 seconds ] [ rosmake ] [ 1 of 18 Completed ] [rosmake-0] >>> roslib >>> [ make ] ... ... ... [ rosmake ] [ 17 of 18 Completed ] [rosmake-0] >>> beginner_tutorials >>> [ make ] [rosmake-0] <<< beginner_tutorials <<< [PASS] [ 0.79 seconds ]

I thought I had followed everything up to this point successfully, but I can't seem to find the problem. Any thoughts?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2012-03-14 05:38:45 -0500

Ugo gravatar image

You don't seem to have beginner_tutorials in your ROS_PACKAGE_PATH.

You should probably add this line to your ~/.bashrc (after the line which sources the ros setup.bash):

export ROS_PACKAGE_PATH=/path/to/beginner_tutorials:${ROS_PACKAGE_PATH}
edit flag offensive delete link more
0

answered 2012-03-14 05:37:09 -0500

dornhege gravatar image

I guess the path where your beginner_tutorials lies is not included in the ROS_PACKAGE_PATH.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-03-14 04:41:20 -0500

Seen: 4,435 times

Last updated: Mar 14 '12