QuirkyCort / gears

Generic Educational Robotics Simulator
Other
65 stars 41 forks source link

Support a custom robot #122

Open vanminh0910 opened 1 year ago

vanminh0910 commented 1 year ago

Hi, this is great simulator tool for robot. We have tried and used in many of our classes.

My question is how to add support for a custom robot (running micropython with esp32)?

QuirkyCort commented 1 year ago

You have a custom robot running micropython on esp32? If you could share more, I would be very interested to hear about it. I've been mulling over designing an opensource esp32 based robotics platform as a physical counterpart to gearsbot for a while now.

If you want to add your own robot api into gearsbot, you'll need to...

vanminh0910 commented 1 year ago

Hi,

That sounds great. I will check and try and get back if any issue.

We have 2 Python robots for education using ESP32. You can find them here https://ohstem.vn/xbot/ and https://ohstem.vn/product/robot-stem-rover/.

If you have any interest, we can send you a few to try. We can share the design and Python API source if you need. They are mainly for STEM education so we only want to do all the best to support the kids. A great simulator tool like Gearsbot is perfect for use.

QuirkyCort commented 1 year ago

Thanks for the offer! Won't need you to send me the robot, but if you have code to share, that would be appreciated.

If you have any questions about gearsbot, feel free to ask here.