You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're setup needs a GPS and a 9-DOF IMU, that is an IMU that provides a full orientation. The IMU orientation should be provided in the IMU's frame
11
25
as this is standard for robotics, but we are working on supporting the NED frame. We use a VectorNav VN100T IMU. It is important make sure your IMU magnetometer is calibrated, if it is not aligned correctly the heading output of glider will be incorrect.
@@ -18,7 +32,7 @@ the parameters mean:
18
32
-`publishers.viz.use`: if true will publish an `Odometry` topic for visualization centered around the origin.
19
33
-`publishers.viz.origin_easting`: the easting value you want to viz odometry to center around.
20
34
-`publishers.viz.origin_northing`: the northing value you want the viz odometry to center around.
21
-
-`subscribers.use_odom`: Still under development
35
+
-`subscribers.use_odom`: Still under development.
22
36
23
37
## Glider Setup
24
38
You can configure glider itself in `config/glider-params.yaml`, this is where you can specify the parameters for the factor graph. Here's more detail on each parameter:
0 commit comments