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
Description
I have cloned the ros1 repository of rosbridge suite and am trying to run the rosbridge_server. The nodes and python file were made executables with cmd. The command rosrun rosbridge_server rosbridge_websocket.py
runs without any issue. Also, rosrun rosapi rosapi_node
runs withot any issue. However, when i start both the nodes with default launch file with following cmd roslaunch rosbridge_server rosbridge_websocket.launch
the launch process exits with following error
RLException: Unable to launch [rosbridge_websocket-1]. If it is a script, you may be missing a '#!' declaration at the top.
Description
I have cloned the ros1 repository of rosbridge suite and am trying to run the rosbridge_server. The nodes and python file were made executables with cmd. The command
rosrun rosbridge_server rosbridge_websocket.py
runs without any issue. Also,
rosrun rosapi rosapi_node
runs withot any issue. However, when i start both the nodes with default launch file with following cmd
roslaunch rosbridge_server rosbridge_websocket.launch
the launch process exits with following error
RLException: Unable to launch [rosbridge_websocket-1]. If it is a script, you may be missing a '#!' declaration at the top.
Steps To Reproduce
roslaunch rosbridge_server rosbridge_websocket.launch
The text was updated successfully, but these errors were encountered: