Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CPS-VO
mavros
Commits
309fc8a6
Commit
309fc8a6
authored
Mar 08, 2016
by
francois
Browse files
fixed indentation
parent
11ff4335
Changes
1
Hide whitespace changes
Inline
Side-by-side
mavros_extras/scripts/mavteleop
View file @
309fc8a6
...
@@ -132,7 +132,7 @@ def rc_override_control(args):
...
@@ -132,7 +132,7 @@ def rc_override_control(args):
v
.
load_param
()
v
.
load_param
()
rc_modes
=
RCMode
.
load_param
()
rc_modes
=
RCMode
.
load_param
()
rc
=
OverrideRCIn
()
rc
=
OverrideRCIn
()
override_pub
=
rospy
.
Publisher
(
mavros
.
get_topic
(
"rc"
,
"override"
),
OverrideRCIn
,
queue_size
=
10
)
override_pub
=
rospy
.
Publisher
(
mavros
.
get_topic
(
"rc"
,
"override"
),
OverrideRCIn
,
queue_size
=
10
)
...
...
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