Skip to content
Snippets Groups Projects
Commit bb3571e1 authored by NoelieRamuzat's avatar NoelieRamuzat
Browse files

[scripts] Add comments on start_talos_gazebo_16_04.py

Explain the goal of this script -> it is a temporary fix which hardcode the talo_data path
parent 79bdc0af
No related branches found
No related tags found
1 merge request!12[scripts] Add python file to start simulation for 16.04
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
# O. Stasse 17/01/2020 # O. Stasse 17/01/2020
# LAAS, CNRS # LAAS, CNRS
# This file is a temporary fix for the ubuntu version 16.04 of the script start_talos_gazebo.py
# The path to talos_data cannot be retreive using the rospkg.RosPack() and get_path('talos_data') in 16.04.
# This should be investigated (see issue #3 "Hardcoded talos_data path for 16.04 in script start_talos_gazebo_16_04.py")
import os import os
import rospy import rospy
import time import time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment