Skip to content

Commit 02b0f49

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7c77dde + 6fe8826 commit 02b0f49

5 files changed

Lines changed: 105 additions & 0 deletions

File tree

.github/FUNDING.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# These are supported funding model platforms
2+
3+
github: c-lydia # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
thanks_dev: # Replace with a single thanks.dev username
15+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Custom issue template
3+
about: Describe this issue template's purpose here.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Wall-E
22

3+
![License](https://img.shields.io/badge/license-Apache%202.0-blue)
4+
![ROS2](https://img.shields.io/badge/ROS2-humble-22314E?logo=ros&logoColor=white)
5+
![micro-ROS](https://img.shields.io/badge/micro--ROS-humble-22314E?logo=ros&logoColor=white)
6+
![FreeRTOS](https://img.shields.io/badge/FreeRTOS-green?logo=freertos&logoColor=white)
7+
![Python](https://img.shields.io/badge/Python-3.10-3776ab?logo=python&logoColor=white)
8+
![C++](https://img.shields.io/badge/C%2B%2B-std-00599C?logo=c%2B%2B&logoColor=white)
9+
![C](https://img.shields.io/badge/C-std-A8B9CC?logo=c&logoColor=white)
10+
![ESP-IDF](https://img.shields.io/badge/ESP--IDF-v5.2-E7352C?logo=espressif&logoColor=white)
11+
![Arduino](https://img.shields.io/badge/Arduino-00979D?logo=arduino&logoColor=white)
12+
![Docker](https://img.shields.io/badge/Docker-2496ED?logo=docker&logoColor=white)
13+
![Docker Compose](https://img.shields.io/badge/Docker%20Compose-2496ED?logo=docker&logoColor=white)
14+
![KiCad](https://img.shields.io/badge/KiCad-314CB0?logo=kicad&logoColor=white)
15+
![STEP](https://img.shields.io/badge/CAD-STEP%20%2F%20KiCad-orange)
16+
![Docs](https://img.shields.io/badge/docs-RST-8CA1AF?logo=readthedocs&logoColor=white)
17+
![venv](https://img.shields.io/badge/venv-enabled-4B8BBE?logo=python&logoColor=white)
18+
![Stars](https://img.shields.io/github/stars/c-lydia/wall_e?style=flat)
19+
![Forks](https://img.shields.io/github/forks/c-lydia/wall_e?style=flat)
20+
![Watchers](https://img.shields.io/github/watchers/c-lydia/wall_e?style=flat)
21+
![Release](https://img.shields.io/github/v/release/c-lydia/wall_e)
22+
![Issues](https://img.shields.io/github/issues/c-lydia/wall_e?color=yellow)
23+
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=c-lydia.wall_e)
24+
325
micro-ROS workspace for ESP32 (FreeRTOS + ESP-IDF) with ROS 2 Humble.
426

527
For a user-focused setup and operation guide, see [user_manual.md](user_manual.md).

0 commit comments

Comments
 (0)