Skip to content

Commit

Permalink
[TransformManager] debug prints are off by default
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 5, 2023
1 parent b5a8570 commit 42fac2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/public/transform_manager/transform_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mrs_uav_managers:

mapping_origin_tf:
enabled: true
debug_prints: true
debug_prints: false
lateral_topic: "slam/odom" # name of the topic used for x, y components of the tf (expects nav_msgs/Odometry topic type)
altitude_topic: "slam/odom" # name of the topic used for z components of the tf (expects nav_msgs/Odometry topic type)
orientation_topic: "hw_api/orientation" # name of the topic used for orientation components of the tf (expects geometry_msgs/Quaternion topic type)
Expand Down
1 change: 1 addition & 0 deletions launch/transform_manager.launch
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@

<!-- Publishers -->
<remap from="~profiler" to="profiler" />
<remap from="~map_delay_out" to="~map_delay" />

</node>

Expand Down

0 comments on commit 42fac2f

Please sign in to comment.