Robotics StackExchange | Archived questions

How to implement an angle sensor

How should a potentiometer, being used as an angle sensor, be modelled? Would a plugin just call Joint::GetAngle() on a named joint, or should the tag be used?

Asked by Cerin on 2015-04-12 20:02:34 UTC

Comments

if you want to get the angle of joint use only Joint::GetAngle(), no need for sensor

Asked by djou07 on 2015-04-13 02:04:54 UTC

Answers