humanoid-path-planner / hpp-corbaserver

Corba server for Humanoid Path Planner applications
BSD 2-Clause "Simplified" License
4 stars 20 forks source link

chekcing nb of cols for every row #211

Closed HannesVanOverloop closed 1 year ago

HannesVanOverloop commented 1 year ago

Completed floatSeqSeqToMatrix to check the number of columns for every row. Throws an error when the actual number of columns is inconsistent with the expected one.

florent-lamiraux commented 1 year ago

Thank you.