Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python shebang line #20

Open
adarshmalapaka opened this issue Mar 6, 2023 · 0 comments
Open

Python shebang line #20

adarshmalapaka opened this issue Mar 6, 2023 · 0 comments

Comments

@adarshmalapaka
Copy link

The python shebang line (#!/usr/bin/env python) in control_lane.py (turtlebot3_autorace_driving/nodes/), detect_lane.py (turtlebot3_autorace_detect/nodes/), image_compensation.py (turtlebot3_autorace_camera/nodes/), and, image_projection.py (turtlebot3_autorace_camera/nodes/) should be updated to #!/usr/bin/env python3 for Python3 support as ROS Noetic supports Python3 exclusively.

The above can be applicable to all other python scripts/nodes in other sub-packages of the turtlebot3_autorace_2020 package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant