Skip to content

Commit

Permalink
Change shebang to py3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacenty00 committed Feb 14, 2023
1 parent 39f65b6 commit 0376fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drl_vo_barn_nav/src/barn_data_pub.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import numpy as np
from random import choice
import rospy
Expand Down
2 changes: 1 addition & 1 deletion drl_vo_barn_nav/src/drl_vo_inference.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# file: $ISIP_EXP/tuh_dpath/exp_0074/scripts/decode.py
#
Expand Down
2 changes: 1 addition & 1 deletion drl_vo_barn_nav/src/pure_pursuit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import rospy
from nav_msgs.msg import Path
Expand Down

0 comments on commit 0376fd3

Please sign in to comment.