powered by
Generates data for plotting a rapidly exploring random tree (rrt). Refer to the Wikipedia article for details.
rapidly_exploring_random_tree(n = 10000, X = 1000, delta = 2.5)
Number of points to generate
Square canvas dimension
Maximum edge length
# NOT RUN { rapidly_exploring_random_tree() # }
Run the code above in your browser using DataLab