-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable collision checking in CV Mode #1088
Comments
Try putting |
@sytelus Works, thanks. Closing. |
Sorry, this doesn't work. I mistakenly evaluated the above with trajectories that didn't have collisions in first place. |
I got the same issue. Try to change positions/poses, but it pawn with the environment. The
|
@sytelus Is there any update on this issue? |
@kshitijgoel007 a work around is to write a function that changes the state of the drone/car when a collision is detected. You can easly do that by using the info passed by collisioninfo. Here is a sample from my drone of what collision info passes "collision_info { 'has_collided': False, |
@sytelus Is there any update on this issue? I want to disable collisions between multiple vehicles but keep collisions with the environment, so that I can simulate tons of cars at the same time to speed up RL training. |
I am trying to disable collision checking, both between multiple pawns and pawn with the environment. I am currently using Python Client and running all the vehicles in CV Mode. How do I disable all the collision checking functionality? (I have my own collision checker that I want to test)
The text was updated successfully, but these errors were encountered: