Robotics StackExchange | Archived questions

Is it possible to rename a robot on stdr_simulator?

Cannot find a way, nor information on Google

Asked by jorge on 2016-05-05 12:59:08 UTC

Comments

Answers

It seems that the names are automatically assigned by index on creation:

On line 626 of stdr_server/src/stdr_server.cpp:

namedRobot.name = "robot" + boost::lexical_caststd::string(_id++);

And since they don't expose any API for renaming robots, it is not possible to set the name of the robot with stdr_simulator.

Asked by yycho0108 on 2017-09-27 18:19:52 UTC

Comments