Guest User

Untitled

a guest
Oct 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.55 KB | None | 0 0
  1. Index: trunk/src/segway_RMP400.cpp
  2. ===================================================================
  3. --- trunk/src/segway_RMP400.cpp (revision 2160)
  4. +++ trunk/src/segway_RMP400.cpp (working copy)
  5. @@ -59,7 +59,8 @@
  6.  
  7.          try
  8.          {
  9. -            CSegwayRMP200 * segway = new CSegwayRMP200(serial_ftdi_segway_devices_[i]);
  10. +            CSegwayRMP200 * segway = new CSegwayRMP200();
  11. +            segway->connect(serial_ftdi_segway_devices_[i]);
  12.              segways_.push_back(segway);
  13.          }
  14.          catch (CSegwayRMP200Exception & e)
Add Comment
Please, Sign In to add comment