Harshal Deshpande

Results 17 comments of Harshal Deshpande

Hi @willstott101, Great. I think it makes sense to start adding tests which only have the main model of the robot. Later we can start adding sensor in the SDF....

Thanks. Will take a look at it. I was on vacation over the past few days. Haven't had a chance to look at the code

![rrtconnect_1](https://user-images.githubusercontent.com/37694296/97081304-2ece4780-161f-11eb-8803-ce01c9a42f2c.png) ![rrtconnect_1_path](https://user-images.githubusercontent.com/37694296/97081306-32fa6500-161f-11eb-9fb5-5d1730b529f2.png) Taking around 0.4 secs to find path in this env with expand_dis = 0.1 ![rrtconnect_2](https://user-images.githubusercontent.com/37694296/97081321-4d344300-161f-11eb-8aa8-db231471931c.png) ![rrtconnect_2_path](https://user-images.githubusercontent.com/37694296/97081322-4efe0680-161f-11eb-8fe4-f543911e2ac7.png) In this env it's taking around 2s to build the tree

@threewisemonkeys-as this lgtm. Just go through the code once. I've mostly reused the code from rrt, but still let me know if there are any issues

I think we should keep RRTConnect and BidirectionalRRT separate

Added RRTConnect in #98. Bidirectional RRT* is yet to be added.

https://github.com/arturmiller/pybind11_examples This might be useful