iCub simulator in PyBullet #682
rustlluk
started this conversation in
Show and tell
Replies: 2 comments 3 replies
-
cc @robotology/everyone |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
With @matejhof we have a course on humanoid robotics at our university. So far, we used simulated iCub in Gazebo as a platform for assignments. However, our students were complaining about C++, the necessity to learn YARP only for the sake of the course, and the hardware requirements to run the simulation smoothly.
So, I decided to create a less demanding simulator of iCub in Python based on PyBullet. You can check it here https://github.com/rustlluk/pyCub.
I know that Pybullet-robot-envs exists, but as it is no longer in development, I decided that something I develop from scratch will be easier to fix and maintain.
An example of a ball on a table scene :
What is currently implemented:
It may still be quite buggy. We will start the new semester in mid-February, and I assume the students will test it properly :) My plan is to fix possible problems that may occur during the course, refactor the code after that, and optimize some things.
I do not have any plans to develop more features, as it is probably enough for our case right now. However, if someone finds it useful, I am open to new ideas and requests for features :)
Beta Was this translation helpful? Give feedback.
All reactions