-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add Tiago robot, configs and examples #99
base: master
Are you sure you want to change the base?
Conversation
Hi @dnandha , thanks for the contribution. Just by briefly looking at it I find that |
Hi @fxia22, thanks for your comments. For the missing urdf please note that the PR was updated yesterday and a new zip file was uploaded ("...v2.zip"), it contains the |
Created an issue in the PAL repository to fix the urdf inertias: pal-robotics/tiago_robot#12 |
Update: We have removed unused links in the tiago_single.urdf to get rid of missing inertia warnings. Furthermore, PAL robotics has fixed the "0" inertia values with this commit. We have updated the assets for tiago to reflect the fixes: tiago_modelv3.zip. |
Update: We improved the examples for tiago_dual_ik and tiago_single_ik |
Update: We made minor improvements for better visualization (colors) of the tiago robot. Updated urdf assets: tiago_modelv4.zip |
Add Tiago Single and Dual arm robots
cd gibson2/examples/demo
python tiago_example.py
for loading Tiago Single and Dual arm and performing small motions (similar to existing robot_example.py)python tiago_dual_ik.py
for inverse kinematics demo with Tiago Dual arm (similar to the existing ik_example.py, move target with arrow keys)