Added custom printf and scanf functions to avoid unnecessary text send via the...
Added custom printf and scanf functions to avoid unnecessary text send via the serial port in the real robot. It also helps redirect the stdin and stdout streams to a virtual serial port in simulation. Added a macro definition __REAL__ in all Makefile's Added a new example of communication throw a vurtual serial port and visualization of the robot camera outside ROS.
Showing
- communications/Makefile 1 addition, 1 deletioncommunications/Makefile
- communications/include/serial_console.h 3 additions, 1 deletioncommunications/include/serial_console.h
- communications/src/examples/Makefile 1 addition, 1 deletioncommunications/src/examples/Makefile
- communications/src/examples/main.c 2 additions, 2 deletionscommunications/src/examples/main.c
- communications/src/serial_console.c 22 additions, 1 deletioncommunications/src/serial_console.c
- controllers/Makefile 1 addition, 1 deletioncontrollers/Makefile
- controllers/src/examples/Makefile 1 addition, 1 deletioncontrollers/src/examples/Makefile
- controllers/src/examples/main.c 2 additions, 2 deletionscontrollers/src/examples/main.c
- dyn_devices/Makefile 1 addition, 1 deletiondyn_devices/Makefile
- dyn_devices/src/examples/Makefile 1 addition, 1 deletiondyn_devices/src/examples/Makefile
- dyn_devices/src/examples/exp_board_ex.c 28 additions, 28 deletionsdyn_devices/src/examples/exp_board_ex.c
- dyn_devices/src/examples/servos_ex.c 2 additions, 2 deletionsdyn_devices/src/examples/servos_ex.c
- examples/get_up/Makefile 1 addition, 1 deletionexamples/get_up/Makefile
- examples/movements/Makefile 1 addition, 1 deletionexamples/movements/Makefile
- examples/pan_tilt/Makefile 1 addition, 1 deletionexamples/pan_tilt/Makefile
- examples/pan_tilt/pan_tilt.c 1 addition, 1 deletionexamples/pan_tilt/pan_tilt.c
- examples/sensors/Makefile 1 addition, 1 deletionexamples/sensors/Makefile
- examples/sensors/sensors.c 5 additions, 5 deletionsexamples/sensors/sensors.c
- examples/stairs/Makefile 1 addition, 1 deletionexamples/stairs/Makefile
- examples/vision/Makefile 63 additions, 0 deletionsexamples/vision/Makefile
examples/vision/Makefile
0 → 100644
Please register or sign in to comment