MRS Estimator using LIO-SAM in Real UAV. #183
-
Hi, there! I am using "liosam", with "mrs_liosam_core" and "mrs_liosam_estimator_plugin", in order to estimate the UAV's position, following the same ideas applied to LOAM estimator. Thus, some doubts have arisen related to how the estimator manager works. I would like to ask some questions:
@petrlmat , since you had more participation in the lio-sam implementation, could you please help me? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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
I hope this answers your question and if not, please ask for more advice. Be careful while testing LIO-SAM with a real UAV. So far, we have used it only in simulation and on rosbags but not in feedback of a real UAV. |
Beta Was this translation helpful? Give feedback.
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 callrosrun mrs_uav_core get_public_params.py
. The most relevant part is: