-
Notifications
You must be signed in to change notification settings - Fork 370
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
Questions about camera Settings #229
Comments
Hi @wagh311
|
Hi @JacopoPan ,Thank you for your reply. I still have the following questions: |
|
Hi@JacopoPan,Thank you for your reply. In my mission, I wanted to control the UAV with a camera to track a moving target by velocity input, and there were obstacles in the environment. Therefore, I am worried that when the direction of the camera is inconsistent with the speed direction of the drone, the obstacle information may not be obtained, resulting in a collision. In Airsim, I through Airsim DrivetrainType. ForwardOnly solved this problem. So, I'm still confused, how do I solve this problem in gym-pybullet-drones? In other words, how do I make sure the drone is always getting the correct information about the obstacles? |
Hello@JacopoPan ,I have two questions for you about the camera:
1.If I want to achieve obstacle avoidance with a drone, if I only have a forward-looking camera, does that mean that the speed direction of the drone must be consistent with the direction of the camera? Otherwise, if the drone moves backwards, then it will not be able to obtain the image behind it, will it not be able to avoid obstacles?
2.I used depth image in the simulation, so I was wondering if Crazyflie drone would be able to carry a depth camera in a real application? I looked up relevant information on the Internet and saw that Crazyflie drone only has a matching grayscale camera. Do you have more information about it?
3.About ActionType.VEL, I would like to ask whether the first three elements of it are referred to the world coordinate system or the body coordinate system?
Looking forward to your reply~~
The text was updated successfully, but these errors were encountered: