This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
forked from superjax/inertial_sense_ros
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from inertialsense/RTK
Rtk
- Loading branch information
Showing
12 changed files
with
461 additions
and
52 deletions.
There are no files selected for viewing
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
Submodule InertialSenseSDK
updated
from c02331 to c1affd
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,35 @@ | ||
Header header | ||
int32 sat # satellite number | ||
int32 iode # IODE Issue of Data, Ephemeris (ephemeris version) | ||
int32 iodc # IODC Issue of Data, Clock (clock version) | ||
int32 sva # SV accuracy (URA index) IRN-IS-200H p.97 | ||
int32 svh # SV health GPS/QZS (0:ok) | ||
int32 week # GPS/QZS: gps week, GAL: galileo week | ||
int32 code # GPS/QZS: code on L2 * (00=Invalid, 01 = P Code ON, 11 = C/A code ON, 11 = Invalid) * GAL/CMP: data sources | ||
int32 flag # GPS/QZS: L2 P data flag (indicates that the NAV data stream was commanded OFF on the P-code of the in-phase component of the L2 channel) * CMP: nav type | ||
GTime toe # Toe | ||
GTime toc # clock data reference time (s) (20.3.4.5) | ||
GTime ttr # T_trans | ||
float64 A # Semi-Major Axis m | ||
float64 e # Eccentricity (no units) | ||
float64 i0 # Inclination Angle at Reference Time (rad) | ||
float64 OMG0 # Longitude of Ascending Node of Orbit Plane at Weekly Epoch (rad) | ||
float64 omg # Argument of Perigee (rad) | ||
float64 M0 # Mean Anomaly at Reference Time (rad) | ||
float64 deln # Mean Motion Difference From Computed Value (rad) | ||
float64 OMGd # Rate of Right Ascension (rad/s) | ||
float64 idot # Rate of Inclination Angle (rad/s) | ||
float64 crc # Amplitude of the Cosine Harmonic Correction Term to the Orbit Radius | ||
float64 crs # Amplitude of the Sine Harmonic Correction Term to the Orbit Radius (m) | ||
float64 cuc # Amplitude of the Cosine Harmonic Correction Term to the Argument of Latitude (rad) | ||
float64 cus # Amplitude of the Sine Harmonic Correction Term to the Argument of Latitude (rad) | ||
float64 cic # Amplitude of the Cosine Harmonic Correction Term to the Angle of Inclination (rad) | ||
float64 cis # Amplitude of the Sine Harmonic Correction Term to the Angle of Inclination (rad) | ||
float64 toes # Reference Time Ephemeris in week (s) | ||
float64 fit # fit interval (h) (0: 4 hours, 1:greater than 4 hours) | ||
float64 f0 # SV clock parameters - af0 | ||
float64 f1 # SV clock parameters - af1 | ||
float64 f2 # SV clock parameters - af2 | ||
float64[4] tgd # group delay parameters: GPS/QZS:tgd[0]=TGD (IRN-IS-200H p.103) * GAL:tgd[0]=BGD E5a/E1,tgd[1]=BGD E5b/E1 * CMP :tgd[0]=BGD1,tgd[1]=BGD2 | ||
float64 Adot # Adot for CNAV | ||
float64 ndot # ndot for CNAV |
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,12 @@ | ||
std_msgs/Header header | ||
GTime time # time of observation | ||
uint8 sat # satellite number | ||
uint8 rcv # receiver number | ||
uint8 SNR # Signal Strength (0.25 dBHz) | ||
uint8 LLI # Loss-of-Lock Indicator (bit1=loss-of-lock, bit2=half-cycle-invalid) | ||
uint8 code # code indicator (BeiDou: CODE_L1I, Other: CODE_L1C ) | ||
uint8 qualL # Estimated carrier phase measurement standard deviation (0.004 cycles) | ||
uint8 qualP # Estimated pseudorange measurement standard deviation (0.01 m) | ||
float64 L # observation data carrier-phase (cycle) | ||
float64 P # observation data pseudorange (m) | ||
float32 D # observation data doppler frequency (0.002 Hz) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
int64 time | ||
float64 sec |
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 @@ | ||
int32 sat # satellite number | ||
int32 iode # IODE (0-6 bit of tb field) | ||
int32 frq # satellite frequency number | ||
int32 svh # satellite health | ||
int32 sva # satellite accuracy | ||
int32 age # satellite age of operation | ||
GTime toe # epoch of epherides (gpst) | ||
GTime tof # message frame time (gpst) | ||
float64[3] pos # satellite position (ecef) (m) | ||
float64[3] vel # satellite velocity (ecef) (m/s) | ||
float64[3] acc # satellite acceleration (ecef) (m/s^2) | ||
float64 taun # SV clock bias (s) | ||
float64 gamn # relative freq bias | ||
float64 dtaun # delay between L1 and L2 (s) |
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,10 @@ | ||
Header header | ||
|
||
float32[3] BaseLLA # base position in lat-lon-altitude (deg, deg, m) | ||
uint32 cycle_slip_count # number of cycle slips detected | ||
uint32 roverObs # number of observations from rover (GPS, Glonass, Gallileo, Beidou, Qzs) | ||
uint32 baseObs # number of observations from base (GPS, Glonass, Gallileo, Beidou, Qzs) | ||
uint32 roverEph # number of ephemeris messages from rover (GPS, Glonass, Gallileo, Beidou, Qzs) | ||
uint32 baseEph # number of ephemeris messages from rover (GPS, Glonass, Gallileo, Beidou, Qzs) | ||
uint32 baseAntcount # number of base station antenna position measurements | ||
|
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,6 @@ | ||
Header header | ||
float32 differential_age # Age of differential (seconds) | ||
float32 ar_ratio # Ambiguity resolution ratio factor for validation | ||
geometry_msgs/Vector3 vector_to_base # Vector to base (m) in ECEF - If Compassing enabled, this is the 3-vector from antenna 2 to antenna 1 | ||
float32 distance_to_base # Distance to Base (m) | ||
float32 heading_to_base # Angle from north to vectorToBase in local tangent plane. (rad) |
Oops, something went wrong.