Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 382 Bytes

example-io_pipes_example.md

File metadata and controls

15 lines (12 loc) · 382 Bytes

\page io_pipes_example Example: io_pipes_example

Example console output:

[thread_reader ID:139741126407936] Started.
[thread_writer ID:139741118015232] Started.
RX: Hello world!
[thread_writer] Finished.
RX pose: (x,y,z,yaw,pitch,roll)=(1.0000,2.0000,3.0000,5.73deg,11.46deg,17.19deg)
[thread_reader] Finished.

C++ example source code: \include io_pipes_example/test.cpp