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

Stage controller tutorial on Groovy

asked 2013-05-10 07:42:24 -0500

Zayin gravatar image

updated 2013-05-13 19:31:08 -0500

I'm trying to follow the stage controller tutorial here: ros.org/wiki/stage/Tutorials/IntroductiontoStageControllers.

However, I run into the following errors:

err: Model type laser not found in model typetable (/tmp/buildd/ros-groovy-stage-1.6.7/debian/ros-groovy-stage/opt/ros/groovy/stacks/stage/build/stage/libstage/world.cc CreateModel)

err: Unknown model type laser in world file. (/tmp/buildd/ros-groovy-stage-1.6.7/debian/ros-groovy-stage/opt/ros/groovy/stacks/stage/build/stage/libstage/world.cc CreateModel)

I replaced laser with ranger in roomba-wander.world and got the following warnings:

warn: lookup of model name roomba.ranger:1: no matching name (/tmp/buildd/ros-groovy-stage-1.6.7/debian/ros-groovy-stage/opt/ros/groovy/stacks/stage/build/stage/libstage/world.cc GetModel)

warn: Model roomba.ranger:1 not found (/tmp/buildd/ros-groovy-stage-1.6.7/debian/ros-groovy-stage/opt/ros/groovy/stacks/stage/build/stage/libstage/model.cc GetChild)
Segmentation fault (core dumped)

Now I read this topic, answers.ros.org/question/33973/stage-error-in-fuerte/, but the solutions are for fuerte. I tried them anyway, but it doesn't work. Is there a way to fix this? Or is there another similar tutorial that I could follow? I need to simulate a navigating robot (I will use an icreate), and eventually implement SLAM.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-05-11 19:16:34 -0500

updated 2013-05-13 19:33:00 -0500

There has been known issues with Stage Controllers ever since fuerte and they have not been conclusively resolved. You may have seen this little note on top of the Stage Controller Tutorials, which confirms to what I am saying here;

Note: This tutorial works on ROS Electric but has known issues in ROS Fuerte and ROS Groovy

If you want to navigate an icreate and attempt SLAM then there are other simpler ways to achieve that. I will suggest that you use a simple navigation/wander like code and team it up with gmapping and map_server.

Here are 2 samples, they are in stage and gazebo respectively but they should give you a good idea about what I am talking about.

  1. http://mobotica.blogspot.in/2011/11/maps-from-stage-simulations-in-ros-part.html ( uses teleoperation in stage, in ROS diamondback but it should work in most of the other distributions)
  2. http://answers.ros.org/question/12636/slam-in-gazebo/ (in gazebo)
edit flag offensive delete link more

Comments

Thanks so much, I will look that up!

Zayin gravatar image Zayin  ( 2013-05-12 15:59:15 -0500 )edit

Question Tools

Stats

Asked: 2013-05-10 07:42:24 -0500

Seen: 1,110 times

Last updated: May 13 '13