aseba
Event-based robot programming tools
Aseba means actuator and sensor event-based architecture. It is a set of tools which allow beginners to program robots easily and efficiently. It includes robot simulators, a programming language, and a visual programming language (VPL) that is notably used together with the Thymio educational robot.
- Versions: 1.6.0-0.3b35de8
- Website: https://github.com/aseba-community/aseba
- Licenses: LGPL 3
- Package source: gnu/packages/robotics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of aseba
as follows:
guix install aseba
Or install a particular version:
guix install aseba@1.6.0-0.3b35de8
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of aseba about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/aseba'><img src='https://packages.guix.gnu.org/packages/aseba/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/aseba/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/aseba)
Example Org:
[[https://packages.guix.gnu.org/packages/aseba][https://packages.guix.gnu.org/packages/aseba/badges/latest-version.svg]]