-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove unused file and fix bug
Signed-off-by: 1222-takeshi <[email protected]>
- Loading branch information
1 parent
d3a12db
commit 013d335
Showing
13 changed files
with
43 additions
and
1,363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
aip_x1_launch/config/dummy_diag_publisher/sensor_kit.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Description: | ||
# name: diag name | ||
# is_active: Force update or not | ||
# status: diag status set by dummy diag publisher "OK, Warn, Error, Stale" | ||
# | ||
# Note: | ||
# | ||
# default values are: | ||
# is_active: "true" | ||
# status: "OK" | ||
--- | ||
/**: | ||
ros__parameters: | ||
required_diags: | ||
# gnss | ||
gnss: default | ||
|
||
# pandar | ||
pandar_connection: default | ||
pandar_temperature: default | ||
pandar_ptp: default | ||
|
||
# velodyne | ||
velodyne_connection: default | ||
velodyne_temperature: default | ||
velodyne_rpm: default | ||
|
||
concat_status: default | ||
|
||
sensing_topic_status: default | ||
|
||
# imu | ||
gyro_bias_estimator: default |
30 changes: 0 additions & 30 deletions
30
aip_x1_launch/config/ground_segmentation/elevation_map_parameters.yaml
This file was deleted.
Oops, something went wrong.
78 changes: 0 additions & 78 deletions
78
aip_x1_launch/config/ground_segmentation/ground_segmentation.param.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/**: | ||
ros__parameters: | ||
gyro_bias_threshold: 0.008 # [rad/s] | ||
timer_callback_interval_sec: 0.5 # [sec] | ||
diagnostics_updater_interval_sec: 0.5 # [sec] | ||
straight_motion_ang_vel_upper_limit: 0.015 # [rad/s] |
Oops, something went wrong.