Ignore:
Timestamp:
08/29/12 16:52:22 (12 years ago)
Author:
wcaarls
Message:

Updated shared_serial to revision 1017

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/shared_serial/src/server.cpp

    r8 r12  
    116116  ROS_ASSERT(nh_.getParam("port_type", port_type));
    117117  ROS_ASSERT(nh_.getParam("baud_rate", baud_rate));
    118   nh_.param<double>("watchdog_interval", watchdog_interval, 1);
     118  nh_.param<double>("watchdog_interval", watchdog_interval, 10);
    119119
    120120  if (port_type == "RS232")
Note: See TracChangeset for help on using the changeset viewer.