congxiaolianwugong's Stars
lsvng/Optimial-Controller
Control Theory C++ implementation
hasauino/rrt_exploration
A ROS package that implements a multi-robot RRT-based map exploration algorithm. It also has the image-based frontier detection that uses image processing to extract frontier points.
meyiao/LaserSLAM
SLAM using 2D lidar
mpkuse/toy-pose-graph-optimization-ceres
toy SLAM pose graph optimization using manhattan dataset and ceres-solver
TurtleZhong/PoseGraph-Ceres
An offline tool for pose-graph-optimization.
ceres-solver/ceres-solver
A large scale non-linear optimization library
jingedawang/VO
A visual odometry demo.
gaoxiang12/slambook
MasterRobotica-UVic/copter_arm_robot
Project designed to learn PID control, relying on ros_control + gazebo for sim/real scenarios
Le0nX/ModernRoboticsCpp
Modern Robotics: Mechanics, Planning, and Control C++ Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness. http://modernrobotics.org/
beckerpascal/roboticsControl
PID controller and Reinforcement Learning approach to control a self-balancing robot (segway)
KubinkiewiczDawid/MappingRobot
Thesis project. Robot for automatic mapping of rooms in buildings.
arkinrc/online_map_coverage
robot online cleaning coverage
maxnatchanon/iRobot-Create-Project
iRobot Create project / Line tracking, Wall tracking, Map making etc.
foreversuiyi/Robot-Mapping
Assignments in Matlab version of Robot Mapping course
piappl/robotic-map
Map interface library for any robot overview or control system. Can act as a ROS node and makes use of Marble for map display.
jmloveyj/ros_navigation
robot automatic navigation stack including map building(histogramic in-motion mapping (HIMM) with grid_map), obstacle avoidance(vfh+) and navigation algorithms(A*, RRT+)
stheophil/MappingRobot2
Fully autonomous mapping robot
sreeramv91/RobotPathPlanningMatlabCode_ws
MATLab program using Potential field technique and Probabilistic road map for planning a path for a robot to traverse through
ANYbotics/grid_map
Universal grid map library for mobile robotic mapping
onlytailei/CppRobotics
cpp implementation of robotics algorithms including localization, mapping, SLAM, path planning and control
congxiaolianwugong/ORB_SLAM
A Versatile and Accurate Monocular SLAM
congxiaolianwugong/grid_map
Universal grid map library for mobile robotic mapping
Aaaaaaaty/blog
趁还能折腾的时候多读书——前端何时是个头
congxiaolianwugong/graphslam
graphslam
congxiaolianwugong/map_PS
对pgm格式的地图文件进行墙体轮廓重绘,并对建图不全的部分进行修补。
congxiaolianwugong/idincern-husky
AUTONOMOUS ROBOT NAVIGATION USING ROS Clearpath Husky A200 robot with Gazebo and RViz simulations using different SLAM and Path Planning algorithms. 360 degrees laser scan with two SICK LMS511 LIDARs
fengdu78/lihang-code
《统计学习方法》的代码实现