You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using Robotis-Framework on Nvidia Jetson Xavier.
When I try to control Dynamixel through the Robotis-Framework, I get the following error:
[ERROR] : Creating timer thread failed!!
I used 'sudo bash' and the code was compiled with catkin_make by gcc ARM aarch64.
I also ran sudo bash -c 'echo "@xavier-rtprio 99"> /etc/security/limits.d/xavier-rtprio.conf'.
The same code works fine in the normal pc environment of ubuntu16.04.
How can I resolve this error?
The text was updated successfully, but these errors were encountered:
I using Robotis-Framework on Nvidia Jetson Xavier.
When I try to control Dynamixel through the Robotis-Framework, I get the following error:
[ERROR] : Creating timer thread failed!!
I used 'sudo bash' and the code was compiled with catkin_make by gcc ARM aarch64.
I also ran sudo bash -c 'echo "@xavier-rtprio 99"> /etc/security/limits.d/xavier-rtprio.conf'.
The same code works fine in the normal pc environment of ubuntu16.04.
How can I resolve this error?
The text was updated successfully, but these errors were encountered: