Search found 1 match

by buddha_314
Tue Apr 03, 2018 8:36 pm
Forum: PyBullet Support and Feedback
Topic: Pybullet Quickstart Guide and other resources
Replies: 3
Views: 75188

Re: Pybullet Quickstart Guide and other resources

The current quickstart misses some key ideas I'd like to see covered. It would be useful to have a PyBullet version of 1. Two object placed in the scene. Say R2D2 and a duck. 2. R2D2 "sees" the duck using `rayTest` or a more appropriate method 3. R2D2 moves towards the duck and collides 4....