From 115750d1c78b402c9b7810d2c6426e310bb52217 Mon Sep 17 00:00:00 2001 From: Vatan Aksoy Tezer Date: Thu, 17 Jun 2021 19:30:18 +0300 Subject: [PATCH] Change python runner to python3 --- stretch_gazebo/scripts/publish_ground_truth_odom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stretch_gazebo/scripts/publish_ground_truth_odom.py b/stretch_gazebo/scripts/publish_ground_truth_odom.py index 43bfd4a..ce3ac42 100755 --- a/stretch_gazebo/scripts/publish_ground_truth_odom.py +++ b/stretch_gazebo/scripts/publish_ground_truth_odom.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 from gazebo_msgs.srv import GetModelState, GetModelStateRequest from nav_msgs.msg import Odometry