You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed it in Ros noetic environment, When I am launching the folliwing command (as mentioned in Readme file)
roslaunch ros_opcua_impl_python_opcua rosopcua.launch
Then i am getting follwing error
File "/root/catkin_ws/src/ros_opcua_communication/ros_opcua_impl_python_opcua/scripts/ros_server.py", line 11, in
import ros_services
File "/root/catkin_ws/src/ros_opcua_communication/ros_opcua_impl_python_opcua/scripts/ros_services.py", line 141
except IndexError, common.uaerrors.UaError:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Hi @usman2k, thanks for your interest into the library. Are you running python3? Did you manage to resolve this? If so would you like to share your work in a PR?
I installed it in Ros noetic environment, When I am launching the folliwing command (as mentioned in Readme file)
roslaunch ros_opcua_impl_python_opcua rosopcua.launch
Then i am getting follwing error
File "/root/catkin_ws/src/ros_opcua_communication/ros_opcua_impl_python_opcua/scripts/ros_server.py", line 11, in
import ros_services
File "/root/catkin_ws/src/ros_opcua_communication/ros_opcua_impl_python_opcua/scripts/ros_services.py", line 141
except IndexError, common.uaerrors.UaError:
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: