Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
oldroco
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Zhao
oldroco
Commits
9d590414
Commit
9d590414
authored
6 years ago
by
mehtank
Browse files
Options
Downloads
Patches
Plain Diff
Renamed parameters
parent
78b04fb7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/paper/Paperbot_Test.py
+1
-1
1 addition, 1 deletion
tests/paper/Paperbot_Test.py
with
1 addition
and
1 deletion
tests/paper/Paperbot_Test.py
+
1
−
1
View file @
9d590414
...
@@ -2,7 +2,7 @@ from svggen.library import getComponent
...
@@ -2,7 +2,7 @@ from svggen.library import getComponent
def
test_make_seg
(
display
=
False
):
def
test_make_seg
(
display
=
False
):
f
=
getComponent
(
"
Paperbot
"
,
length
=
82
,
width
=
60
,
he
ight
=
25
,
battery
=
5
)
f
=
getComponent
(
"
Paperbot
"
,
robot_
length
=
82
,
battery_
width
=
60
,
w
he
el_radius
=
25
,
battery
_thickness
=
5
)
f
.
makeOutput
(
"
output/paperbot
"
,
tree
=
True
,
display
=
display
)
f
.
makeOutput
(
"
output/paperbot
"
,
tree
=
True
,
display
=
display
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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