-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from ethz-asl/feature/config_schema
Document and improve wavemap configuration
- Loading branch information
Showing
123 changed files
with
2,283 additions
and
741 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,47 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help improve wavemap | ||
title: '' | ||
labels: bug | ||
assignees: victorreijgwart | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
A brief description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Run wavemap launch file '...' | ||
2. In rviz, request "Request whole map" '....' | ||
3. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Observed outcome** | ||
A clear and concise description of what is actually happening, instead of what you expected. | ||
|
||
**Screenshots** | ||
If relevant, add screenshots to help explain your problem. | ||
For example, of error messages on the console and/or different outputs of wavemap shown in Rviz. | ||
|
||
**System information (please complete if relevant):** | ||
- CPU: [e.g. Intel i9-9900K] | ||
- GPU: [e.g. Nvidia RTX 2080Ti] # Only for visualization-related issues | ||
- RAM: [e.g. 32GB] | ||
- OS: [e.g. Ubuntu 20.04] | ||
- Wavemap | ||
- install: [e.g., Native (ROS with catkin); or Docker] | ||
- version: [e.g., v1.4.0] | ||
|
||
**Runtime information (please complete if relevant):** | ||
- Launch file: [e.g. Link to the launch file you used] | ||
- Config file: [e.g. Link to the config file you used] | ||
- Dataset name [e.g. Newer College Cloister sequence] # For public datasets | ||
- Custom setup: # For online use or personal datasets | ||
- depth sensor: [e.g. Livox MID360 LiDAR] | ||
- pose source: [e.g. Odometry from FastLIO2] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
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,23 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: victorreijgwart | ||
|
||
--- | ||
|
||
**Context** | ||
What are you trying to do, and how would you like to do it differently? | ||
Is it something wavemap currently cannot do? | ||
If your request is related to a problem, briefly describe the problem as well. | ||
|
||
**Requested feature** | ||
A clear and concise description of the feature you're interested in. | ||
How would this feature benefit you and others? | ||
|
||
**(Optional) Suggest a solution** | ||
If you have an idea for a solution, briefly summarize it here. | ||
|
||
**Additional context** | ||
Add any other context or screenshots relevant to the requested feature here. |
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,50 @@ | ||
# Description | ||
|
||
Thank you for opening a PR. Please summarize the changes in 1 or 2 sentences. | ||
|
||
## Type of change | ||
|
||
Delete options that are not relevant. | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
|
||
## Detailed summary | ||
|
||
Please describe the motivation, context and a link to related issues (if appropriate). List any dependencies that are required for this change. | ||
|
||
Feel free to summarize the changes as a list of bullet points. | ||
|
||
Fixes # (issue) | ||
|
||
# Testing | ||
|
||
If possible, verify that the changes produce the desired results by extending the unit tests. If you would like us to help you with this, feel free to open the pull request already and let us know. | ||
|
||
If manual tests were performed to verify these changes, please describe them here and provide instructions to reproduce them. Please also list any relevant details for your test configuration below. | ||
|
||
If the changes are performance related, this is a good place to list the metrics that were used and the improvements that have been achieved. | ||
|
||
**System information (please complete if relevant):** | ||
- CPU: [e.g. Intel i9-9900K] | ||
- GPU: [e.g. Nvidia RTX 2080Ti] # Only for visualization-related issues | ||
- RAM: [e.g. 32GB] | ||
- OS: [e.g. Ubuntu 20.04] | ||
- Installation: [e.g., Native (ROS with catkin); or Docker] | ||
|
||
**Runtime information (please complete if relevant):** | ||
- Launch file: [e.g. Link to the launch file you used] | ||
- Config file: [e.g. Link to the config file you used] | ||
- Dataset name [e.g. Newer College Cloister sequence] # For public datasets | ||
- Custom setup: # For online use or personal datasets | ||
- Depth sensor: [e.g. Livox MID360 LiDAR] | ||
- Pose source: [e.g. Odometry from FastLIO2] | ||
|
||
# Checklist: | ||
|
||
- [ ] My code follows the style guidelines of this project | ||
- [ ] I have performed a self-review of my code | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation | ||
- [ ] Any required changes in dependencies have been committed and pushed |
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
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
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
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
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
Oops, something went wrong.