roslaunch ROSARIA problem
Dear all.
I can run:rosrun ROSARIA RosAria
But when I run the following in a launch file
<launch>
<node name="RosAria" pkg="ROSARIA" type="RosAria" respawn="true" output="screen"/>
</launch>
I get the error:
ERROR: cannot launch node of type [ROSARIA/RosAria]: ROSARIA
ROS path [0]=/opt/ros/groovy/share/ros
ROS path [1]=/home/acp/patrol_ws/sandbox
ROS path [2]=/opt/ros/groovy/share
ROS path [3]=/opt/ros/groovy/stacks
ROS path [4]=/home/acp/patrol_ws
ROS path [5]=/home/acp/patrol_ws/skynetish/generic_teleop
Any clue about this?
I appreciate your help
Try out p2os-vanderbilt. It's stable in groovy. http://www.ros.org/wiki/p2os-vanderbilt
is the folder in which the ROSARIA is located added to $ROS_PACKAGE_PATH variable?