Skip to content

Commit

Permalink
hotfix - return delay time is changed from 4 into 8 due to the Ubuntu…
Browse files Browse the repository at this point in the history
… update 16.04.2 kernel? issues
  • Loading branch information
LeonJung committed Apr 26, 2017
1 parent f3e170c commit 5af369a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c++/src/dynamixel_sdk_linux/port_handler_linux.cpp
Expand Up @@ -42,7 +42,7 @@

#include "dynamixel_sdk_linux/port_handler_linux.h"

#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]

using namespace dynamixel;

Expand Down
2 changes: 1 addition & 1 deletion c/src/dynamixel_sdk_linux/port_handler_linux.c
Expand Up @@ -43,7 +43,7 @@

#include "dynamixel_sdk_linux/port_handler_linux.h"

#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]

typedef struct
{
Expand Down
2 changes: 1 addition & 1 deletion ros/src/port_handler_linux.cpp
Expand Up @@ -42,7 +42,7 @@

#include "dynamixel_sdk/port_handler_linux.h"

#define LATENCY_TIMER 4 // msec (USB latency timer)
#define LATENCY_TIMER 8 // msec (USB latency timer) [was changed from 4 due to the Ubuntu update 16.04.2]

using namespace dynamixel;

Expand Down

0 comments on commit 5af369a

Please sign in to comment.