-
Notifications
You must be signed in to change notification settings - Fork 14
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
Extension of the package #76
Comments
Thank you for your interest in this repository. |
Dear Fumio Kanehiro,
Thank you for your reply.
My goals for the repository is as follows,
- A python interface to define model in the model class. This would extend the repo to not only convert between robot models but also describe and develop them.
- Add more tools for computation of mesh properties.
- A simple GUI to visualise the kinematic tree and be able to edit the model agnostic to the final format.
Let me know what you think.
With Regards,
Shravan Tata Ramalingasetty
PhD - BioRobotics
EPFL
Personal e-mail : [email protected]<mailto:[email protected]>
University e-mail : [email protected]<mailto:[email protected]>
Phone : +41 78 697 89 47
On 29 Jun 2018, at 05:29, Fumio KANEHIRO <[email protected]<mailto:[email protected]>> wrote:
Thank you for your interest in this repository.
Honestly speaking, this repository is not maintained these days but if you have an idea to extend this software, I'm happy to discuss with you.
As for the license, I chose MIT license for this repository ( 979accb<979accb> ).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#76 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AK7hPAkOSNeSxCV6OVftPUd2OepdGAm_ks5uBa1HgaJpZM4U7mEC>.
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/fkanehiro/simtrans","title":"fkanehiro/simtrans","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/fkanehiro/simtrans"}},"updates":{"snippets":[{"icon":"PERSON","message":"@fkanehiro in #76: Thank you for your interest in this repository.\r\nHonestly speaking, this repository is not maintained these days but if you have an idea to extend this software, I'm happy to discuss with you.\r\nAs for the license, I chose MIT license for this repository ( 979accb )."}],"action":{"name":"View Issue","url":"#76 (comment)"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#76 (comment)", "url": "#76 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Re: [fkanehiro/simtrans] Extension of the package (#76)", "sections": [ { "text": "", "activityTitle": "**Fumio KANEHIRO**", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@fkanehiro", "facts": [ ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"fkanehiro/simtrans\",\n\"issueId\": 76,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"fkanehiro/simtrans\",\n\"issueId\": 76\n}" }, { "targets": [ { "os": "default", "uri": "#76 (comment)" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 351166722\n}" } ], "themeColor": "26292E" } ]
|
Hi fkanehiro, I am working on the simtrans project but from the code it is very clear to me about the transformations you use to convert the joints properties before converting the formats. Do you some information regarding this? Any references or protocols you used. Thank you. Your time is much appreciated. |
Dear fkanehiro,
First of all thank you very much developing this exciting package to transfer models between platforms. Currently I plan to extend the simtrans package to my needs. I have made a fork will be developing from there. If you are interested I would like to discuss with you about my plans for the extensions and see if we can integrate with the original package. In the repository I am unable to find any license or crediting details so that I can credit/acknowledge that it is a fork from your package.
Let me know how I can proceed.
Looking forward to your reply. Thank you
The text was updated successfully, but these errors were encountered: