Python API allowing remote control of simulated robots in the Gobotics application


Keywords
robotics-competition, robotics-simulation
License
MIT
Install
pip install pygobotics==0.12.1

Documentation

Gobotics Game

Gobotics is a physics simulation software that allows you to test objects like robots and more.

Features

  • Simulates all rigid physical objects.
  • The design of the robots is implemented in Gobotics based on a description that follows the URDF standard. Only fixed, continuous, revolute and prismatic joints are supported at the moment.
  • Ray sensor is implemented (like Lidar), camera, etc.
  • The robots can be controlled manually from the keyboard or a gamepad.
  • The robots are accessible from a Python script to control them remotely (still limited use).
  • Extra URDF tags for Gobotics (Differential Drive, Grouped joints, 4 Mecanum wheels, omni wheels).

Usage

For use, go to the Gobotics page (in French only)

License

Copyright © 2023-2024 Laurent Dethoor

Unless otherwise specified, files in this repository are licensed under the MIT license. See LICENSE.md for more information.