Roboseum
1.0.0
1.0.0
  • Roboseum
  • Robots
    • Modular Snake
    • Atlas
    • ANYdrive
    • ASIMO
    • ASIMO
    • Cassie
    • SpotMini
    • Ocean One
    • T-HR3
    • aslteam
    • SEA-Snake
    • OC Robotics Snake Arm Robot
    • Aibo
    • IMPASS
    • NABiRoS
    • Giacometti Arm with Balloon Body
    • CoBot
    • Fetch机器人平台
    • Salto
    • ASIMO
    • GUARDIAN S
    • ANYmal
    • BALLU
    • Robonaut2
    • Fusion-远程操作的寄生机器人
    • Epson SCARA Robot Overview
    • HERMES 遥操作机器人
    • Laikago
    • Gila Monster
    • Electrick
    • E2-DR
    • MIT Cheetah
    • Snake Monster
  • Sensors
    • 霍尔 Hall effect sensor
    • 编码器 Encoder
    • RGBcamera
    • IMU
    • Laser
    • 学习型描述子
    • DepthCamera
    • EventCamera
    • 旋转变压器 Resolver
  • Software
    • Algorithms
      • Mobility
        • Aerial Robotics
          • PX4
          • Planning
          • Geometry
          • Control
          • Mechanics
        • LeggedMobility
        • Bioinspiration
        • Templates
        • MechanicalDynamicalSystems
      • Motion Planning
        • Visibility Graph
          • Configuration Space
        • Rapid Exploring Random Trees
          • Rapid Exploring Random Trees
        • Probablistic Road Map
          • Probablistic Road Map
        • Trapezoidal Decomposition
          • Trapezoidal Decomposition
        • Sample Based Planners
          • Characteristics of Sample Based Planners
        • MoveIt
      • Perception
        • Localization and Mapping
          • Principle
            • localization
              • odometry
                • Odometry Modeling
                  • Odometry Modeling(里程计模型)
                • 视觉里程计 Visual Odometry
              • Iterative Closest Point
                • Iterative Closest Point (ICP 迭代最近邻)
              • Optical Flow (光流跟踪)
              • Particle Filter (粒子滤波)
            • 回环检测 Loop CLosing
            • mapping
              • Occupancy Grid Mapping
                • Occupancy Grid Mapping(占用栅格地图构建)
              • Map Registration
                • Map Registration(地图配准)
              • 3D Mapping
                • 3D Mapping
              • mapping
                • Mapping(建图)
            • Optimization in Mapping(优化在建图中的应用)
          • Project
            • ORBSlam
            • Dense Visual Odometry
            • LSDslam
            • Semi-Direct Monocular Visual Odometry
          • Dataset
            • TUM
            • KITTI
        • Basics
          • Single View Geometry
          • Camera Modeling
          • Point and Line Duality
          • Pinhole Camera Model
          • Perspective Projection
        • Recognition
          • CNNs
      • Learning
        • Estimation
          • ParticleFilters
          • TargetTracking
          • Kalman Filter
          • MaximumLikelihoodEstimate
            • 极大似然估计
    • Simulator
      • Gazebo
      • Airsim
      • VizDoom
      • Rviz
    • Library
      • PCL
      • OpenCV
      • OpenGL
  • Actuators
    • Floating Spring Joint
    • A Detailed Look into SEA(Serial Elastic Actuator)
    • MIT Optimal Actuator Design
Powered by GitBook
On this page

Was this helpful?

  1. Software
  2. Algorithms
  3. Perception
  4. Localization and Mapping
  5. Principle

Optimization in Mapping(优化在建图中的应用)

PreviousMapping(建图)NextProject

Last updated 6 years ago

Was this helpful?

优化方法在计算机领域的应用相当广泛,具体到机器人的建图问题中,主要是利用帧间信息提升前端估计的精度,主要有Bundle Adjustment集束调整,图优化,位子图Pose Graph 和因子图集中。 详情可参见高翔博士的与两篇博文

后端1
后端2