problem of buling conditionalpathpoint

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Pengfei Liu
Posts: 15
Joined: Tue Sep 20, 2022 8:15 am

problem of buling conditionalpathpoint

Post by Pengfei Liu » Mon Apr 22, 2024 1:52 am

is there anyone can tell, how to set Coordinate in conditionalpathpoint?

BIClong_point9 = ConditionalPathPoint();
BIClong_point9.setCoordinate(elbow);
BIClong_point9.setRangeMax(1.570796326795);
BIClong_point9.setRangeMin(-0.63879050623);
BIClong.addNewPathPoint(BIClong_point9);
osimModel.addForce(BIClong);

Tags:

POST REPLY