Skip to content

Commit

Permalink
added rtk_garmin estimator
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 21, 2023
1 parent 827a7b7 commit 16e5708
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/public/estimators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ mrs_uav_managers:
address: "mrs_uav_state_estimators/GpsBaro"
rtk:
address: "mrs_uav_state_estimators/Rtk"
rtk_garmin:
address: "mrs_uav_state_estimators/RtkGarmin"
aloam:
address: "mrs_uav_state_estimators/Aloam"
vio:
Expand Down
10 changes: 10 additions & 0 deletions config/public/transform_manager/transform_manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ mrs_uav_managers:
inverted: true # publish as inverted tf (the default for inverted mrs tf tree convention)
republish_in_frames: [] # the odometry message will be transformed and republished in the specified frames

rtk_garmin:
odom_topic: "odom" # name of the topic (expects nav_msgs/Odometry topic type)
tf_from_attitude: # used for transforming velocities before full transform is available
enabled: true
attitude_topic: "attitude" # name of the attitude topic(expects geometry_msgs/QuaternionStamped topic type)
namespace: "estimation_manager/rtk_garmin" # the namespace of the topic (usually the node that publishes the topic)
utm_based: true # if true, will publish tf to utm_origin
inverted: true # publish as inverted tf (the default for inverted mrs tf tree convention)
republish_in_frames: [] # the odometry message will be transformed and republished in the specified frames

aloam:
odom_topic: "odom" # name of the topic (expects nav_msgs/Odometry topic type)
tf_from_attitude: # used for transforming velocities before full transform is available
Expand Down

0 comments on commit 16e5708

Please sign in to comment.