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

Stage not working

asked 2014-09-12 13:06:53 -0500

tonyParker gravatar image

updated 2014-09-12 13:07:11 -0500

I am following this tutorial:

http://wiki.ros.org/lse_roomba_toolbo...

When I enter this command, rosrun stage stageros roomba_isr_floor0.world

it gives this error

[rosrun] Couldn't find executable named stageros below /opt/ros/hydro/share/stage

edit retag flag offensive close merge delete

Comments

I had same problem bro. Did you solve that error?

Akali gravatar image Akali  ( 2015-01-11 23:53:42 -0500 )edit

Does anyone knows how to solve this? I'm having the same error here... I'm trying to run stage with a simple command: $ rosrun stage_ros stageros ./map01_Room.world But I get this error: [rosrun] Couldn't find executable named stageros below /opt/ros/indigo/share/stage_ros

marcobecerrap gravatar image marcobecerrap  ( 2015-07-29 06:23:08 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2015-07-29 19:36:13 -0500

William gravatar image

You've got the package name wrong, it's stage_ros not stageros and the executable name is stageros not stage_ros (confusing I know). When I run that command:

$ rosrun stage stage_ros roomba_isr_floor0.world

On my Ubuntu 12.04.5 Hydro install I get an error that it cannot find the world file (expected) but if does find and run stageros:

william@ubuntu:~$ rosrun stage_ros stageros roomba_isr_floor0.world
[FATAL] [1438216243.460273767]: The world file roomba_isr_floor0.world does not exist.
 [Loading roomba_isr_floor0.world]err: unable to open world file roomba_isr_floor0.world : No such file or directory (/tmp/buildd/ros-hydro-stage-4.1.1-6precise-20141231-2201/libstage/worldfile.cc Load)

Stage: User closed window

It looks like that tutorial needs to be updated. If you figure out what it should be please feel free to update the tutorial.

edit flag offensive delete link more

Comments

Update to <node pkg="stage_ros" type="stageros" . Related:

Will Chamberlain gravatar image Will Chamberlain  ( 2018-03-26 03:49:03 -0500 )edit

Question Tools

3 followers

Stats

Asked: 2014-09-12 13:06:53 -0500

Seen: 2,102 times

Last updated: Jul 29 '15