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

rosmake can't find package, but it's in ROS_PACKAGE_PATH

asked 2016-04-27 21:47:32 -0500

jinhwan gravatar image

updated 2016-04-27 21:48:15 -0500

I'm trying to build http://wiki.ros.org/april_tags_node . I did these commands to add the package to ros workspace.

$ cd ~/rosbuild_ws
$ rosws set apriltag --svn https://utexas-ros-pkg.googlecode.com/svn/trunk
$ rosws update apriltag
$ source setup.bash

but "$ rosmake apriltag" gives me this error.

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

Weird thing is that $ROS_PACKAGE_PATH surely contains apriltag package.

echo $ROS_PACKAGE_PATH
/home/calanchue/rosbuild_ws/apriltag:/home/calanchue/catkin_ws/src:/opt/ros/indigo/share:/opt/ros/indigo/stacks
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-27 21:51:26 -0500

ahendrix gravatar image

updated 2016-04-27 21:51:34 -0500

It looks like the package name is april_tags_node. Have you tried that instead?

edit flag offensive delete link more

Comments

@ahendrix That was exact my mistake. The problem is solved. thank!

jinhwan gravatar image jinhwan  ( 2016-04-28 02:04:12 -0500 )edit

Question Tools

Stats

Asked: 2016-04-27 21:47:32 -0500

Seen: 206 times

Last updated: Apr 27 '16