Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] x1/bench ecu setup branch diff check #397

Open
wants to merge 97 commits into
base: feat/x1/use_xt32_for_top
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
feaddbe
feat: add XT32 sensor model
1222-takeshi May 15, 2023
fb5e65c
fix(velodyne_node_container): fix param load failure
1222-takeshi May 17, 2023
ca76430
fix(diagnostic_aggregator): update sensor kit param (#22) (#23)
YoheiMishina May 18, 2023
4719ebb
fix: add vehicle_velocity_converter.launch (#146)
1222-takeshi Jun 5, 2023
9c96613
feat: add use_awsim option and add gnss imu
1222-takeshi Dec 13, 2023
e54916b
feat: add GNSS
1222-takeshi Dec 13, 2023
93dbc73
feat: update for upstream
1222-takeshi Dec 13, 2023
ec108b0
feat: add use_awsim option
1222-takeshi Dec 13, 2023
924061b
feat: change topic name
1222-takeshi Dec 13, 2023
aa46627
comment out nebura
1222-takeshi Dec 13, 2023
2199ef7
feat: add node alive monitoring
1222-takeshi Jan 30, 2024
f0237e9
feat: add gnss
1222-takeshi Jan 30, 2024
6233b09
feat: update ground_segmentation param
1222-takeshi Jan 30, 2024
5b13361
feat: remove use_awsim option
1222-takeshi Jan 30, 2024
17bfae6
feat: add cropbox filter
1222-takeshi Jan 30, 2024
f27d816
feat: add diag of gyro_bias_validator
1222-takeshi Jan 31, 2024
f59b777
chore: update for upstream
1222-takeshi Jan 31, 2024
495daf3
chore: comment out for avoid no diag stale
1222-takeshi Jan 31, 2024
a4af407
feat: add gnss.launch for x1_1
1222-takeshi Feb 9, 2024
b7a4950
feat: use pointcloud_container
1222-takeshi Feb 9, 2024
e388c22
fix: change topic name for ground segmentation
1222-takeshi Feb 9, 2024
f74a5c1
feat(aip_x1_launch): rename some topics
1222-takeshi Feb 16, 2024
a20faa0
feat(aip_x1, aip_x1_1): use interpolate
1222-takeshi Feb 20, 2024
23d3b9c
feat(velodyne_node_container): use distortion_corrector
1222-takeshi Feb 26, 2024
92208e5
feat(ground_segmentation): change crop parameter
1222-takeshi Feb 26, 2024
149a51f
feat(obstacle_segmentation): relax ground_segmentation threshold
1222-takeshi Feb 28, 2024
bccb643
chore(ground_segmentation): change parameter name (#229)
1222-takeshi Apr 5, 2024
b0ff1f7
chore(ground_segmentation): add missing parameters (#231)
Autumn60 Apr 17, 2024
4917696
feat: use nebula driver for aip_x1_1 sensor configuration (#235)
1222-takeshi May 2, 2024
b3d79b7
chore: remove aip_x1 and rename aip_x1_1 to aip_x1
1222-takeshi May 2, 2024
d3a12db
chore: rename aip_x1_1 to aip_x1
1222-takeshi May 7, 2024
013d335
chore: remove unused file and fix bug
1222-takeshi May 7, 2024
25af890
ci(pre-commit): autofix
pre-commit-ci[bot] May 7, 2024
123f0c4
fix: diag list
1222-takeshi May 7, 2024
8ff93df
Merge branch 'tier4/universe' into add-XT32-model_sync_main
Autumn60 Jul 5, 2024
9120415
fix cancat lidar topics
1222-takeshi Jul 8, 2024
c0ad3c4
feat(x2_gen1_nebula): changed LiDAR driver to nebula (#252)
kotaro-hihara Jul 9, 2024
e536068
fix(common_sensor_launch): change vlp16 param (#251) (#253)
zusizusi Jul 9, 2024
8ef3f01
fix(aip_x2_launch): read callibration from individual_params (#255)
kotaro-hihara Jul 10, 2024
ebb54ef
fix(aip_x2_launch): set use_multithread and use_intra_process to True…
kotaro-hihara Jul 11, 2024
cec1431
fix(aip_x2_launch): update lidar angle setting for j6_gen1_02 (#254)
kotaro-hihara Jul 12, 2024
25673a1
update dummy diag name
saka1-s Jul 16, 2024
02202d2
Merge pull request #260 from tier4/fix/dummy-diag-name-update
saka1-s Jul 17, 2024
41271bb
feat: add input_offset parameter to pointcloud preprocessor launch
asa-naki Jul 18, 2024
8c5582d
feat: nebula_hw_monitor is not started except when simulation is running
1222-takeshi Jul 19, 2024
f33a75f
Merge remote-tracking branch 'origin/beta/v0.29.0' into add-XT32-mode…
1222-takeshi Jul 19, 2024
b8d4d5a
chore(blockage_diag): update param for aip_x1_launch (#268)
Autumn60 Jul 24, 2024
7f00a8b
revert(common_sensor_launch): revert PR of changing vlp16 param (#251…
zusizusi Aug 7, 2024
1e465ec
fix: change container name
1222-takeshi Aug 13, 2024
73429ac
fix: config for awsim (#290)
Autumn60 Aug 29, 2024
cc02a7b
chore: replace use_awsim to use_gnss (#291)
Autumn60 Aug 29, 2024
cadb756
fix: change for x1 bench
Feb 12, 2025
d494bcc
feat: add XT32 sensor model
1222-takeshi May 15, 2023
c9eabb1
fix(velodyne_node_container): fix param load failure
1222-takeshi May 17, 2023
2aea190
fix(diagnostic_aggregator): update sensor kit param (#22) (#23)
YoheiMishina May 18, 2023
c1fbe2b
fix: add vehicle_velocity_converter.launch (#146)
1222-takeshi Jun 5, 2023
451ff55
feat: add use_awsim option and add gnss imu
1222-takeshi Dec 13, 2023
de5412c
feat: add GNSS
1222-takeshi Dec 13, 2023
9037961
feat: update for upstream
1222-takeshi Dec 13, 2023
83b9e8c
feat: add use_awsim option
1222-takeshi Dec 13, 2023
a24a92d
feat: change topic name
1222-takeshi Dec 13, 2023
784e932
feat: add node alive monitoring
1222-takeshi Jan 30, 2024
7e84421
feat: add gnss
1222-takeshi Jan 30, 2024
3c57435
feat: update ground_segmentation param
1222-takeshi Jan 30, 2024
9aa6c69
feat: remove use_awsim option
1222-takeshi Jan 30, 2024
465ac73
feat: add cropbox filter
1222-takeshi Jan 30, 2024
6635167
feat: add diag of gyro_bias_validator
1222-takeshi Jan 31, 2024
da76ce5
chore: update for upstream
1222-takeshi Jan 31, 2024
e48d663
chore: comment out for avoid no diag stale
1222-takeshi Jan 31, 2024
65b60f2
feat: add gnss.launch for x1_1
1222-takeshi Feb 9, 2024
2c5fb24
feat: use pointcloud_container
1222-takeshi Feb 9, 2024
e2e4291
fix: change topic name for ground segmentation
1222-takeshi Feb 9, 2024
77f867e
feat(aip_x1, aip_x1_1): use interpolate
1222-takeshi Feb 20, 2024
850cead
feat(velodyne_node_container): use distortion_corrector
1222-takeshi Feb 26, 2024
4ea56f4
feat(ground_segmentation): change crop parameter
1222-takeshi Feb 26, 2024
45b94ad
feat(obstacle_segmentation): relax ground_segmentation threshold
1222-takeshi Feb 28, 2024
cef7474
chore(ground_segmentation): change parameter name (#229)
1222-takeshi Apr 5, 2024
1d01fec
chore(ground_segmentation): add missing parameters (#231)
Autumn60 Apr 17, 2024
d87baa4
feat: use nebula driver for aip_x1_1 sensor configuration (#235)
1222-takeshi May 2, 2024
b28d6fd
chore: remove aip_x1 and rename aip_x1_1 to aip_x1
1222-takeshi May 2, 2024
5daff09
chore: rename aip_x1_1 to aip_x1
1222-takeshi May 7, 2024
5bfe6fd
chore: remove unused file and fix bug
1222-takeshi May 7, 2024
4e91221
ci(pre-commit): autofix
pre-commit-ci[bot] May 7, 2024
be7ab48
fix: diag list
1222-takeshi May 7, 2024
b3dac7d
feat: nebula_hw_monitor is not started except when simulation is running
1222-takeshi Jul 19, 2024
36537c9
feat(x2_gen1_nebula): changed LiDAR driver to nebula (#252)
kotaro-hihara Jul 9, 2024
7f9355f
fix(aip_x2_launch): read callibration from individual_params (#255)
kotaro-hihara Jul 10, 2024
bcfc274
fix(aip_x2_launch): set use_multithread and use_intra_process to True…
kotaro-hihara Jul 11, 2024
18afcee
fix(aip_x2_launch): update lidar angle setting for j6_gen1_02 (#254)
kotaro-hihara Jul 12, 2024
28e4d29
update dummy diag name
saka1-s Jul 16, 2024
1f859b5
chore(blockage_diag): update param for aip_x1_launch (#268)
Autumn60 Jul 24, 2024
7496300
revert(common_sensor_launch): revert PR of changing vlp16 param (#251…
zusizusi Aug 7, 2024
b4f9d68
fix: config for awsim (#290)
Autumn60 Aug 29, 2024
de2d981
fix: change for x1 bench
Feb 12, 2025
c6e824a
Merge branch 'x1/bench-ecu-setup' of https://github.com/tier4/aip_lau…
Feb 26, 2025
1854d30
Revert "Merge branch 'x1/bench-ecu-setup' of https://github.com/tier4…
Feb 26, 2025
08797c7
fix: ip address & can port
Feb 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions aip_x1_description/urdf/sensor_kit.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,31 @@
yaw="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['yaw']}"
fps="100"
/>
<!-- gnss -->
<xacro:imu_macro
name="gnss"
parent="sensor_kit_base_link"
namespace=""
x="${calibration['sensor_kit_base_link']['gnss_link']['x']}"
y="${calibration['sensor_kit_base_link']['gnss_link']['y']}"
z="${calibration['sensor_kit_base_link']['gnss_link']['z']}"
roll="${calibration['sensor_kit_base_link']['gnss_link']['roll']}"
pitch="${calibration['sensor_kit_base_link']['gnss_link']['pitch']}"
yaw="${calibration['sensor_kit_base_link']['gnss_link']['yaw']}"
fps="100"
/>
<!-- imu -->
<xacro:imu_macro
name="tamagawa/imu"
parent="sensor_kit_base_link"
namespace=""
x="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['x']}"
y="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['y']}"
z="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['z']}"
roll="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['roll']}"
pitch="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['pitch']}"
yaw="${calibration['sensor_kit_base_link']['tamagawa/imu_link']['yaw']}"
fps="100"
/>
</xacro:macro>
</robot>
14 changes: 5 additions & 9 deletions aip_x1_launch/config/dummy_diag_publisher/sensor_kit.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
/**:
ros__parameters:
required_diags:
# sensing
sensing_topic_status: default

# pandar
pandar_connection: default
pandar_temperature: default
pandar_ptp: default

# gnss
gnss_connection: default
gnss_data: default
Expand All @@ -29,7 +21,11 @@
gnss_jamming: default
fix topic status: default

sensing_topic_status: default
# pandar
pandar_connection: default
pandar_temperature: default
pandar_ptp: default


# imu
gyro_bias_estimator: default
2 changes: 1 addition & 1 deletion aip_x1_launch/launch/imu.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<push-ros-namespace namespace="imu"/>

<arg name="launch_driver" default="true" />
<arg name="interface" default="canIMU"/>
<arg name="interface" default="canVehicle"/>
<arg name="receiver_interval_sec" default="0.01"/>
<arg name ="vehicle_id" default="$(env VEHICLE_ID default)" />

Expand Down
8 changes: 4 additions & 4 deletions aip_x1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<launch>

<arg name="launch_driver" default="true" />
<arg name="host_ip" default="127.0.0.1"/>
<arg name="host_ip" default="192.168.1.100"/>
<arg name="use_concat_filter" default="true" />
<arg name="vehicle_id" default="$(env VEHICLE_ID default)" />
<arg name="vehicle_mirror_param_file" />
Expand All @@ -15,7 +15,7 @@
<push-ros-namespace namespace="top" />
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launch.xml">
<arg name="sensor_frame" value="pandar_xt32_top" />
<arg name="sensor_ip" value="192.168.1.20" />
<arg name="sensor_ip" value="192.168.1.201" />
<arg name="data_port" value="2368" />
<arg name="gnss_port" value="10121" />
<arg name="scan_phase" value="180.0" />
Expand All @@ -34,8 +34,8 @@
<push-ros-namespace namespace="front_center" />
<include file="$(find-pkg-share common_sensor_launch)/launch/hesai_XT32.launch.xml">
<arg name="sensor_frame" value="pandar_xt32_front_center" />
<arg name="sensor_ip" value="192.168.3.201" />
<arg name="data_port" value="2321" />
<arg name="sensor_ip" value="192.168.1.202" />
<arg name="data_port" value="2369" />
<arg name="gnss_port" value="10121" />
<arg name="scan_phase" value="0.0" />
<arg name="cloud_min_angle" value="0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
pandar_ptp: default
"left_upper: visibility_validation": default
blockage_validation: default
concat_status: default
"concatenate_data: concat_status": default

sensing_topic_status: default

Expand Down
327 changes: 197 additions & 130 deletions aip_x2_launch/launch/lidar.launch.xml

Large diffs are not rendered by default.

Loading
Loading