-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tier4/universe' into feature/distortion_corrector_params
- Loading branch information
Showing
19 changed files
with
259 additions
and
255 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/**: | ||
ros__parameters: | ||
distance_ratio: 1.03 | ||
object_length_threshold: 0.1 | ||
num_points_threshold: 4 | ||
max_rings_num: 128 | ||
max_points_num_per_ring: 4000 | ||
publish_outlier_pointcloud: false | ||
min_azimuth_deg: 0.0 | ||
max_azimuth_deg: 360.0 | ||
max_distance: 12.0 | ||
vertical_bins: 128 | ||
horizontal_bins: 36 | ||
noise_threshold: 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
/**: | ||
# cspell: ignore ntrip | ||
# cspell: ignore gpsfix | ||
# cspell: ignore gpgga | ||
# cspell: ignore gprmc | ||
# cspell: ignore gpst | ||
# cspell: ignore measepoch | ||
# cspell: ignore pvtcartesian | ||
# cspell: ignore basevectorcart | ||
# cspell: ignore basevectorgeod | ||
# cspell: ignore poscovcartesian | ||
# cspell: ignore velcovgeodetic | ||
# cspell: ignore atteuler | ||
# cspell: ignore attcoveuler | ||
# cspell: ignore gpgsa | ||
# cspell: ignore gpgsv | ||
ros__parameters: | ||
device: tcp://192.168.20.102:28784 | ||
|
||
frame_id: gnss_link | ||
aux1_frame_id: aux1 | ||
get_spatial_config_from_tf: false | ||
use_ros_axis_orientation: false | ||
receiver_type: gnss | ||
multi_antenna: false | ||
|
||
datum: Default | ||
|
||
att_offset: | ||
heading: 0.0 | ||
pitch: 0.0 | ||
|
||
ant_type: Unknown | ||
ant_serial_nr: Unknown | ||
ant_aux1_type: Unknown | ||
ant_aux1_serial_nr: Unknown | ||
|
||
polling_period: | ||
pvt: 200 | ||
rest: 200 | ||
|
||
use_gnss_time: false | ||
|
||
rtk_settings: | ||
ntrip_1: | ||
id: "" | ||
caster: "" | ||
caster_port: 2101 | ||
username: "" | ||
password: "" | ||
mountpoint: "" | ||
version: "v2" | ||
tls: false | ||
fingerprint: "" | ||
rtk_standard: "auto" | ||
send_gga: "auto" | ||
keep_open: true | ||
ip_server_1: | ||
id: "IPS1" | ||
port: 28785 | ||
rtk_standard: "RTCMv3" | ||
send_gga: "auto" | ||
keep_open: true | ||
serial_1: | ||
port: "" | ||
baud_rate: 115200 | ||
rtk_standard: "auto" | ||
send_gga: "auto" | ||
keep_open: true | ||
|
||
publish: | ||
# For both GNSS and INS Rxs | ||
navsatfix: true | ||
gpsfix: false | ||
gpgga: false | ||
gprmc: false | ||
gpst: false | ||
measepoch: false | ||
pvtcartesian: false | ||
pvtgeodetic: true | ||
basevectorcart: false | ||
basevectorgeod: false | ||
poscovcartesian: false | ||
poscovgeodetic: true | ||
velcovgeodetic: false | ||
atteuler: false | ||
attcoveuler: false | ||
pose: false | ||
twist: false | ||
diagnostics: true | ||
# For GNSS Rx only | ||
gpgsa: false | ||
gpgsv: false | ||
|
||
# logger | ||
|
||
activate_debug_log: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.