Dependency problem as tf package does not exist

asked 2013-09-14 10:38:17 -0500

RB gravatar image

updated 2013-09-14 10:41:43 -0500

  I have now moved to ROS fuerte, since I need to integrate ROS with USARSim.I have created workspace as given in the ros website. I have created sandbox directory also; but don't know its usage.  
  My package dependency is given below:

std_msgs,roscpp,tf,geometry_msgs,nav_msgs, actionlib,sensor_msg,control_msgs When I type in the terminal root@ubuntu:~/fuerte_workspace/sandbox# rospack find usarsim_inf

/root/fuerte_workspace/sandbox/usarsim_inf

root@ubuntu:~/fuerte_workspace/sandbox# rospack depends1 usarsim_inf

[rospack] Error: package/stack usarsim_inf depends on non-existent package tf Thus rosmake will also give me error. I have install tf package manually. *So, what modification is needed; so that "rosmake usarsim_inf" works properly? *

edit retag flag offensive close merge delete

Comments

Where is tf installed? What is your ROS_PACKAGE_PATH?

tfoote gravatar image tfoote  ( 2013-09-14 11:01:35 -0500 )edit