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 | Q&A answers.ros.org |
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 -0500
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!!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-06-19 05:12:12 -0500
Seen: 506 times
Last updated: Jan 17 '13
Pass parameters to xacro in launch file
Add an end effector to the UR robot.
Composing complex robots: xacro or static_tf_publisher?
How to get ROS2 parameter hosted by another Node
how to include an existing urdf file into anothe urdf file with xacro
Problem with converting .xacro to .urdf in Windows 10 ROS
Gazebo doesn't open xacro elements
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.