Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create a Chain without an URDF file? #37

Open
marcosvilela opened this issue Sep 15, 2017 · 6 comments
Open

How to create a Chain without an URDF file? #37

marcosvilela opened this issue Sep 15, 2017 · 6 comments
Labels

Comments

@marcosvilela
Copy link

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?

@frueter
Copy link

frueter commented Mar 6, 2018

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.

@maximkulkin
Copy link
Contributor

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

@vivekpatel99
Copy link

@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?

@stale
Copy link

stale bot commented May 3, 2020

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 stale bot added the wontfix label May 3, 2020
@Phylliade
Copy link
Owner

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

@stale stale bot removed the wontfix label May 3, 2020
@Phylliade
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants