Skip to content

Instantly share code, notes, and snippets.

View Bharath2's full-sized avatar

Bharath chandra Bharath2

  • College Park, MD
View GitHub Profile
@Bharath2
Bharath2 / sampleutils.py
Last active January 6, 2022 12:34
Uniformly sample within N-dimensional sphere, ellipsoid.
'''
Sample utils
Uniform Sampling within N-dimensional hypersphere, hyperellipsoid.
InformedSampler for RRT*, BIT* to get random node given goal, start and current minimum cost
author: Bharath Chandra
email: iambharathchandra@gmail.com
'''
import numpy as np