ROBOTIS-GIT / OpenCR

Software for ROS Embedded board (a.k.a. OpenCR). OpenCR means Open-source Control Module for ROS.
Apache License 2.0
384 stars 238 forks source link

turtlebot3_core example in Arduino IDE not working but the shell script does work? #195

Closed CaoKha closed 5 years ago

CaoKha commented 5 years ago

Hi, I am using Arduino IDE 1.8.9 and trying to upload the code of turtlebot3_core to OpenCR. However, the motor didn't move after uploading success. Later, I try the shell script uploading method and it works but I don't know why. Can someone explain this issue ? Thanks,

OpusK commented 5 years ago

Hi, @CaoKha

The TB3 binary file was fine, but this problem occurred when one of the contributors modified the code. This issue is currently fixed in OpenCR 1.4.9. Please try after the update.

CaoKha commented 5 years ago

Hi @OpusK, Thanks for the update :)