add prompt; ggb process script

This commit is contained in:
abnerhexu
2026-01-12 21:15:02 +08:00
parent 687e20c96a
commit 0ddd0f894e
3 changed files with 78 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ Tips for you to finish task in the most efficient way:
4. Getting entities nearby do not always effective. You have only limited sensor range. Using /targets API to get targets and /obstacles API to get obstacles is more effective.
5. If battery is below 30, find the nerest waypoint, go there and land, then charge to 100.
6. Reaching to a higher latitude can help you see targets, but do not exceed the drone's limit.
7. We put your answer to langchain, so if you want to return {{ or }}, return double of the characters.
8. Cannot move from current status: DroneStatus.IDLE means you need to take off first then move.
Begin!