patrykcieslak / stonefish

Stonefish - an advanced C++ simulation library designed for (but not limited to) marine robotics.
https://stonefish.readthedocs.io/
GNU General Public License v3.0
122 stars 32 forks source link

Fix compilation errors #29

Closed incebellipipo closed 2 years ago

incebellipipo commented 2 years ago

Two simple issues are fixed with this commit:

  1. std::out_of_range exception is inside the #include <stdexcept>. If its not included, gcc11 throws an error. The library included in StonefishCommon.h file.
  2. cable entity was creating a problem when tests were building. I commented it out.
patrykcieslak commented 2 years ago

I fixed these errors together with some other things, in a recent commit. Thank you!