Skip to content

Commit

Permalink
Added ptp_lock_threshold
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
  • Loading branch information
SakodaShintaro committed Feb 6, 2025
1 parent 43dafb5 commit f867842
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions common_sensor_launch/launch/hesai_OT128.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<arg name="ptp_transport_type" value="L2"/>
<arg name="ptp_switch_type" value="NON_TSN"/>
<arg name="ptp_domain" value="0"/>
<arg name="ptp_lock_threshold" value="100"/>
<arg name="setup_sensor" value="true"/>
<arg name="udp_only" value="$(var udp_only)"/>
</include>
Expand Down
1 change: 1 addition & 0 deletions common_sensor_launch/launch/hesai_XT32.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<arg name="ptp_profile" value="automotive"/>
<arg name="ptp_switch_type" value="NON_TSN"/>
<arg name="ptp_transport_type" value="L2"/>
<arg name="ptp_lock_threshold" value="100"/>
<arg name="setup_sensor" value="true"/>
<arg name="udp_only" value="$(var udp_only)"/>
<arg name="retry_hw" value="true"/>
Expand Down
2 changes: 2 additions & 0 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def create_parameter_dict(*args):
"ptp_transport_type",
"ptp_switch_type",
"ptp_domain",
"ptp_lock_threshold",
"retry_hw",
),
}
Expand Down Expand Up @@ -360,6 +361,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
add_launch_arg("ptp_transport_type", "L2")
add_launch_arg("ptp_switch_type", "TSN")
add_launch_arg("ptp_domain", "0")
add_launch_arg("ptp_lock_threshold", "100")
add_launch_arg("output_as_sensor_frame", "True", "output final pointcloud in sensor frame")
add_launch_arg("enable_blockage_diag", "true")
add_launch_arg("horizontal_ring_id", "64")
Expand Down

0 comments on commit f867842

Please sign in to comment.