robomechanics / quad-sdk

Software tools for agile quadrupeds, developed by the Robomechanics Lab at Carnegie Mellon University.
https://robomechanics.github.io/quad-sdk/
MIT License
697 stars 133 forks source link

terminate called after throwing an instance of 'std::out_of_range' what(): GridMap::atPosition(...) : Position is out of range. #373

Closed dbdxnuliba closed 1 year ago

dbdxnuliba commented 1 year ago

image

ologandavid commented 1 year ago

Hi @dbdxnuliba, The robot's position is outside the allowable map, hence the error. Recentering the robot should help.

Best, David Ologan

dbdxnuliba commented 1 year ago

thanks