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

which libraries should i use for compile? #224

Closed VanguardDream closed 4 years ago

VanguardDream commented 4 years ago

i am doing project for my our robot using openCR.

there are two libraries that i have now. One is that arduino board manager made. and other one is made by running rosserial script. (rosserial_arduino) because i made some new ros message to use it in my project.

in my situation, which libraries should i use?

thank you.

KyoungHwan2046 commented 4 years ago

Hi, @VanguardDream

It doesn't matter what library you use, if it does works well.

Thank you.

VanguardDream commented 4 years ago

thank you. @KyoungHwan2046