Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danroth27/bsim
BSim robot simulator
https://github.com/danroth27/bsim
Last synced: about 1 month ago
JSON representation
BSim robot simulator
- Host: GitHub
- URL: https://github.com/danroth27/bsim
- Owner: danroth27
- License: mit
- Created: 2021-12-30T20:42:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-01T00:46:06.000Z (almost 3 years ago)
- Last Synced: 2024-10-19T21:46:32.018Z (3 months ago)
- Language: CSS
- Homepage: https://behaviorbasedprogramming.com
- Size: 540 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BSim
Welcome to BSim! BSim is simple robot simulator for learning and experimenting with behavior-based programming techniques. BSim is a companion learning tool to [Robot Programming: A Practical Guide to Behavior-Based Robotics](https://www.amazon.com/dp/0071427783) by Joseph L. Jones and Daniel Roth.
## Get started
You can get started with BSim at https://behaviorbasedprogramming.com.
## Giving feedback
If you've hit an issue with BSim, have a question, or have a suggestion for improvement, you can [create an issue](https://github.com/danroth27/bsim/issues/new) to submit your feedback.
## Building BSim
BSim is built in C# using [Unity](https://unity.com) and [.NET](https://dot.net).
To build BSim:
- [Install Unity](https://unity.com/download)
- Clone BSim
- Open BSim in Unity and Build and RunFor C# editing, install [Visual Studio](https://visualstudio.com/).