Skip to content
Discussion options

You must be logged in to vote

I looked into this myself now and found the solution. Actually, you were already very close, defining node options. Only the order was wrong. It needs to read:

options = rclcpp.NodeOptions()
options.automatically_declare_parameters_from_overrides = True
node = rclcpp.Node("mtc_tutorial", options)

Corresponding changes are pushed to the ros2 branch: 9f7a0ac

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@matthias-ploner
Comment options

Comment options

You must be logged in to vote
1 reply
@matthias-ploner
Comment options

Comment options

You must be logged in to vote
4 replies
@matthias88
Comment options

@matthias88
Comment options

@matthias88
Comment options

@rhaschke
Comment options

Answer selected by matthias-ploner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants