Questions for challenge 2 #44
-
Hi, I have 2 questions:
Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Nhat,
For developing your algorithms, you can use additional cameras but not for the final evaluation. You can of course move the camera (ECM) to get different viewpoints during the final evaluation.
Yes, we are going to upload the instructions for submitting your docker containers shortly. From a code structure point of view, we recommend keeping your code outside of the surgical_robotics_challenge assets folders (everything that is part of this repo) as we are going to reset them to get rid of any user modifications. This information can be found here (https://collaborative-robotics.github.io/surgical-robotics-challenge/system-setup.html).
Almost all of the changes are internal improvements/feature additions that should not affect the interfaces for performing the tasks. However, yes, it's a good idea to pull all the updates. On the same note, it's also recommended to update AMBF. For the evaluation, we are going to reset the surgical_robotics_challenge assets to the latest version in your submitted containers and may rename non-interface methods and variables so that a team only uses the provided interfaces to complete the challenge. |
Beta Was this translation helpful? Give feedback.
Hello Nhat,
Thanks for your questions. Here are the answers to them:
For developing your algorithms, you can use additional cameras but not for the final evaluation. You can of course move the camera (ECM) to get different viewpoints during the final evaluation.
Yes, we are going to upload the instructions for submitting your docker containers shortly. From a code structure point of view, we recommend keeping your code outside of the surgical_robotics_challenge assets f…