https://github.com/auralius/azolla-wth-lua
With this simulator, we can design how a robot will navigate in a 2D world by using a set of rules that we design. The rules are designed by using Lua script. Lua itself is a powerful, fast, lightweight, embeddable scripting language. Using Lua will offer us many benefits in designing algorithms for mobile robots. For the world editor, we use GDI Device Context programming. Users can create the environment for testing the robots by using the click and drag method. Here is a summary of the features: Differential steering robot Multiple-robot simulation Sonar and laser beam type distance sensor Embedded Lua script for the robot code Graphical world editor Code editor with syntax colorization and auto completion Knowledge in Lua is also necessary. Lua is not something difficult to learn. You can check the Lua website.
https://github.com/auralius/azolla-wth-lua
Last synced: 10 months ago
JSON representation
With this simulator, we can design how a robot will navigate in a 2D world by using a set of rules that we design. The rules are designed by using Lua script. Lua itself is a powerful, fast, lightweight, embeddable scripting language. Using Lua will offer us many benefits in designing algorithms for mobile robots. For the world editor, we use GDI Device Context programming. Users can create the environment for testing the robots by using the click and drag method. Here is a summary of the features: Differential steering robot Multiple-robot simulation Sonar and laser beam type distance sensor Embedded Lua script for the robot code Graphical world editor Code editor with syntax colorization and auto completion Knowledge in Lua is also necessary. Lua is not something difficult to learn. You can check the Lua website.
- Host: GitHub
- URL: https://github.com/auralius/azolla-wth-lua
- Owner: auralius
- Created: 2014-08-23T23:54:19.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-24T00:01:22.000Z (almost 12 years ago)
- Last Synced: 2023-10-20T17:57:29.800Z (over 2 years ago)
- Language: C++
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
azolla-wth-lua
==============
With this simulator, we can design how a robot will navigate in a 2D world by using a set of rules that we design. The rules are designed by using Lua script. Lua itself is a powerful, fast, lightweight, embeddable scripting language. Using Lua will offer us many benefits in designing algorithms for mobile robots. For the world editor, we use GDI Device Context programming. Users can create the environment for testing the robots by using the click and drag method. Here is a summary of the features: Differential steering robot Multiple-robot simulation Sonar and laser beam type distance sensor Embedded Lua script for the robot code Graphical world editor Code editor with syntax colorization and auto completion Knowledge in Lua is also necessary. Lua is not something difficult to learn. You can check the Lua website.