plc.h 203 B

1234567891011121314
  1. #ifndef PLC_H
  2. #define PLC_H
  3. #include <std_lib/std_lib.h>
  4. namespace device {
  5. void plc_init();
  6. void setTwist(double linear_x, double linear_y, double angular);
  7. } // namespace device
  8. #endif // PLC_H