LawranceXcl's Stars
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
progschj/ThreadPool
A simple C++11 Thread Pool implementation
oldratlee/translations
🐼 Chinese translations for classic software development resources
0voice/cpp_new_features
2021年最新整理, C++ 学习资料,含C++ 11 / 14 / 17 / 20 / 23 新特性、入门教程、推荐书籍、优质文章、学习笔记、教学视频等
HKUST-Aerial-Robotics/Fast-Planner
A Robust and Efficient Trajectory Planner for Quadrotors
lcm-proj/lcm
Lightweight Communications and Marshalling
acados/acados
Fast and embedded solvers for nonlinear optimal control
MengRao/fmtlog
fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
ttk592/spline
c++ cubic spline library
HKUST-Aerial-Robotics/EPSILON
sfujim/BCQ
Author's PyTorch implementation of BCQ for continuous and discrete actions
giaf/hpipm
High-performance interior-point-method QP and QCQP solvers
AdaCompNUS/despot
The DESPOT online POMDP solver
HKUST-Aerial-Robotics/spatiotemporal_semantic_corridor
Implementation of the paper "Safe Trajectory Generation For Complex Urban Environments Using Spatio-temporal Semantic Corridor".
HKUST-Aerial-Robotics/eudm_planner
Implementation of the paper "Efficient Uncertainty-aware Decision-making for Automated Driving Using Guided Branching".
fenneishi/CMake-Summary-of-documentation-chinese-
CMake 资料总结,持续更新
zwzw1/NanoLog
Fork from NanoLog. Output txt format logs directly for hft.
youxiamotors/driveassist-alpha
Developing code for driving assitance
youxiamotors/Vehicle-Lane-Detection
AdaCompNUS/hyp-despot
HyP-DESPOT: A Hybrid Parallel Algorithm for Online Planning under Uncertainty
MengRao/NanoLogLite
A revised version of NanoLog which writes human readable log file, and is easier to use.
yangyou95/POMDP_PBVI_solver
PBVI C++ Implementation for solving POMDPs
michaelczhou/EPSILON
AdaCompNUS/despot_tutorials
Tutorials for using DESPOT with ROS
FlorianPusse/OpenDS-CTS
luo-yuanfu/is-despot
importance sampling for online planning under uncertainty
JuliaPOMDP/ARDESPOT.jl
Implementation of the AR-DESPOT POMDP algorithm
nehagarg/hyp-despot-alpha-dev
LAMDA-POMDP/BSDESPOT.jl
An implementation of the BSDESPOT (Better Selection DESPOT) online POMDP Solver. BSDESPOT is a variation of DESPOT. It provides action branch selection based on upper and lower bounds, and multi-observation branches selection.
LawranceXcl/POMDPs.jl
MDPs and POMDPs in Julia - An interface for defining, solving, and simulating fully and partially observable Markov decision processes on discrete and continuous spaces.