MapIV / gnss_compass_ros

ROS1 Package to calculate position and orientation using two gnss receivers.
BSD 3-Clause "New" or "Revised" License
25 stars 6 forks source link

gnss_compass_ros

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 gnss_compass gnss_compass.launch

build

cd ~/catkin_ws/src
git clone --recursive https://github.com/MapIV/gnss_compass_ros.git
cd ..
rosdep install --from-paths src --ignore-src -r -y
catkin_make -DCMAKE_BUILD_TYPE=Release

pubsub

Notes on use

Be sure to set gnss_frequency, yaw_bias, and baseline_length in gnss_compass.yaml when using it.