From 718a8e88f7c58e2622be3b8c66736d9c78f636a9 Mon Sep 17 00:00:00 2001 From: NoelieRamuzat <noelie.ramuzat@laas.fr> Date: Wed, 19 Feb 2020 11:54:09 +0100 Subject: [PATCH] [scripts] Reference the created issue --- scripts/start_talos_gazebo_16_04.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start_talos_gazebo_16_04.py b/scripts/start_talos_gazebo_16_04.py index e0973dd..3a73661 100644 --- a/scripts/start_talos_gazebo_16_04.py +++ b/scripts/start_talos_gazebo_16_04.py @@ -4,7 +4,7 @@ # 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") +# This should be investigated (see issue #4 "Hardcoded talos_data path for 16.04 in script start_talos_gazebo_16_04.py") import os import rospy -- GitLab