Replies: 2 comments 10 replies
-
The ROP is what you want to use. The positioner should include the chain for the gantry base up to the frame where the robot mounts and then define the sampling resolution for those two axis. Then define the robot. Here is an example using the ROP to define a robot attached to a two axis gantry. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I create them by hand by coping from the wiki and making slight modification. In the near future will be able to do this from a GUI.
This error indicates that the parameters you have defined for the ROP to not match what is in the URDF. This is checked by creating random joint state get the forward kinematic pose and then running that pose through the IK solver and then its solutions through fwd kinematics and verify that the pose align. Can you post your plugin file?
These mean that the name given to the robot in the URDF and SRDF are not the same.
This means that it failed to find an IK solution at vertex 1 and 2 in your toolpath. This is either that they are unreachable or in collision. This may also be do to the issue with the parameters in the IK solver not passing the test. I would run your ik solver through the tesseract unit tests and make sure they are correct. Then we can work on this if an issue after any changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to build 8 DOF system (6 for robot and 2 for xy gantry). I think the ROPKinematics class is used for rails which robot can slide on just one axis. But I want to add an additional axis which moves the rail back and forth. Is there a way to implement it? Or do I need to implement another kinematics class with second axis like ROP2?
Beta Was this translation helpful? Give feedback.
All reactions