Skip to content

Commit

Permalink
allowed broadcasting stable_origin and fixed_origin tfs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 24, 2023
1 parent 6224539 commit ad4a032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/public/transform_manager/transform_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ mrs_uav_managers:
child: "local_origin"

stable_origin_tf:
enabled: false # stable_origin tf should be published by default unless some other node already publishes it
enabled: true # stable_origin tf should be published by default unless some other node already publishes it
parent: "fcu" # fcu should be the parent if using the default inverted mrs tf tree convention with fcu as the root of the tf tree
child: "stable_origin"

fixed_origin_tf:
enabled: false # fixed_origin tf should be published by default unless some other node already publishes it
enabled: true # fixed_origin tf should be published by default unless some other node already publishes it
parent: "fcu" # fcu should be the parent if using the default inverted mrs tf tree convention with fcu as the root of the tf tree
child: "fixed_origin"

Expand Down

0 comments on commit ad4a032

Please sign in to comment.