-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea/improvement for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Problem statement and motivation | ||
What's not working ideally at the moment? What could we improve and why could this be interesting for users? | ||
|
||
## Goal of this feature | ||
What should the solution be like? A list of high-level behavior/requirement descriptions. | ||
|
||
## Approach and next steps | ||
Anything about ideas/intermediate steps for implementation or further references on that topic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
name: General issue | ||
about: Setup, configuration, use cases, bugs, etc. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Problem description** | ||
A clear and concise description of what the problem is. | ||
|
||
|
||
**Software versions** | ||
- **Commit**: What's the output of `git rev-parse HEAD` in the `sick_safevisionary_ros2` and the `sick_safevisionary_base` package? | ||
- **OS**: What's the output of `uname -srvm`? | ||
- **ROS version**: What's your ROS2 version? | ||
|
||
|
||
**To Reproduce** | ||
If possible, list the steps to reproduce the behavior. | ||
|
||
|
||
**Expected behavior** | ||
What did you expect to happen and what happened instead? | ||
|
||
|
||
**Additional context** | ||
Add anything that you feel is relevant to tackle this issue. |