collision-checking topic

List collision-checking repositories

detect-collisions

185
Stars
19
Forks
Watchers

detecting collisions between bodies: Points, Lines, Boxes, Polygons (Concave too), Ellipses and Circles. Also RayCasting. All bodies can have offset, rotation, scale, bounding box padding, can be stat...

Robotics-Resources

114
Stars
18
Forks
Watchers

List of commonly used robotics libraries and packages

udacity-path-planning

103
Stars
34
Forks
Watchers

My solution for udacity path planning project. This makes the car drive > 20 miles without collision without constraint violation

Dubins-RRT-for-MATLAB

43
Stars
17
Forks
Watchers

RRT (Rapidly-Exploring Random Trees) using Dubins curve, with collision check in MATLAB

collisiongrid

33
Stars
4
Forks
Watchers

This is a structure allowing you to find suitable collision-candidates out of a bulk of sprites or similar very fast.

gnn-motion-planning

80
Stars
14
Forks
Watchers

The official repo for NeurIPS 2021 paper 'Reducing Collision Checking for Sampling-Based Motion Planning Using Graph Neural Networks'

pykin

53
Stars
16
Forks
Watchers

Python robot's kinematics library

sbkm

29
Stars
3
Forks
Watchers

Code for our paper "Autonomous Navigation in Unknown Environments with Sparse Bayesian Kernel-based Occupancy Mapping".

guided-extended-hybrid-astar

19
Stars
6
Forks
Watchers

A Hybrid-A* planner with early stopping for efficient path planning and extended motion primitives to account for the motion capabilities of the U-Shift II vehicle. Author: Oliver Schumann