You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be a small mistake in Deleting a robot section of Robot Manipulation Tutorial.
When I run $ rosrun stdr_robot robot_handler delete /robot0
I get [ERROR] [1493549090.954906931]: Could not delete robot /robot0
So instead I removed the / from the robot name and run $ rosrun stdr_robot robot_handler delete robot0
which deleted the robot0 succesfully. You might want to update the tutorial accordingly.
Btw, I am running ROS kinetic on Ubuntu Xenial.
The text was updated successfully, but these errors were encountered:
marul999
changed the title
Mistake in Robot Manipulation Tutorial?
Mistake in Deleting a robot (Robot Manipulation Tutorial)?
Apr 30, 2017
There might be a small mistake in Deleting a robot section of Robot Manipulation Tutorial.
When I run
$ rosrun stdr_robot robot_handler delete /robot0
I get
[ERROR] [1493549090.954906931]: Could not delete robot /robot0
So instead I removed the / from the robot name and run
$ rosrun stdr_robot robot_handler delete robot0
which deleted the robot0 succesfully. You might want to update the tutorial accordingly.
Btw, I am running ROS kinetic on Ubuntu Xenial.
The text was updated successfully, but these errors were encountered: