Project

General

Profile

Revision dd56aeef

IDdd56aeefcc3c23a50cecd40450abfc1ac8e50f62

Added by Thomas Mullins over 12 years ago

Added ncurses for key input. It can now publish at a rapid rate because
the key input is non-blocking, and after it exits the terminal is not
screwy, but it's not an ideal solution because ROS_INFO no longer works.

Encapsulated the stuff in nav_lib into a class, MikrokopterControl.

View differences:

mikrokopter/CMakeLists.txt
27 27

  
28 28
rosbuild_add_executable(externctrl_client src/externctrl_client.cpp)
29 29
rosbuild_add_executable(keyboard_control src/keyboard_control.cpp src/nav_lib.cpp)
30
target_link_libraries(keyboard_control ncurses)

Also available in: Unified diff