clock skew detected
- launch file
solve: (http://wiki.ros.org/roslaunch/XML/node\)
- when roslaunch the rosserial node, error message:
unable to sync with device; possible link problem or link software version mismatch
solve: unplug
- rosserial custom message
(https://answers.ros.org/question/60991/rosserial-cannot-import-custom-messages-package/\)
- catkin build on Odroid
if catkin build run out of memory:
orvirtual memory exhausted: cannot allocate memory
this is a problem of running out of memory usec++ internal compiler error (program cc1plus)
to have 2 parallel jobs instead of defaultcatkin build -j2
-j4
on Odroid.