Code Monkey home page Code Monkey logo

avp_mapping's Introduction

AVP_MAPPING

A mapping system for autonomous valet parking(AVP).

Developing [--------> 40 % ---------------]

  • Simulation
    • static world
    • dynamic agents
  • Data pretreatment
    • vidar point cloud
    • bev image
    • NN based Semantic segmentation
    • occupied grid for submap
  • Front End
    • Odom with scale rate
    • IMU & Encoder Fusion
  • Back End
    • 3D PGO using ceres
    • 3D PGO using g2o
  • Loop Closing
    • Object based loop closing
  • Mapping & Visualization
    • Cloud map
    • Grid map
    • Vector map

Quick Start

Clone and build

mkdir -p ~/catkin_ws/src
cd ~/catkin_ws/src
git clone [email protected]:adin-pro/avp_mapping.git
cd ..
catkin_make
source devel/setup.zsh

Prepare model & materials for simulation

unzip parklot.tar.gz and copy extraced files to .gazebo/models/

tar -zxvf parklot.tar.gz;
cp -r parklot/ .gazebo/models/

Online Mode

Launch Simulation world and rviz

replace word_dir in avp_mapping/config/global_config.yaml with your own path

roslaunch avp_mapping online_simulation.launch

Control your robot

roslaunch avp_mapping robot_control.launch
rosrun avp_mapping avp_data_pretreat_node

Launch Mapping Nodes

roslaunch avp_mapping online_mapping.launch

alt text

Offline Mode [Recommended]

Use rosbag to record data, and then use offline mode for more efficient program development

roslaunch avp_mapping offline_mode.launch

Result

Loop Closing

alt text

Trajs after Pose Graph Optimization

alt text

Mapping

Before Optimization

alt text

After Optimization alt text


Acknowlegement:

  1. Code FrameWork https://github.com/Little-Potato-1990/localization_in_auto_driving
  2. Gazebo simulation environment https://github.com/TurtleZhong/AVP-SLAM-SIM
  3. Robot Control Module https://github.com/huchunxu/ros_exploring
  4. Implementation Reference https://github.com/liuguitao/AVP-SLAM-PLUS

avp_mapping's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.