rrt icon indicating copy to clipboard operation
rrt copied to clipboard

C++ RRT (Rapidly-exploring Random Tree) Implementation

Results 20 rrt issues
Sort by recently updated
recently updated
newest added

type / enhancement
area / support
exp / apprentice (2)
status / ready
priority / high

Hi, The proposed Bi-RRT using cubic curve to smooth is great, Are there any papers about this Bi-RRT? Thanks very much.

type / question

Hey guys, Would you have quick recommendations to tweak `RRTWidget.cpp` and `main.cpp` such that RRT does not use a GUI for the obstacle setup? My use case is: being able...

type / question
area / support
exp / adept (3)
priority / high

Hi, Is it possible to get the time taken or the distance of the solution? Thank you!

area / support
exp / novice (1)
status / ready

This allows us to exactly reproduce rrt runs, which is useful for test reproducability.

type / enhancement
exp / apprentice (2)
status / ready
priority / medium

In findBestPath, I think it should be checking to make sure the path connecting the two trees is valid too

type / bug
exp / novice (1)
status / new
priority / low
area / planning

http://www.cs.cmu.edu/~15780/readings/02iros-errt.pdf

type / bug
area / support
exp / apprentice (2)
status / new
priority / low

Google has a [benchmarking library](https://github.com/google/benchmark) that goes along well with googletest, which we already use for unit testing. If we setup some benchmarks of the rrt, it will allow us...

type / enhancement
area / support
exp / adept (3)
status / ready
priority / medium

Fixes #64 Created a function randomBiasState that returns a point based on a goal state and goal bias using logit function

type / enhancement
exp / adept (3)
status / developing
priority / medium