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

Tiago #155

Merged
merged 282 commits into from
Dec 8, 2021
Merged

Tiago #155

merged 282 commits into from
Dec 8, 2021

Conversation

jbmouret
Copy link
Collaborator

@jbmouret jbmouret commented Oct 4, 2021

Add the Tiago.

For now, we use STL & DAE, because when I convert to .glb I do not get the right orientation (and I tried to rotate, yes).
Screen Shot 2021-10-05 at 00 23 40

TODO: we should use a box for each wheel as collision shape, so that we have fast collision.

TODO: the wheels are not working for now

costashatz and others added 30 commits September 21, 2020 16:26
[magnum]: remove deprecated functionality
@jbmouret jbmouret changed the base branch from robot_classes to master October 4, 2021 22:23
@jbmouret jbmouret changed the base branch from master to robot_classes October 4, 2021 22:24
@costashatz
Copy link
Member

we use STL & DAE, because when I convert to .glb I do not get the right orientation (and I tried to rotate, yes).

I'll fix this. Do not worry.

TODO: we should use a box for each wheel as collision shape, so that we have fast collision.

Maybe a cylinder?

TODO: the wheels are not working for now

What do you mean are not working? There are no joints in the URDF?

@jbmouret
Copy link
Collaborator Author

jbmouret commented Oct 5, 2021

For the cylinder, does the dart collision checker works with cylinders? if so, yes, it's the same.

I don't know if the wheels are joints, but I did not try to make the base move for now (at any rate, simulating wheels with a basic cylinder is rarely perfect)

@costashatz
Copy link
Member

For the cylinder, does the dart collision checker works with cylinders? if so, yes, it's the same.

No it does not work. But boxes will not be able to make the wheels work.

I don't know if the wheels are joints, but I did not try to make the base move for now (at any rate, simulating wheels with a basic cylinder is rarely perfect)

They have a few examples in DART with cylinders for wheels. It will not be perfect. The other way would be to emulate the wheels with xy joints, but then we will lose interaction with the environment (e.g. going up small obstacles).

@costashatz
Copy link
Member

Merging...

@costashatz costashatz merged commit 9658c5f into robot_classes Dec 8, 2021
@costashatz costashatz deleted the tiago branch December 8, 2021 00:07
costashatz added a commit that referenced this pull request Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants