peteflorence / quadrotor-collision-avoidance

Flight code for our high-speed quadrotor obstacle avoidance method, as described in this paper:
http://groups.csail.mit.edu/robotics-center/public_papers/Florence16.pdf
Other
49 stars 23 forks source link

missing package acl_fsw #2

Open Changliu52 opened 6 years ago

Changliu52 commented 6 years ago

Hi Pete,

Thank you much for sharing the code. I tried to compile it, but I seems to have a missing library called acl_fsw. Please suggest where I can find it?

Thank you.

Chang

Jaeyoung-Lim commented 6 years ago

I am having the same problem. Seems like the package is not public?

peteflorence commented 6 years ago

Hi all, yes that repo (and potentially other dependencies) are not public and not mine, so I unfortunately can’t also open source them.

On Sat, Jun 9, 2018 at 1:46 PM JaeyoungLim notifications@github.com wrote:

I am having the same problem. Seems like the package is not public?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/peteflorence/quadrotor-collision-avoidance/issues/2#issuecomment-395997545, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYQqH17XuP-pWGQBFVIukJJuYbwaJQlks5t7DQRgaJpZM4UG6nN .

shaopengyuan commented 5 years ago

Hi all, yes that repo (and potentially other dependencies) are not public and not mine, so I unfortunately can’t also open source them. On Sat, Jun 9, 2018 at 1:46 PM JaeyoungLim @.***> wrote: I am having the same problem. Seems like the package is not public? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AFYQqH17XuP-pWGQBFVIukJJuYbwaJQlks5t7DQRgaJpZM4UG6nN . Hi Pete Would you plz tell me the main function of the miss package called acl_fsw used by other packages, it would be helpfull for me to understand your code, Thank you very much.