Use for questions regarding Lightweight Communications and Marshalling (LCM) libraries or tools.
Questions tagged [lcm-data-marshalling]
5 questions
1
vote
1 answer
Receiving LCM messages via signals/slots in C++ with Qt?
In my application, I am receiving messages from LCM (Lightweight Communications and Marshalling) that contain data for multiple consumers within the application. I imagined this working with the LCM handler as a singleton so that there is one…

marmoc
- 11
- 1
1
vote
0 answers
Good way to package up data for UDP
I have a simple question, that I can't seem to google my way to an answer!
Lets say we have two computers, that will exchange data via UDP. Now we are not talking about large amount of data, maybe about 10 numbers, and elts say 5 of them are floats…

Dammi
- 1,268
- 2
- 13
- 23
0
votes
1 answer
rqt_graph functionality for drake + LCM
I'm working with drake and LCM messaging in a robotic manipulation context and would like to know if there exists an LCM functionality similar to rqt_graph for ROS, which visualizes inputs and outputs to different nodes.
0
votes
1 answer
LCM UDP Message Through Shared Network
Folks,
I have a Ubuntu machine connected to the Internet through wireless (wlan0), and I am sharing this connection to my Ethernet port (eth1). Then, I have this Ethernet port connected to a switch, and two windows machine connected to the same…

Pototo
- 691
- 1
- 12
- 27
0
votes
1 answer
including installed libraries in cmakelists
I don't always program in C, but when I do it's typically for microcontrollers, so please bear with me on this one.
I'm trying to run a simple test of a C program before I try and compile it in Matlab for a Simulink block. I'm using Clion as my…

RYS
- 442
- 6
- 22