by Fritzoid » Thu Feb 03, 2011 3:05 pm
by Fritzoid
Thu Feb 03, 2011 3:05 pm
Mohit,
If your asking how to limit the motion to 30 degrees then you can set the CW and CCW Angle Limits in the dynamixel control table to accomplish this.
If your asking how to move the servos by angles (instead of position) in RoboPlus. The only way I know is to use the Pose Utility in RoboPlus Motion. It's accessible from a tab on the right-hand side of the Motion window.
If the Pose Utility doesn't meet your needs and you know a little C# programming (or are willing to learn) then you can actually extend RoboPlus Motion program!
It's a little-known fact but the Motion program has an SDK (Software Development Kit) and it's already installed on your computer! Take a look in ..\ROBOTIS\RoboPlus\Motion, you'll find a number of .dll files there. These libraries contain class definitions that can be imported into any C# project. So extending the functionality to include any number of control schemes can be easily achieved.
Mohit,
If your asking how to limit the motion to 30 degrees then you can set the CW and CCW Angle Limits in the dynamixel control table to accomplish this.
If your asking how to move the servos by angles (instead of position) in RoboPlus. The only way I know is to use the Pose Utility in RoboPlus Motion. It's accessible from a tab on the right-hand side of the Motion window.
If the Pose Utility doesn't meet your needs and you know a little C# programming (or are willing to learn) then you can actually extend RoboPlus Motion program!
It's a little-known fact but the Motion program has an SDK (Software Development Kit) and it's already installed on your computer! Take a look in ..\ROBOTIS\RoboPlus\Motion, you'll find a number of .dll files there. These libraries contain class definitions that can be imported into any C# project. So extending the functionality to include any number of control schemes can be easily achieved.