Skip to content

Commit

Permalink
fix: ip address & can port
Browse files Browse the repository at this point in the history
Signed-off-by: kimurariku <riku.kimura@tier4.jp>
  • Loading branch information
kimurariku committed Feb 26, 2025
1 parent 1854d30 commit 08797c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="fintekcan3"/>
<arg name="interface" default="canVehicle"/>
<arg name="receiver_interval_sec" default="0.01"/>
<arg name ="vehicle_id" default="$(env VEHICLE_ID default)" />

Expand Down
2 changes: 1 addition & 1 deletion aip_x1_launch/launch/lidar.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down

0 comments on commit 08797c7

Please sign in to comment.