RobotWebTools / rosbridge_suite

Server Implementations of the rosbridge v2 Protocol
https://robotwebtools.github.io
BSD 3-Clause "New" or "Revised" License
866 stars 506 forks source link

OSError: [WinError 193] %1 is not a valid Win32 application #914

Open zhengyuxin0507 opened 3 months ago

zhengyuxin0507 commented 3 months ago

Description I compiled rosbridge_suite in windows, then occuer this error.

Steps To Reproduce

  1. git clone https://github.com/RobotWebTools/rosbridge_suite.git
  2. call $MY_PATH_TO_ROS\setup.bat
  3. colcon build
  4. ros2 launch rosbridge_server rosbridge_websocket_launch.xml

Expected Behavior rosbridge run sucessfully.

Actual Behavior

OSError: [WinError 193] %1 is not a valid Win32 application

image