ikpy icon indicating copy to clipboard operation
ikpy copied to clipboard

How to create a Chain without an URDF file?

Open marcosvilela opened this issue 6 years ago • 6 comments

I'm aiding a 3 DOF manipulator development, and I'm looking through the library to use it on the project. But, as I'm helping making it from scratch, there is no URDF file to use, and the examples on the tutorial pages are always using it. How can I code a chain without having it previously on an URDF file?

marcosvilela avatar Sep 15 '17 18:09 marcosvilela

Same here. I tried to look up how to manually create a Chain but the docs page for the Link object is blank. A simple example would be much appreciated.

frueter avatar Mar 06 '18 00:03 frueter

Guys, I have updated Homepage with instructions on how to create chains manually.

maximkulkin avatar Jun 13 '18 09:06 maximkulkin

@maximkulkin can you please provide me with some information, How can I get those parameters of "chain" ("Creating a chain manually") for the robotic arm?

vivekpatel99 avatar Nov 27 '18 09:11 vivekpatel99

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 03 '20 04:05 stale[bot]

Hey everyone,

I'm currently working on streamlining the workflow to create new robots. In the last version, new ready-to-use chains were added, in the form of JSON files that add useful metadata to a URDF file. It just works as below:

my_chain = Chain.from_json_file("baxter_left_arm.json")

Regarding the original issue, i'm going to add a simple tutorial on how to create a chain from scratch, in the next release

Phylliade avatar May 03 '20 11:05 Phylliade

@marcosvilela, would you have any description of the chain you are currently (actually were ;) ) using?

Phylliade avatar May 03 '20 11:05 Phylliade