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
talos-data
Commits
d8a3ec1f
Commit
d8a3ec1f
authored
Feb 06, 2020
by
Olivier Stasse
Browse files
[scripts] Defaut to normal half sitting.
parent
958e14cd
Pipeline
#8244
passed with stage
in 4 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
scripts/start_talos_gazebo.py
View file @
d8a3ec1f
...
...
@@ -41,10 +41,10 @@ gazebo_pause_physics()
time
.
sleep
(
5
)
# Spawn talos model in gazebo
#launch_gazebo_spawn_hs = roslaunch.parent.ROSLaunchParent(uuid,
# [talos_data_path+'/launch/talos_gazebo_spawn_hs.launch'])
launch_gazebo_spawn_hs
=
roslaunch
.
parent
.
ROSLaunchParent
(
uuid
,
[
talos_data_path
+
'/launch/talos_gazebo_spawn_hs_wide.launch'
])
[
talos_data_path
+
'/launch/talos_gazebo_spawn_hs.launch'
])
#launch_gazebo_spawn_hs = roslaunch.parent.ROSLaunchParent(uuid,
# [talos_data_path+'/launch/talos_gazebo_spawn_hs_wide.launch'])
launch_gazebo_spawn_hs
.
start
()
rospy
.
loginfo
(
"talos_gazebo_spawn_hs started"
)
...
...
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