Skip to content

Commit

Permalink
chore: remove unused file and fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: 1222-takeshi <[email protected]>
  • Loading branch information
1222-takeshi committed May 7, 2024
1 parent d3a12db commit 013d335
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 1,363 deletions.
2 changes: 1 addition & 1 deletion aip_x1_description/urdf/sensor_kit.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</link>

<!-- sensor -->
<xacro:property name="calibration" value="${load_yaml('$(arg config_dir)/sensor_kit_calibration.yaml')}"/>
<xacro:property name="calibration" value="${xacro.load_yaml('$(arg config_dir)/sensor_kit_calibration.yaml')}"/>
<!-- lidar -->
<xacro:VLP-16
parent="sensor_kit_base_link"
Expand Down
2 changes: 1 addition & 1 deletion aip_x1_description/urdf/sensors.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<xacro:arg name="config_dir" default="$(find aip_x1_description)/config"/>
<xacro:include filename="$(find aip_x1_description)/urdf/sensor_kit.xacro"/>
<xacro:property name="calibration" value="${load_yaml('$(arg config_dir)/sensors_calibration.yaml')}"/>
<xacro:property name="calibration" value="${xacro.load_yaml('$(arg config_dir)/sensors_calibration.yaml')}"/>

<!-- sensor kit -->
<xacro:sensor_kit_macro
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
path: rpm
contains: [": velodyne_rpm"]
timeout: 3.0
front:
pandar:
type: diagnostic_aggregator/AnalyzerGroup
path: front
path: pandar
analyzers:
health_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
Expand Down
33 changes: 33 additions & 0 deletions aip_x1_launch/config/dummy_diag_publisher/sensor_kit.param.yaml
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

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions aip_x1_launch/config/gyro_bias_estimator.param.yaml
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]
Loading

0 comments on commit 013d335

Please sign in to comment.