doubt about xacro
Hi everyone!
I have a doubt about XACRO. Is possible from xacro to read a parameters in the Parameters Servers?
Thanks!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi everyone!
I have a doubt about XACRO. Is possible from xacro to read a parameters in the Parameters Servers?
Thanks!
I don't think this is possible, but it is an interesting possibility. What is your use case?
answered 2013-01-17 08:08:47 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
For example, with a box xacro that read parameters into parameter server, I can load different boxes into rviz or Gazebo with the same xacro file
If no existing that property, is really interesenting suggest!!
Asked: 2012-06-19 05:12:12 -0600
Seen: 566 times
Last updated: Jan 17 '13
Sensor Camera on Gazebo: Could not find parameter robot_description on parameter server
Pass parameters to xacro in launch file
How to reconfigure dynamically the parameters that aren't latched to particular nodes?
openni_tracker has problem opening database/parameter File
Sharing a matrix/graph, maybe with the parameter server?
Best practice for online re-configuration between nodes [closed]
Using XACRO for Generating URDF Files
In case your use case is to use a ros parameter when using xacro to initialize another ros parameter inside roslaunch: that won't work because parameters are first all parsed and then set on the parameter server.