Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem deleting robot using command-line tool robot_handler #177

Open
MariosPro opened this issue Nov 24, 2015 · 2 comments
Open

Problem deleting robot using command-line tool robot_handler #177

MariosPro opened this issue Nov 24, 2015 · 2 comments

Comments

@MariosPro
Copy link

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
Copy link

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
Copy link

marul999's solution worked for me too. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants