You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the trailing whitespaces after the arg name cause the problem, since the following line works traffic_topic_name_generic: $(arg traffic_topic_name_generic)
rosmon version
2.0.2 ubuntu 18.04. ros melodic
The text was updated successfully, but these errors were encountered:
problem
mon launch reports
Substitution error: $(arg traffic_topic_name_generic ): Unknown arg
input
for the following launch file:
workaround
It seems that the trailing whitespaces after the arg name cause the problem, since the following line works
traffic_topic_name_generic: $(arg traffic_topic_name_generic)
rosmon version
2.0.2 ubuntu 18.04. ros melodic
The text was updated successfully, but these errors were encountered: