Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LLipter committed Jan 11, 2024
1 parent dd0d774 commit 046f059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/openrave/kinbody.h
Original file line number Diff line number Diff line change
Expand Up @@ -3692,6 +3692,7 @@ class OPENRAVE_API KinBody : public InterfaceBase
mutable std::string __hashKinematicsGeometryDynamics; ///< hash serializing kinematics, dynamics and geometry properties of the KinBody
int64_t _lastModifiedAtUS=0; ///< us, linux epoch, last modified time of the kinbody when it was originally loaded from the environment.
int64_t _revisionId = 0; ///< the webstack revision for this loaded kinbody
std::function<void(KinBodyInfoPtr)> _callbackOnModify;

private:
mutable std::vector<dReal> _vTempJoints;
Expand Down

0 comments on commit 046f059

Please sign in to comment.