Browse Source

info display = library

master
Louis-Guillaume DUBOIS 11 years ago
parent
commit
02db6103aa
  1. 1
      src/display.cpp
  2. 1
      src/display.h

1
src/display.cpp

@ -1,3 +1,4 @@
// library to be used by "keyboard_cmd.cpp"
#include <ncurses.h> #include <ncurses.h>
#include <string> #include <string>
#include <geometry_msgs/Twist.h> #include <geometry_msgs/Twist.h>

1
src/display.h

@ -1,3 +1,4 @@
// library to be used by "keyboard_cmd.cpp"
#ifndef CURSES_DISPLAY #ifndef CURSES_DISPLAY
#define CURSES_DISPLAY #define CURSES_DISPLAY

Loading…
Cancel
Save