-
Notifications
You must be signed in to change notification settings - Fork 75
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
Impossible to create a Custom Robot in TDW, also using the basic ur5.urdf #517
Comments
@belcore97 There might be an issue specific to your code or to the .xacro file.
|
Hi there, I have also another question: We would like to have the possibility of having an interaction between the robot and the obi fluid but in the documentation I found that it is not possible (in this link: https://github.com/threedworld-mit/tdw/blob/master/Documentation/lessons/obi/robots.md ). I attached also the log of Robot Creator Class and the screenshot of TDW's simulation. |
No, it's not possible. This is a problem in the Obi particle system. The Obi documentation states that ArticulationBodies aren't fully supported and might never be fully supported.
I think color channel values are supposed to be 0-1. This is also probably wrong, unless you are using Windows asset bundles
|
Hi there,
me and my university collegue are using TDW for a master thesis in order to simulate a robot operations.
We started using the pre configured ur5 and its inverse kinematics but now we need to use a custom robot and we wanted to add the franka panda robot that we have in our laboratory.
The problem is when we use our Panda urdf; Unity can't manage correctly the various files and a strange white hole appears in the simulation of the only first joint (maybe it can't manage correctly the various visual and collision mashes).
Note that just the first joint appears in the simulation even if in the urdf all the needed joints are declered!
The real problem is that we can't also recreate the pre configured ur5 robot using the url that it is showed in the documentation. We have again the white hole of the first joint.
Can you help us to find a solution in order to add a custom robot correctly?
Thank you so much for the answers.
To be more clear we are using these codes:
The text was updated successfully, but these errors were encountered: