Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benoit Rousselle
bliss
Commits
21fa59a2
Commit
21fa59a2
authored
Mar 30, 2017
by
bliss administrator
Committed by
bliss administrator
Nov 10, 2017
Browse files
door Status and parking state.
parent
6c1c83c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/controllers/motors/BM05Robot.py
View file @
21fa59a2
...
@@ -146,6 +146,10 @@ class BM05Robot(Controller):
...
@@ -146,6 +146,10 @@ class BM05Robot(Controller):
def
closeTopoDoor
(
self
,
axis
):
def
closeTopoDoor
(
self
,
axis
):
self
.
bm05
.
closeTopoDoor
()
self
.
bm05
.
closeTopoDoor
()
@
object_method
(
types_info
=
(
"None"
,
"bool"
))
def
isDoorOpened
(
self
,
axis
):
self
.
bm05
.
topoDoorOpened
# Change Films
# Change Films
@
object_method
(
types_info
=
(
"int"
,
"None"
))
@
object_method
(
types_info
=
(
"int"
,
"None"
))
def
loadFilm
(
self
,
axis
,
film
):
def
loadFilm
(
self
,
axis
,
film
):
...
@@ -160,3 +164,6 @@ class BM05Robot(Controller):
...
@@ -160,3 +164,6 @@ class BM05Robot(Controller):
def
parkRobotNoMatterWhatDANGEROUS
(
self
,
axis
):
def
parkRobotNoMatterWhatDANGEROUS
(
self
,
axis
):
self
.
bm05
.
parkRobotNoMatterWhatDANGEROUS
()
self
.
bm05
.
parkRobotNoMatterWhatDANGEROUS
()
@
object_method
(
types_info
=
(
"None"
,
"bool"
))
def
atParking
(
self
,
axis
):
return
self
.
bm05
.
atParking
Write
Preview
Supports
Markdown
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