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

Revision history [back]

You can use e.g.

self.get_parameter("your_parameter").get_parameter_value().string_value

You can use e.g.

self.get_parameter("your_parameter").get_parameter_value().string_value

EDIT:

After the updated question - can you maybe use the PythonExpression substitution?