steam icon indicating copy to clipboard operation
steam copied to clipboard

More precisions required for runtime_error

Open pomerlef opened this issue 8 years ago • 0 comments

There is two occurrences of this error in the code: throw std::runtime_error("Requested trajectory evaluator at an invalid time.");

  • https://github.com/utiasASRL/steam/blob/develop/src/trajectory/SteamTrajInterface.cpp#L97
  • https://github.com/utiasASRL/steam/blob/develop/src/trajectory/SteamTrajInterface.cpp#L119

It would be easier to debug if the faulty time would be reported and the limit that it breaks.

pomerlef avatar Sep 03 '16 21:09 pomerlef