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

Commit code for CXZL gnss module #15558

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
58 changes: 29 additions & 29 deletions modules/drivers/gnss/conf/gnss_conf.pb.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
data {
# format optional: NOVATEL_BINARY, HUACE_TEXT, ASENSING_BINARY, BROADGNSS_TEXT
format: NOVATEL_BINARY
# format optional: NOVATEL_BINARY, HUACE_TEXT, ASENSING_BINARY, BROADGNSS_TEXT, CXZL_TEXT
format: CXZL_TEXT

# protocol optional: serial, tcp, udp, ntrip, can_card_parameter
serial {
device: "/dev/ttyACM0"
baud_rate: 115200
device: "/dev/ttyUSB0"
baud_rate: 460800
}

# tcp, udp: e.g.
Expand All @@ -23,34 +23,34 @@ data {
#}
}

#rtk_from {
# format: RTCM_V3
# ntrip {
#address: "111.111.111.11"
#port: 0000
#mount_point: "yourport"
#user: "username"
#password: "password"
#timeout_s: 5
# }
# push_location: true
#}

rtk_to {
format: NOVATEL_BINARY
serial {
device: "/dev/ttyACM1"
baud_rate: 115200
rtk_from {
format: RTCM_V3
ntrip {
address: "120.253.239.161"
port: 8002
mount_point: "RTCM33_GRCEJ"
user: "csar6655"
password: "w77xmje5"
timeout_s: 5
}
push_location: true
}

command {
format: NOVATEL_BINARY
serial {
device: "/dev/ttyACM2"
baud_rate: 115200
}
}
#rtk_to {
# format: NOVATEL_BINARY
# serial {
# device: "/dev/ttyACM1"
# baud_rate: 115200
# }
#}

#command {
# format: CXZL_TEXT
# serial {
# device: "/dev/ttyUSB0"
# baud_rate: 460800
# }
#}

rtk_solution_type: RTK_RECEIVER_SOLUTION
imu_type: CPT_XW5651
Expand Down
Loading