Closed ArghyaChatterjee closed 2 years ago
I think the problem is related to 2 things. The hardware itself and the launch file.
The 2nd one: If the node provides this error at the very beginning everytime during roslaunch, this means that you have changed the default port /dev/ttyACM0
to /dev/ttyUSB0
. Never do that, this consumes additional time for no reason. Use the default one and be happy.
The 1st one: If the node provides error during running the bot, probably you are using roboclaw with a developer board which is not able to communicate with encoders at that speed realtime. In my case, it was jetson nano which can't handle this much faster communication with wheels. So, the better option is to use it with arduino/raspberry pi and communicate with rosserial communication to the nvidia jetson.
Closing the issue.
Hi, I was trying to run your roboclaw node. During launcing, I got the following error:
We are kind of stuck. Any solution would help. Thanks in advance.