Submission deadline, instructions, stuff #39
Replies: 4 comments 8 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Could you give us the time limit (would it also be an environment variable?), we are planning to recall the drones if not able to scan completely within the time limit (since it was mentioned previously, we need to recall drones back to base at end mission). |
Beta Was this translation helpful? Give feedback.
-
Is the /mission_done topic type std_msgs/msg/Bool ? or just std_msgs/Bool. |
Beta Was this translation helpful? Give feedback.
-
Our customized file after the build doesn't exist in the scripts. Where should we place custom file, and how should we modify Dockerfile? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear teams,
the deadline for the simulation stage is nearing, and will be extended.
Submission deadline...
... is March 2nd, 23:59 AOE
What to submit
<team_name>_docker.zip
Where to submit
Sometime tomorrow, we will delete all files in the folders shared to you earlier. Please use this folder to upload your solution zip file.
Important
Create
solution
pane insession.yml
and run all your code in that pane, leave other panes intmux
as originally defined.Tag found notification
Once you find the AR tag, publish the location of the tag in the world frame on the topic
target_found
, with message typeTargetInfo
(std_msgs/Int64 for target ID and geometry_msgs/Point for location) from the icuas25_msgs package.Mission end notification
Once your system concludes that it found all or most of the AR tags, all UAVs need to return to the base and you need to publish
True
to the topic/mission_done
of typestd_msgs/Bool
. This message should be published only once, when all the UAVs are back in the base.Evaluation procedure
We will download your submissions, check if they extract, build docker container and start your solution alongside our evaluation script. Your solution should check the number of flies and the max communication range, and world model to determine the scenario parameters. Your solution will be evaluated on several different worlds, with different complexity and max communication range. As mentioned earlier in a couple of discussions, these worlds will not be the same as the world you were provided for testing.
Evaluation script will be constantly monitoring the position of the UAVs, checking for collisions, leaving the flying area and monitoring the connectivity status of the system.
Additional remarks
Time limits, penalties
Leaving the area, crashing into obstacles, and loss of connectivity will be strictly penalized.
Let us know if you have any other questions
Beta Was this translation helpful? Give feedback.
All reactions