• Stars
    star
    4
  • Rank 3,294,169 (Top 66 %)
  • Language
    C++
  • License
    MIT License
  • Created almost 4 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of the A* PathFinding-Algorithm for OpenStreetmap.

More Repositories

1

ArduinoSaveReceive

Easy to use GUI for Arduino Microcontrollers
C++
6
star
2

Graham-Scan

Algorithm for calculating a convex hull around a point cloud
MATLAB
4
star
3

PCL_Lidarvisualization

Example how to visualize the sensor data of YLidars-Lidarsensors and visualize it with the PCL-Library
C++
4
star
4

Heat-Exchanger

Simple Heatexchanger Simulation in MATLAB. For direct current or counter current Heat exchangers. Matlab Runtime is required to run this program. I should mention that I never had the capabilities to validate this calculation with a real test bench so please keep this in mind.
MATLAB
4
star
5

openDrive-Parampoly3

Shows Parameter sensitivity of ParamPoly3 geometry
MATLAB
4
star
6

ConcaveHull

Concave hull: A k-nearest neighbours approach for the computation of the region occupied by a set of points
MATLAB
2
star
7

SFND_LIDAR_Obstacle

Makefile
2
star
8

Mercator-Transformation

Mercator Transformation for GPS-Coordinates to MercatorXY and back
C++
1
star
9

MatlabExamples

Some easy matlab examples for teaching
MATLAB
1
star
10

imageSave

Function to save all open Matlab figures to a specific directory
1
star
11

Mandelbrot-

Plots a Mandelbrot fractal which is updated after you zoom in
MATLAB
1
star
12

rocketSim-Animation

Animation of a Rocket in Simulink VR
MATLAB
1
star
13

OpenCV-FeatureTracking

Sandbox comparison of different Detector and Descriptors
C++
1
star
14

ConcaveHullcpp

C++
1
star
15

SFND_3D_Object_Tracking

open cv object tracking
C++
1
star
16

Matlab2Arduino

C++
1
star
17

RadarTargetDetection

Example code for radar detection with matlab
MATLAB
1
star
18

2D_3D-Density-Histogram

This function makes a 2d histogram as an alternative to plotting data points and visually estimating where the most data is.
MATLAB
1
star
19

Exponential-Filter

The simplest filter is the exponential filter. It is a low-pass filter. ntended to pass low frequencies and dampen high frequencies. There is only one tuning parameter the filterconstant fC. It requires the storage of only one variable - the previous output. It is an IIR filter (autoregressive) - the effects of an input change decay exponentially until the limits of displays or computer arithmetic hide it.
MATLAB
1
star