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

ROS application chooser keeps giving me error "The parameters on the server are not set"

asked 2011-11-28 14:52:27 -0500

Bei gravatar image

Hi all, I've just downloaded the ROS application chooser. Then I ran roscore on my turtlebot and entered the master_uri into the ROS application chooser. But I have the following error when I try to connect to the uri:

Cannot contact ROS master: the parameters on the server are not set. Please set robot/name and robot/type

Is there a way to set those parameters? I couldn't set it in the app.

Thanks in advance!

-Bei

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2011-11-29 01:04:47 -0500

Kei Okada gravatar image

updated 2011-11-29 01:05:22 -0500

You can set parameter against roscore on turtlebot

rosparam set robot/name pr1012
rosparam set robot/type pr2

robot/type must be either pr2 or turtlebot, and you can use arbitrarily word for robot/name

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-28 14:52:27 -0500

Seen: 683 times

Last updated: Nov 29 '11