corot / world_canvas

ROS framework for storing and accessing semantic information about the world, with an initial emphasis on needs and use cases for mobile robots.
10 stars 19 forks source link

Define a database file (YAML) format #9

Open corot opened 10 years ago

corot commented 10 years ago

On issue #8 we have implemented an initial, simplistic format. Study if we need an extended one more versatile and/or with additional information.

corot commented 10 years ago

At least we need to easily accommodate big chunks of data, as maps, meshes...

stonier commented 10 years ago

At least we need to easily accommodate big chunks of data, as maps, meshes...

Yep. That's the only tricky part here I think.

corot commented 10 years ago

I'm realizing this is not trivial, and we will need specialized converters for each type of big file, because we store ROS messages, not the native files the information comes from. So... options:

corot commented 10 years ago

Conclusion, point 4 chosen: we should go for the final editing solution (with a GUI) to solve this problem, cause we use there ROS topics, what means that any annotation is a message, so we don’t worry about how big or complicated it is.

corot commented 10 years ago

However I let the issue opened cause database format is prone to suffer new changes.