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
Stack Of Tasks
sot-talos
Commits
47403bb0
Commit
47403bb0
authored
Nov 28, 2019
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
Nov 28, 2019
Browse files
[prologue.py] Fix sys.argv
Set it to a list with one element.
parent
4b1504b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dynamic_graph/sot/pyrene/prologue.py
View file @
47403bb0
...
...
@@ -21,7 +21,7 @@ from dynamic_graph.sot.pyrene.robot import Robot
# required by rospy
import
sys
if
not
hasattr
(
sys
,
'argv'
):
sys
.
argv
=
"dynamic_graph"
sys
.
argv
=
[
"dynamic_graph"
,]
# Create the device.
# This entity behaves exactly like robotsimu except:
...
...
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