osrf / vorc-events

Repository containing team submissions for VORC events.
Apache License 2.0
1 stars 16 forks source link

Team BumbleBee submission for VORC 2020/phase2 #21

Closed kaitlynng closed 3 years ago

seankrag commented 3 years ago

@kaitlynng, thanks for your submission. As part of the submission process, we do a few checks to help you confirm that your submission is correct. Here are the results:

Task Result Notes
Docker accessible 🟢
stationkeeping 🟢
wayfinding 🟢
perception 🟡
gymkhana 🟢

Legend: 🟢: The behavior looks reasonable. 🟡: The vessel shows activity but task performance couldn't be verified. 🔴: The vessel doesn't show any activity.

Good luck in the competition!

kaitlynng commented 3 years ago

Thank you very much! For the perception task, we're running a machine learning model to detect the objects, but we weren't able to verify that it was working with docker as we weren't receiving camera sensor messages from the simulation (could have been an issue on our part with the setting up of docker though). Is it possible for us to know what's the activity that the vessel is showing for the perception task?

Thanks for hosting the competition, VORC has been a great learning experience for us!

seankrag commented 3 years ago

@kaitlynng , sorry the "yellow stoplight" was a bit vague. During my checks, no message was published to /vorc/perception/landmark. After a little digging, your ML module appears to subscribe to /cora/sensors/cameras/front_left_camera/image_raw/compressed; however, the simulation is publishing camera images to /cora/sensors/cameras/front_left_camera/image_raw.

I'll pass this info along to the evaluation team.

kaitlynng commented 3 years ago

Ah I see, thank you! May I ask whether the compressed image topic will be published for the final evaluation?

caguero commented 3 years ago

hi @kaitlynng, your code is correct. The problem was on our side. We were not installing the ros-melodic-compressed-image-transport in the Docker image for the server. We'll expose that topic for the finals.

kaitlynng commented 3 years ago

Okay, thank you very much!