rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
696 stars 342 forks source link

fixed out of range access in FindRampNDIndex #1244

Closed MiraiHattori closed 1 year ago

MiraiHattori commented 1 year ago

the code path may access *_rampnds.end(), so fixing.

MiraiHattori commented 1 year ago

note: pipeline id is 558171

rdiankov commented 1 year ago

thanks~