To my understanding appearance-based SLAM uses only information coming from sensors for mapping and localization. It completely discards control information from actuators. I'm I correct?
Asked
Active
Viewed 419 times
3
-
Welcome to Robotics:SE. You might find it helpful to review the site tour and Help Centre and, in particular, [ask]. – sempaiscuba Jan 28 '18 at 21:40
2 Answers
1
Appearance-based SLAM methods model the set of discrete locations in a space and the existence of paths between these locations.
I suggest you first read this paper Appearance based slam for mobile robot . Try to know the basic idea behind the appearance based slam.
Encipher
- 419
- 2
- 10
0
This depends on the localization approach on your SLAM (Simultaneous localization and mapping), i.e. AMCL localization algorithm using the laser (sensor) + wheels encoders (actuators sensors).
[Note]:
This algorithm based on adaptive Monte Carlo + EKF (extended Kalman filter)
Benyamin Jafari
- 242
- 2
- 12
-
Could you be a little more specific? How does the localization approach make one algorithm appearance-based? – Nicolas Schejtman Jan 30 '18 at 18:18
-