Browse Source

Change gazebo keyboard teleop shebang to py3

pull/122/head
Binit Shah 1 year ago
parent
commit
73576f90b6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_gazebo/nodes/keyboard_teleop_gazebo

+ 1
- 1
stretch_gazebo/nodes/keyboard_teleop_gazebo View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import math

Loading…
Cancel
Save