rdiankov / openrave

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

support std::vector<OpenRAVE::RaveVector<T>> serialization #1265

Closed eisoku9618 closed 1 year ago

eisoku9618 commented 1 year ago

need to move the definition of SaveJsonValue for RaveVector in front of the definition of SaveJsonValue for std::vector to support std::vector<OpenRAVE::RaveVector<T>> serialization.

rdiankov commented 1 year ago

Thanks~