stdr-simulator-ros-pkg / stdr_simulator

A simple, flexible and scalable 2D multi-robot simulator.
http://stdr-simulator-ros-pkg.github.io/
GNU General Public License v3.0
96 stars 66 forks source link

Problem deleting robot using command-line tool robot_handler #177

Open MariosPro opened 8 years ago

MariosPro commented 8 years ago

When using rosrun stdr_robot robot_handler delete /robot0 i get the following error: [ERROR] [1448365951.089322873]: Could not delete robot /robot1 and the following warning on stdr_server [ WARN] [1448365896.097803755]: Requested to delete robot, with name /robot0 does not exist.

marul999 commented 7 years ago

The output above seems conflicting (is it /robot0 or /robot1). Make sure you are using the correct robot name.

I had a similar problem, removing / from the robot name worked for me. It looked like: $ rosrun stdr_robot robot_handler delete robot0

nkhedekar commented 6 years ago

marul999's solution worked for me too. Thanks