meng216073's repositories
cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
loam_velodyne
Laser Odometry and Mapping (Loam) is a realtime method for state estimation and mapping using a 3D lidar.
Automatic-Parking
Automatic parking with Reinforcement Learning (Q learning with epsilon greedy algorithm) in simulation. A parking environment is created in both Matplotlib and Gazebo.
OpenCV3-Intro-Book-Src
:blue_book:《OpenCV3编程入门》书本配套源码 |《Introduction to OpenCV3 Programming》Book Source Code
Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials
kd-tree
An implementation of k-d tree
eband_local_planner
ROS Local planner based on the eband approach. Based on the original implementation by Christian Connette and Bhaskara Marathi. This local planner has been adapted primarily for differential drive robots, but still supports the original holonomic drive controls.
free_space_detection
Ros package to merge data from LIDAR sensors and compute the free space from that data
cartographer-1
关于谷歌slam地图库cartographer的源码注释
apollo-1
自动驾驶Apollo源码注释.(annotated Apollo 1.0 source code)
pure_pursuit
A ROS implementation of the pure pursuit path following algorithm.
Tensorflow-Tutorial
Tensorflow tutorial from basic to hard
ipopt-cmake-demo
Just one of the ipopt examples wrapped up with cmake
ros_tutorials
Code used in tutorials found on ROS wiki
Dijkstras-Algorithm
Finding the shortest path from source to destination using Dijkstra's Algorithm. In this c++ STL is used to implement several other data structures which help in doing the task.
MPC-Project
MPC Control - Udacity SDCND Term 2, Project 5
DQN
Deep-Q-Network reinforcement learning algorithm applied to a simple 2d-car-racing environment
DQN-1
Deep Q-Networks in tensorflow
Learning_ROS_for_Robotics_Programming_2nd_edition
Code and examples for Learning ROS for Robotics Programming - 2nd Edition
FranksVelodyneAlgos
Implementation of my PhD thesis, see http://d-nb.info/1034865692/34
Chis
gomoku AI
pyReedsShepp
Implementation of Reeds Shepp curve.
loam_continuous
Laser Odometry and Mapping (continuous spin version)