Open donalffons opened 6 years ago
Hi Sebastian,
Yes, you are more than welcome to use it! You may need my help for running it. Could you give more information on what project/product you want to use the package for?
Where are you based?
Cheers Nima
Awesome, thank you!
I'm based in Germany and I'm currently researching how to do automatic trajectory planning for 6 and 7 axis articulated industrial robots... The use case would be 3-dimensional glue application on small parts with re-grasping. I am planning to use the software blender for visualization and things like spline evaluation.
My idea for an algorithm is still quite vague, but it goes something like this:
Well, yeah, I guess that will not be so easy :). Based on this brief description, do you think that would be in principle possible with this library?
Thanks for reading this until the end :).
...here is a visualization that I made a while ago: https://tinyurl.com/yawt7kf2 (you have to use Chrome or some other WebGL capable browser. Use WASD keys to move camera, click&drag to rotate camera)
It uses a static TCP. And it's really just an animation that's not respecting axis limitations etc.
Click on "Click A" to start the animation.
Just a far fetched addition:
Why don't you use ROS (with a URDF to define your robot(s), if they are commercial products, they are most probably already done for you). Then you have Rviz for visualization already done for you. And even a gazebo simulation depending on the platform you have.
ROS also has planners (MoveIt with OMPL) and IK libraries (IKFast, trac_ik... This last one I made a python wrapper for it https://bitbucket.org/traclabs/trac_ik/src/HEAD/trac_ik_python/ ) it all should work out of the box.
Good luck!
On Fri, Jun 29, 2018, 04:21 Sebastian Alff notifications@github.com wrote:
...here is a visualization that I made a while ago: https://tinyurl.com/yawt7kf2 (you have to use Chrome or some other WebGL capable browser. Use WASD keys to move camera, click&drag to rotate camera)
It uses a static TCP. And it's really just an animation that's not respecting axis limitations etc.
Click on "Click A" to start the animation.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uts-magic-lab/Magiks/issues/1#issuecomment-401284739, or mute the thread https://github.com/notifications/unsubscribe-auth/ABpFdKvEdTG3uZ3Vx7ZCs_E1S2n7tPdmks5uBeOcgaJpZM4U8hxc .
Hi,
great library :). Am I allowed to use your library in commercial projects?
Thanks -Sebastian