You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the review of #588, we realized that (for some reason) these methods take StateSpace::State* instead of MetaSkeletonStateSpace::State*. Since we're working with ConcreteRobot we must be working with MetaSkeletonStateSpace::State* (unless the user is doing something very stupid).
We should fix this at some point, potentially during @aditya-vk's refactor of the Robot classes.
The text was updated successfully, but these errors were encountered:
During the review of #588, we realized that (for some reason) these methods take
StateSpace::State*
instead ofMetaSkeletonStateSpace::State*
. Since we're working withConcreteRobot
we must be working withMetaSkeletonStateSpace::State*
(unless the user is doing something very stupid).We should fix this at some point, potentially during @aditya-vk's refactor of the Robot classes.
The text was updated successfully, but these errors were encountered: