• Stars
    star
    379
  • Rank 113,004 (Top 3 %)
  • Language CMake
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A basic implementation(not official code) of AVP-SLAM(IROS 2020) in simulation. https://arxiv.org/abs/2007.01813

AVP-SLAM-SIM

A basic implementation of AVP-SLAM: Semantic Visual Mapping and Localization for Autonomous Vehicles in the Parking Lot(IROS 2020) in simulation.

Respect to AVP-SLAM project -> Tong Qin, Tongqing Chen, Yilun Chen, and Qing Su

Contributors Forks Stargazers Issues


Logo

AVP-SLAM-SIM

A basic implementation of AVP-SLAM: Semantic Visual Mapping and Localization for Autonomous Vehicles in the Parking Lot(IROS 2020) in simulation!
View Demo ยท Report Bug ยท Request Feature

Table of Contents
  1. About The Project
  2. CodeStructure
  3. How to run
  4. How to run
  5. Roadmap
  6. Contributing
  7. License
  8. Contact
  9. Acknowledgements

About The Project

[Logo]

โ€ƒโ€ƒ This project is only my implementation of the Paper, not official release , we only release our simulation codes. Other Code will be released soon

CodeStructure

โ€ƒโ€ƒWe release our basic code structure, for the whole project, you need at least calib,segmentation,avp-bev,sync part etc. avp-bev is one of the core parts of this project, The struct show in the figure:

[Logo]

โ€ƒโ€ƒIf you are intrested in this project, you can follow the ***.h files to relize your implementation.

How to run

โ€ƒโ€ƒ This project provide a gazebo world. so if you wanna test the code, you need prepare the simulation world.

โ€ƒโ€ƒ This project need a gazebo environment, Usually loading the gazebo models takes long time, so we need to download the models first and put them in ~/.gazebo/models/.

Follow this link,Download the models from BaiDu YUN, The extract code cmxc, and unzip them in ~/.gazebo/models/. or you can Download the models Google Drive LINK.

mkdir -p ~/catkin_ws/src && cd catkin_ws/src
git clone https://github.com/TurtleZhong/AVP-SLAM-SIM.git
cd gazebo_files/
unzip my_ground_plane.zip -d ~/.gazebo/models/

cd ../
catkin init && catkin config -DCMAKE_BUILD_TYPE=Release
catkin build
source devel/setup.bash
roslaunch avp_gazebo single_simulated_avp.launch

Ubuntu 16.04

sudo apt-get install ros-kinetic-gmapping ros-kinetic-navigation
sudo apt-get install ros-kinetic-kobuki ros-kinetic-kobuki-core ros-kinetic-kobuki-gazebo

Ubuntu 18.04

sudo apt-get install ros-melodic-kobuki-*
cd ~/catkin_ws/src
git clone https://github.com/yujinrobot/kobuki_desktop.git
catkin build

Acyually If you test the code fail in your env(ubuntu 18.04), I recomend you use Ubuntu 16.04 for test and I will provide A DOCKER ENV - TODO

DockerENV

If everything is OK, you will get this:

[Logo]

Roadmap

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Contact

Xinliang Zhong - @zxl - [email protected]

Wenxuan Chen - @wxchen - [email protected]

Project Link: https://github.com/TurtleZhong/AVP-SLAM-SIM

Acknowledgements

More Repositories

1

Map-based-Visual-Localization

A general framework for map-based visual localization. It contains 1) Map Generation which support traditional features or deeplearning features. 2) Hierarchical-Localizationvisual in visual(points or line) map. 3)Fusion framework with IMU, wheel odom and GPS sensors.
610
star
2

msckf_mono

VIO_Learning. A simple implement of mono msckf in https://github.com/TurtleZhong/msckf_mono/tree/master/src/msckf_mine_1.0
C++
309
star
3

LVIO-SAM

A Multi-sensor Fusion Odometry via Smoothing and Mapping.
C++
173
star
4

camera_lidar_calibration_v2

ROS VERSION: A tool used for calibrate 2D laser range finder (LRF) and camera.version1๏ผšhttps://github.com/TurtleZhong/camera_lidar_calibration
Makefile
115
star
5

camera_lidar_calibration

A tool used for calibrate the extrinsic between 2D laser range finder (LRF) and camera. ROS Version: https://github.com/TurtleZhong/camera_lidar_calibration_v2
C++
72
star
6

PoseGraph-Ceres

An offline tool for pose-graph-optimization.
C++
69
star
7

Visual-Inertial-Synchronization-Hardware

This project aims to hardware-synchronize camera and IMU so that both use the same (millisecond precise) time base.
C++
65
star
8

hfnet_ros

A cpp or ROS Warpper of HF-NET inference part (https://github.com/ethz-asl/hfnet)
C++
57
star
9

ESKF-All-in-One-Open

Error State Kalman Filter All in One, from Theory to Practice.
54
star
10

avp-bev-open

A pkg stiching around view images(4-6cameras) to generate bird's eye view.
38
star
11

Projects-Summary

ๆœฌไบบๅฎŒๆˆ็š„้กน็›ฎๆฑ‡ๆ€ป
23
star
12

vins_notes

vins-monoๅˆๅง‹ๅŒ–้ƒจๅˆ†่ฏฆ็ป†ๆ•™็จ‹
HTML
17
star
13

Gazebo-models-generator

A tool using to generate Gazebo models from 3D models.(Sketchup files, *.dae, *.obj, *.stl, etc.)
Python
16
star
14

ORB_SLAM2_error_analysis

ORB_SLAM2_error_analysis
C++
12
star
15

Particle_Filter_Demo

A demo for particle filter.
Python
9
star
16

msckf_notes

HTML
8
star
17

ros_projects

Some ros projects
C++
6
star
18

SLAM_Learning

projects after 2017
CMake
2
star
19

paper_reading_in_DM

some papers reading in DeepMotion
HTML
2
star
20

leetcode

leetcode exercises
C++
2
star
21

Super-Bible

Super Bible of SLAM
2
star
22

CarND-Motion-Prediction-Control-Project

C++
1
star
23

Udacity_SelfDrivingCar_2SensorFusion_Project2_ParticalFilter

C++
1
star