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

Set rosparam for ~ handle

asked 2013-07-05 07:04:18 -0500

noonv gravatar image

Hi! i'm using code

ros::NodeHandle ph("~");
ph.param("scale_angular", a_scale, a_scale);
ph.param("scale_linear", l_scale, l_scale);

How could i set scale_angular from console via rosparam utility? Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-07-05 07:14:21 -0500

dornhege gravatar image

updated 2013-07-05 07:14:58 -0500

rosparam set NODE_NAME/scale_angular VALUE

or when starting you node pass _scale_angular:=VALUE.

edit flag offensive delete link more

Comments

Thanks !!!

noonv gravatar image noonv  ( 2013-07-05 07:15:20 -0500 )edit

Question Tools

Stats

Asked: 2013-07-05 07:04:18 -0500

Seen: 167 times

Last updated: Jul 05 '13