esprtk's Stars
Tremmors/pyMedicalSimulators
HL7 and ASTM1394 device simulators in python
yigityus/ASTM
Medical instrument communication protocol
vheinitz/ASTMViewer
Test program in C# for parsing ASTM1394 Messages and creating object-trees
Chistousov/ASTM1394
CLSI LIS2-A2 (formerly ASTM E1394)
serifpersia/esp32partitiontool
Arduino IDE 1.8.X & PlatformIO Partition Utility - Create Custom Partition Table
zm0612/Hybrid_A_Star
Hybrid A Star algorithm C++ implementation
yoser174/corelims
coreLIS is a Laboratory Information Management Systems
mh828/Base52_alphabetical
convert base 10 integer numbers to alphabetical a to Z and reverse
DiTo97/alphacodings
base26 and base52 encodings
atomaka/base52
Encode and Decode Base 52 Values in Ruby
w8r/polygon-offset
Small lib for polygon offsetting(margin/padding)
ross1573/generalized_voronoi_diagram
Generalized voronoi diagram for python
ridoluc/Voronoi-Diagram
Fortune's algorithm implementation for building Voronoi's diagrams
trgtylcnky/smooth_planner
global planner ile delirmeceler
sohonisaurabh/CarND-MPC-Project
This repository contains C++ code for implementation of Model Predictive Controller. MPC is used to derive throttle, brake and steering angle actuators for a car to drive around a circular track. This task was implemented to partially fulfill Term-II goals of Udacity's self driving car nanodegree program
MizuhoAOKI/python_simple_mppi
Python implementation of MPPI (Model Predictive Path-Integral) controller to understand the basic idea. Mandatory dependencies are numpy and matplotlib only.
MizuhoAOKI/path_tracking_catalog
25 path-tracking algorithms are (goint to be) implemented with python.
Bharath2/iLQR
iterative Linear Quadratic Regulator with constraints.
Zhefan-Xu/CERLAB-UAV-Autonomy
[CMU] A Versatile and Modular Framework Designed for Autonomous Unmanned Aerial Vehicles [UAVs] (C++/ROS/PX4)
crosscutio/irregular-voronoi
Makes it dead simple to create voronoi like diagrams constrained to irregular polygons
longavailable/voronoi-diagram-for-polygons
A tool to create a Voronoi diagram for polygons
e-schumann/reeds_shepp
C++ 库
nathanlct/reeds-shepp-curves
A simple Python implementation of the Reeds-Shepp curves formulas.
JinKato1/neural-network-from-scratch-path-finding-algorithms
Shortest path algorithms & Neural Network from scratch & PyTorch implementation of the Neural Network
Farama-Foundation/HighwayEnv
A minimalist environment for decision-making in autonomous driving
esprtk/esprtk.github.io
omron-sinicx/neural-astar
Official implementation of "Path Planning using Neural A* Search" (ICML-21)
dcaffo98/path-planning-cnn
Solving synthetic 2d path-planning problems with a convolutional neural network.
xuanandsix/GFPGAN-onnxruntime-demo
This is the onnxruntime inference code for GFP-GAN: Towards Real-World Blind Face Restoration with Generative Facial Prior (CVPR 2021). Official code: https://github.com/TencentARC/GFPGAN
Habrador/Self-driving-vehicle
Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.