dennisss / tansa

Dancing Robotics Platform
MIT License
39 stars 16 forks source link

Extensive test suite to verify that choreography is continuous #4

Open tessmichi opened 7 years ago

tessmichi commented 7 years ago

Purpose is to ensure choreography is continuous for time and position.

Things to test

dennisss commented 7 years ago

Also make sure that two drones aren't on top of each other for a long period of time as they can't fly stable when their propeller washes intersect.

tessmichi commented 7 years ago

Logic should match with #3

tessmichi commented 7 years ago

Will be run by gui, as defined in #57

abramowitzK commented 7 years ago

The Jocs::Parse static function now checks continuity and will print helpful debug messages to std::err

tessmichi commented 7 years ago

Assigning to myself per requirements doc discussion. Might scale this down from the original issue definition, as all we discussed was "Code check that no two drones cross paths or block each other from a camera"