1
0

JointForceScan.cpp 264 B

123456789101112131415161718
  1. #include "JointForceScan.h"
  2. void JointForceScan::Init()
  3. {
  4. }
  5. void JointForceScan::LoadData(WayPoint curWayPt, FTData curForce, WayPoint refWayPt)
  6. {
  7. }
  8. void JointForceScan::GetActualTarget(WayPoint& wayPoint)
  9. {
  10. }
  11. void JointForceScan::RefreshAdmittancePara()
  12. {
  13. }