[Solved] Error happens when launch ROSBot 2.0 pro

Hi,

I am trying to launch my rosbot 2.o pro. I have checked that the ip address I am using is correct. I got this error. What should I do? Thanks!

[ERROR] [1656616837.654388]: Error opening serial: Could not configure port: (5, ‘Input/output error’)
[ERROR] [1656616840.553879829]: Error, operation time out. RESULT_OPERATION_TIMEOUT!
[ERROR] [1656616840.663791]: Error opening serial: Could not configure port: (5, ‘Input/output error’)
[rplidarNode-15] process has died [pid 13710, exit code 255, cmd /home/husarion/husarion_ws/devel/lib/rplidar_ros/rplidarNode __name:=rplidarNode __log:=/home/husarion/.ros/log/07dc2458-f8a9-11ec-8ef4-02425e02c37f/rplidarNode-15.log].
log file: /home/husarion/.ros/log/07dc2458-f8a9-11ec-8ef4-02425e02c37f/rplidarNode-15*.log
[ERROR] [1656616843.678963]: Error opening serial: Could not configure port: (5, ‘Input/output error’)

Hi Kong,

You are trying to connect to serial port /dev/ttyS1 witch is default for ROSbot 2.0 not a pro version. My guess is you forgot to specify rosbot_pro argument when launching:
roslaunch rosbot_ekf all.launch rosbot_pro:=true

Regards,
Dawid

1 Like