personalrobotics / aikido

Artificial Intelligence for Kinematics, Dynamics, and Optimization

Home Page:https://personalrobotics.github.io/aikido/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update all planning problems to used const ScopedStates.

sniyaz opened this issue · comments

We've now fixed all planning problems to hold ScopedState instead of raw state pointers. Unfortunately, we can't actually declare these ScopedStates to be const because of strange C++ typing issues.

This is a pretty minor issue (the fields are all protected anyway) but we should go back eventually and handle this.

See: #569