Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bigprint
twins-controller
Commits
8e73e6f3
Commit
8e73e6f3
authored
Dec 21, 2020
by
Jayant Khatkar
Browse files
add 2 test plans, one with one contour, one with 0 (implement
#8
)
parent
1a2de66a
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8e73e6f3
...
...
@@ -3,4 +3,3 @@ catkin_ws/build/
catkin_ws/devel/
catkin_ws/.catkin_workspace
catkin_ws/src/CMakeLists.txt
*.plan
src/plan.py
View file @
8e73e6f3
...
...
@@ -81,4 +81,4 @@ def load_plan(filename):
if
__name__
==
'__main__'
:
plan
=
load_plan
(
'
test
.plan'
)
plan
=
load_plan
(
'
plans/1
.plan'
)
src/plans/1.plan
0 → 100644
View file @
8e73e6f3
File added
src/plans/2.plan
0 → 100644
View file @
8e73e6f3
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment