Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yuma Nihei <[email protected]>
  • Loading branch information
wakabame and yn-mrse authored Sep 25, 2024
1 parent 85a41aa commit 60a0bed
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023- Autoware Foundation
// Copyright 2024- Autoware Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

<!-- Topics -->
<arg name="input_odometry" default="~/input/odometry"/>
<arg name="input_pose" default="~/input/pose"/>
<arg name="input_twist" default="~/input/twist"/>

<node pkg="pose_instability_detector" exec="pose_instability_detector_node" name="$(var node_name)" output="both">
<remap from="~/input/odometry" to="$(var input_odometry)"/>
<remap from="~/input/twist" to="$(var input_twist)"/>
<remap from="~/input/pose" to="$(var input_pose)"/>
<param from="$(var param_file)"/>
</node>
</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"heading_velocity_maximum": {
"type": "number",
"default": 16.667,
"default": 2.778,
"minimum": 0.0,
"description": "The maximum of heading velocity (m/s)."
},
Expand Down Expand Up @@ -73,7 +73,8 @@
}
},
"required": [
"timer_period",
"window_length",
"output_x_y_yaw_only",
"heading_velocity_maximum",
"heading_velocity_scale_factor_tolerance",
"angular_velocity_maximum",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023- Autoware Foundation
// Copyright 2024- Autoware Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion localization/pose_instability_detector/test/test.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023- Autoware Foundation
// Copyright 2024- Autoware Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023- Autoware Foundation
// Copyright 2024- Autoware Foundation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 60a0bed

Please sign in to comment.