ros_python3_issues icon indicating copy to clipboard operation
ros_python3_issues copied to clipboard

ROS Package used to reproduce common Python 3 setup issues

Results 1 ros_python3_issues issues
Sort by recently updated
recently updated
newest added

I followed the tutorial steps of the [medium blog](https://medium.com/@beta_b0t/how-to-setup-ros-with-python-3-44a69ca36674), but an error occurred when I try to rosrun: ``` [rosrun] Couldn't find executable named issue_cv_bridge.py below /home/zxy/py3_ws/install/share/ros_python3_issues ``` I try...