Tag Detection & Target Hitting #49
Replies: 1 comment 3 replies
-
Hi @KierenSama2, annotation can be anything that we can use as a proof that you actually detected the tag (we check all successful runs manually, just to make sure teams did not launch ball randomly). Bounding box would be best, but even the image that you provided as an example is ok. Just make sure to publish it to correct topic, see instructions here . Also make sure to publish the reconstructed position of the tag. With respect to tag detection, make sure to pull new changes from the main repo and from larics_gazebo_worlds, we have introduced new arenas for you to try your solution and also added textures to walls and obstacles that make the detection a bit more difficult. When throwing the ball, after you release the ball by publishing to magnet gain topic, you can track the position of the ball (it is published on topic |
Beta Was this translation helpful? Give feedback.
-
Dear Organizers,
For task 2, I am are aware that an annotated image of the tag must be published to a ROS topic. However I am unsure what the annotation should include... do we just include the x, y, z position of the target in the global frame?
Also, when throwing the ball to the target, is there a way to determine whether the target was hit?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions