Skip to content

Commit

Permalink
updated shebang to python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbteeple committed May 5, 2022
1 parent 680bada commit fa5fcd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/run_cartesian_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import ROS stuff
import rospy
import rospkg
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_joint_trajectory.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import ROS stuff
import rospy
import rospkg
Expand Down
2 changes: 1 addition & 1 deletion scripts/set_twist.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import ROS stuff
import os
import time
Expand Down

0 comments on commit fa5fcd7

Please sign in to comment.