Browse Source

Changed the default behavior for the client launching as a infinite loop

sbg
Vicente Monge 8 years ago committed by Lorenz Meier
parent
commit
a9b12cc8b4
  1. 2
      src/modules/micrortps_bridge/micrortps_client/microRTPS_client.h

2
src/modules/micrortps_bridge/micrortps_client/microRTPS_client.h

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
#define BUFFER_SIZE 1024
#define UPDATE_TIME_MS 0
#define LOOPS 10000
#define LOOPS -1
#define SLEEP_MS 1
#define BAUDRATE 460800
#define DEVICE "/dev/ttyACM0"

Loading…
Cancel
Save