How to convert a Hydro launch file to an indigo launch file
Thank you in advance for your help, I have the following launch file which runs well on other ubuntu 12.04 systems with ros hydro. My system is ubuntu 14.04 with ros indigo, and the files do not work. I believe the problem is within the launch file shown below, along with the error I receive.
<launch>
<param name="/use_sim_time" value="true"/>
<node pkg="stage_ros" type="stageros" name="IGVC_stage" args="$(find stageroscam)/world/20Mx20M.world" output="screen">
</node>
<!--include file="$(find stageroscam)/rviz.launch"/-->
</launch>
Error:
raise ResourceNotFound(name, ros_paths=self._ros_paths)
ResourceNotFound: stageroscam
ROS path [0]=/opt/ros/indigo/share/ros
ROS path [1]=/home/martin/catkin_ws/src
ROS path [2]=/opt/ros/indigo/share
ROS path [3]=/opt/ros/indigo/stacks