-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implemented in real environment #8
Comments
Which part do you want to use in the real drone? If you want to use the metrics of avoidbench, you can just put our 'avoidbench' folder in your own PX4 ros workspace (some third party packages are needed of course). Then you have to change 'avoid_manage.cpp' according to your own flight tasks. |
@NPU-yuhang I am also a master's student, and I would like to transfer the avoidance path used in agile_autonomy to PX4 as in the thesis. And I would like to compare the success rate of AvoidBench simulation and real world environment. |
If you are using PX4, I would recommend the state machine from ZJU Fast-Lab Fast-Drone-250. Even though they didn't implement body rates control command, you can still use the output from Agile_autonomy (body rates) to this state machine and then send to the flight controller. Of course, you can also use the original PX4 architecture based on MAVROS. |
@NPU-yuhang |
hello
As in the paper, we are trying to implement it using PX4 in a real environment. If it's okay, is there any way I can get help?
The text was updated successfully, but these errors were encountered: