Browse Source

Updated to correct python version.

noetic
Alan G. Sanchez 2 years ago
parent
commit
dab4f234b6
17 changed files with 17 additions and 17 deletions
  1. +1
    -1
      src/avoider.py
  2. +1
    -1
      src/capture_image.py
  3. +1
    -1
      src/edge_detection.py
  4. +1
    -1
      src/effort_sensing.py
  5. +1
    -1
      src/joint_state_printer.py
  6. +1
    -1
      src/marker.py
  7. +1
    -1
      src/move.py
  8. +1
    -1
      src/multipoint_command.py
  9. +1
    -1
      src/pointcloud_transformer.py
  10. +1
    -1
      src/scan_filter.py
  11. +1
    -1
      src/single_joint_actuator.py
  12. +1
    -1
      src/speech_text.py
  13. +1
    -1
      src/stored_data_plotter.py
  14. +1
    -1
      src/stow_command.py
  15. +1
    -1
      src/tf2_broadcaster.py
  16. +1
    -1
      src/tf2_listener.py
  17. +1
    -1
      src/voice_teleoperation_base.py

+ 1
- 1
src/avoider.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/capture_image.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import Modules
import rospy

+ 1
- 1
src/edge_detection.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import Modules
import rospy

+ 1
- 1
src/effort_sensing.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/joint_state_printer.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import ROS Python basic API and sys
import rospy

+ 1
- 1
src/marker.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/move.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/multipoint_command.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/pointcloud_transformer.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/scan_filter.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/single_joint_actuator.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/speech_text.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/stored_data_plotter.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import needed python packages
import numpy as np

+ 1
- 1
src/stow_command.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/tf2_broadcaster.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/tf2_listener.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import rospy

+ 1
- 1
src/voice_teleoperation_base.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Import modules
import math

Loading…
Cancel
Save