ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Update for anyone else with similar issue:

fix the bit bang line to this at the top:

!/usr/bin/env python3

to make sure you're using python3.

Update for anyone else with similar issue:

fix the bit bang line to this at the top:

!/usr/bin/env

$ #!/usr/bin/env python3

to make sure you're using python3.