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

Revision history [back]

click to hide/show revision 1
initial version

It may be a copy/paste error but it looks like the final single quote (') is missing on the autoreconfigure::command value. The config value itself is single quoted and contains literal double quotes.

It may be a copy/paste error but it looks like the final single quote (') is missing on the autoreconfigure::command value. The config value itself is single quoted and contains literal double quotes.. Edit: resolved.

In your unedited configuration, what is on line 33 of your master.yaml file?

It may be a copy/paste error but it looks like the final single quote (') is missing on the autoreconfigure::command value. The config value itself is single quoted and contains literal double quotes.. Edit: resolved.

In your unedited configuration, what We discussed this offline and it was most likely a YAML syntax issue. When embedding SSH keys and other long values in YAML text blocks make sure the indentation level is on line 33 of your master.yaml file?correct.