You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very excellent work, how to adapt our own lidar (Ouster lidar) to use the GCOPTER in this article to make the UAV realize autonomous path planning.
My current hardware device has a PX4 drone and a lidar (Ouster-OS1-128).
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, if you have a pointcloud representation for the environment, you can use your pointcloud to replace the variable 'pc' used in the example code (global_planner.cpp) for planning a collision-free trajectory.
The text was updated successfully, but these errors were encountered: