https://github.com/crookedtoe/my_bot
https://github.com/crookedtoe/my_bot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crookedtoe/my_bot
- Owner: CrookedToe
- License: apache-2.0
- Created: 2023-02-08T04:42:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T19:58:34.000Z (about 3 years ago)
- Last Synced: 2025-02-03T20:50:00.291Z (over 1 year ago)
- Language: Roff
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Robot Package Template
This is a GitHub template. You can make your own copy by clicking the green "Use this template" button.
It is recommended that you keep the repo/package name the same, but if you do change it, ensure you do a "Find all" using your IDE (or the built-in GitHub IDE by hitting the `.` key) and rename all instances of `my_bot` to whatever your project's name is.
Note that each directory currently has at least one file in it to ensure that git tracks the files (and, consequently, that a fresh clone has direcctories present for CMake to find). These example files can be removed if required (and the directories can be removed if `CMakeLists.txt` is adjusted accordingly).