-
Notifications
You must be signed in to change notification settings - Fork 333
Change input pointcloud FOV #689
Comments
@Cristian-wp I'm not pretty sure, but I think you can try to modify the updateFOVFromMaxima in common.cpp and set the h_fov_deg by your own. And you should also modify FOV relative func like isOnEdgeOfFOV and scaleToFOV etc...... to make sure the path is ALWAYS in the FOV, since you are using lidar. |
Hi @CWC107753035 thank you for your feedback.
When I perform the modification I will let you know the results. |
@Cristian-wp I only tried to change the FOV horizontal degree from calculation result to certain value, as I find out our real drone's FOV is unreasonably big and caused some problem. I only tested on the simulator(rviz) for now and it works fine. |
@CWC107753035 Can I ask you you new FOV value? |
@Cristian-wp I only have a front camera so I just simply modify |
Thank you :) I will let you know my results. |
@Cristian-wp @CWC107753035 Could you tell me what are the steps and files to change for the integration of the lidar? |
Hello, I would like to use a 3D lidar instead of a depth camera. I had try with a Velodyne VLP-16, but in order to make it work I had to crop my Pointcloud at ~180° .
Is already possible to use a full 3D lidar pointcloud or this is not possible with the actual code?
In case where is the piece of code that I have to modify?
The text was updated successfully, but these errors were encountered: