Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Carbot Visibility Graph and A Star
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bachmaiersi76164
Carbot Visibility Graph and A Star
Commits
f35a3450
Commit
f35a3450
authored
2 years ago
by
SimonBachmaier
Browse files
Options
Downloads
Patches
Plain Diff
move todos into notes file
parent
950789b0
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+0
-1
0 additions, 1 deletion
.gitignore
Robotcontroller/robotcontroller/TODO.md
+0
-10
0 additions, 10 deletions
Robotcontroller/robotcontroller/TODO.md
notes.md
+12
-1
12 additions, 1 deletion
notes.md
with
12 additions
and
12 deletions
.gitignore
+
0
−
1
View file @
f35a3450
...
...
@@ -4,7 +4,6 @@
# Include notes and and build script
!notes.md
!TODO.md
!build_NativeNav.bat
# Include NativeNav.java
...
...
This diff is collapsed.
Click to expand it.
Robotcontroller/robotcontroller/TODO.md
deleted
100644 → 0
+
0
−
10
View file @
950789b0
# TODO
-
Punkte reduzieren
-
Befahrbare Punkte ermitteln
-
Raycasting iterativ?
-
Sichtbarkeitsgraph aufbauen
-
Welche direkten Verbindungen bestehen zwischen den Punkten
-
Distanzen zwischen Punkten ausrechnen
-
Rausfinden wie Roboter Route befährt
-
A
*
auf (Sichtbarkeits-)Graphen implementieren
\ No newline at end of file
This diff is collapsed.
Click to expand it.
notes.md
+
12
−
1
View file @
f35a3450
...
...
@@ -116,4 +116,15 @@ ObstacleContainer obstaclesLidar =
```
"./batchesJar/nativenav.bat"
```
\ No newline at end of file
```
## TODOs
-
Punkte reduzieren
-
Befahrbare Punkte ermitteln
-
Raycasting iterativ?
-
Sichtbarkeitsgraph aufbauen
-
Welche direkten Verbindungen bestehen zwischen den Punkten
-
Distanzen zwischen Punkten ausrechnen
-
Rausfinden wie Roboter Route befährt
-
A
*
auf (Sichtbarkeits-)Graphen implementieren
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment