Skip to content

Commit

Permalink
remove ptp params in nebula node
Browse files Browse the repository at this point in the history
Signed-off-by: kotaro-hihara <[email protected]>
  • Loading branch information
kotaro-hihara committed Jun 13, 2024
1 parent b283e3e commit c65c908
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ def create_parameter_dict(*args):
"gnss_port",
"packet_mtu_size",
"setup_sensor",
"ptp_profile",
"ptp_transport_type",
"ptp_switch_type",
"ptp_domain",
#"ptp_profile",
#"ptp_transport_type",
#"ptp_switch_type",
#"ptp_domain",
),
"launch_hw": True
},
Expand Down Expand Up @@ -314,10 +314,10 @@ def create_parameter_dict(*args):
"gnss_port",
"packet_mtu_size",
"setup_sensor",
"ptp_profile",
"ptp_transport_type",
"ptp_switch_type",
"ptp_domain",
#"ptp_profile",
#"ptp_transport_type",
#"ptp_switch_type",
#"ptp_domain",
),
}
],
Expand Down

0 comments on commit c65c908

Please sign in to comment.