-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8ab4b91
commit 2396d60
Showing
1 changed file
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
# gnss_compass_ros | ||
|
||
ROS1 Package with two gnss receivers to calculate position and orientation. | ||
ROS1 Package to calculate position and orientation using two gnss receivers . | ||
|
||
Note.) | ||
RTK positioning is required for each GNSS receiver. | ||
In the standard configuration, pose is only published when two antennas are in RTK-FIX.. | ||
|
||
``` | ||
roslaunch launch/all.launch | ||
roslaunch gnss_compass gnss_compass.launch | ||
``` | ||
|
||
## pubsub | ||
|
||
- input | ||
/main/mosaic/gga (nmea_msgs/Gpgga) | ||
/sub/mosaic/gga (nmea_msgs/Gpgga) | ||
/tf_static(from "base_link" to main gnss's frame) | ||
|
||
- output | ||
/gnss_compass_pose (geometry_msgs/PoseStamped) | ||
/gnss_compass_odom (nav_msgs/Odometry) | ||
/illigal_gnss_compass_odom (nav_msgs/Odometry) | ||
/diagnostics ([diagnostic_msgs/DiagnosticArray) | ||
/tf(from "map" to "base_link") |