kas-lab / suave

An Exemplar for Self-Adaptive Underwater Vehicles performing pipeline inspection
https://kas-lab.github.io/suave/
Apache License 2.0
29 stars 9 forks source link

Improve testing #76

Open Rezenders opened 1 year ago

Rezenders commented 1 year ago

The system is getting to complicated to test properly, it is getting really hard to debug even using the fake managed system. Would be nice to think of better ways of testing it. Adding unit tests could help. Then use some rosbags with the unit tests. Also, it is really annoying that exceptions are not being caught, so we don't really get information of what is going on.