Skip to content

Code for the Object Detection Module of the SciRoc 2021 challenge by the JEMARO team.

License

Notifications You must be signed in to change notification settings

hypothe/sciroc_objdet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciRoc 2021 - Object Detection Module

Authors

Marco Gabriele Fedozzi [email protected]
Francesco Ganci [email protected]
Laura Triglia [email protected]

Interface Action Server

# goal
# possible modes:
## 0 -> Enumeration
## 1 -> Classification
## 2 -> Comparison
uint8 mode
string[] expected_tags
string table_id
---
# result
string[] found_tags
bool match
---
# feedback
string step

Where "mode" in the goal is an expression of what the interface AS should do, eg.

  • "enumerate"
  • "classify"
  • "compare" To which the module will respond by executing calling different actions served by other ObjDet components.

table_id

By adding here the name of one of the expressed POIs, the module will retrieve the 2D position of such point, and send it to the inner action servers to make TiaGo look towards the table.

About

Code for the Object Detection Module of the SciRoc 2021 challenge by the JEMARO team.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published