Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1 KB

autodrive.md

File metadata and controls

18 lines (10 loc) · 1 KB

Integration (SLAM, path planning and motion planning)

Autonomus Driving for DPoom

DPoom is an indoor robot self-driving around the DGIST dormitory lobby. For its autonomous driving, such modules are essentially required.

  • SLAM : Firstly, it must use SLAM to scan around the indoor terrain for creating a map. During self-driving, it is used for localization.

  • path planning : It plans a efficient and safe path to the destination using SLAM created map.

  • DAP : DPoom could drive along the provided path using DAP, which listening encoder and IMU (from OpenCR).

  • autodrive.py integrates navigation modules such as GPP and motion planner (MORP).

integration.py integrates all required modules when autonomous driving. The gif below was recorded when we test the robot to autonomous driving in DGIST domitory lobby.

drawing