Skip to content

Commit

Permalink
Changed my mind
Browse files Browse the repository at this point in the history
If someone doesn't have that particular frame defined, then the
visualization won't work. Leave this default
  • Loading branch information
nachovizzo committed Feb 29, 2024
1 parent c8fc87f commit 5801609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros/launch/odometry.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_launch_description():
DeclareLaunchArgument("visualize", default_value="true"),
DeclareLaunchArgument("odom_frame", default_value="odom"),
DeclareLaunchArgument("base_frame", default_value=""),
DeclareLaunchArgument("publish_odom_tf", default_value="false"),
DeclareLaunchArgument("publish_odom_tf", default_value="true"),
# KISS-ICP parameters
DeclareLaunchArgument("deskew", default_value="false"),
DeclareLaunchArgument("max_range", default_value="100.0"),
Expand Down

0 comments on commit 5801609

Please sign in to comment.