Browse Source

Change python runner to python3

pull/25/head
Vatan Aksoy Tezer 3 years ago
parent
commit
115750d1c7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_gazebo/scripts/publish_ground_truth_odom.py

+ 1
- 1
stretch_gazebo/scripts/publish_ground_truth_odom.py View File

@ -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

Loading…
Cancel
Save