Hi,
I want to use the environment in RL, but I can't detect whether the drone collides with the environment (such as a tree and wall). I print the quad_ptr_->getCollision() and find that the output is always false whether collides or not.
Thanks a lot!
Hi, I want to use the environment in RL, but I can't detect whether the drone collides with the environment (such as a tree and wall). I print the
quad_ptr_->getCollision()
and find that the output is alwaysfalse
whether collides or not. Thanks a lot!