Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Sample command to run the node doesn't work #2

Closed
ahtsan opened this issue Aug 7, 2019 · 1 comment
Closed

Sample command to run the node doesn't work #2

ahtsan opened this issue Aug 7, 2019 · 1 comment

Comments

@ahtsan
Copy link

ahtsan commented Aug 7, 2019

ros2 run cloudwatch_metrics_collector cloudwatch_metrics_collector __params:=\`ros2 pkg prefix cloudwatch_metrics_collector\`/share/cloudwatch_metrics_collector/config/sample_configuration.yaml

doesn't work for me. I have to remove the \ after __params:= and the \ after cloudwatch_metrics_collector to make it work.

That becomes

ros2 run cloudwatch_metrics_collector cloudwatch_metrics_collector __params:=`ros2 pkg prefix cloudwatch_metrics_collector`/share/cloudwatch_metrics_collector/config/sample_configuration.yaml
@ryanewel
Copy link
Member

ryanewel commented Aug 7, 2019

Good catch. This has been fixed in the latest commit on that PR #1

@ryanewel ryanewel closed this as completed Aug 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants