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

Is it possible to rename a robot on stdr_simulator?

asked 2016-05-05 12:59:08 -0500

jorge gravatar image

Cannot find a way, nor information on Google

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-09-27 18:19:52 -0500

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_cast<std::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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2016-05-05 12:59:08 -0500

Seen: 81 times

Last updated: May 05 '16