Skip to content

MRS Estimator using LIO-SAM in Real UAV. #183

Answered by petrlmat
cappizzino asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, the estimation manager runs an individual estimator for each localization source and switches between them based on some estimator health metrics. The manager is customizable by the custom_config.yaml located in the tmux session. If you want to see all parameters, you can call rosrun mrs_uav_core get_public_params.py. The most relevant part is:

mrs_uav_managers:

  estimation_manager:

    # loaded state estimator plugins
    # available in mrs_uav_state_estimators: gps_garmin, gps_baro, rtk, ground_truth, dummy
    state_estimators: [
    "gps_garmin",
    "gps_baro",
    "liosam"
    ]

    initial_state_estimator: "liosam" # will be used as the first state estimator
    agl_height_…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@cappizzino
Comment options

@petrlmat
Comment options

@cappizzino
Comment options

@petrlmat
Comment options

@cappizzino
Comment options

Answer selected by petrlmat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants