xacro processing in ROS 2 YAML launch files (or XML)?
I'm trying to use YAML launch files for a Gazebo simulation project I'm working on, but it doesn't seem like there's a lot of documentation beyond the basics here.
I need to process a robot description xacro
and pass that as a param
to robot_state_publisher
.
Does the YAML frontend support this?
Does someone know of an example in an existing package?
I should be able to RUN the xacro
processing with an executable
but it's not clear how I'd store and access the variable. (I could probably put it into an env var and then read the env var, but that seems like a roundabout way to
https://design.ros2.org/articles/rosl...
Here I'm linking to XML docs because there's not much on YAML that I can find, but it seems from other recent investigations like YAML and XML are almost exactly the same.