Nowadays, I need to use lcm protocol to communite simulink and c++ under different OS.
The simulink is under Windows, and C++ is under the Ubuntu.
Now I am facing the question to communicate by the lcm.
When I try to Generating language-specific bindings under windows, I need to run lem-gen under the terminator of windows(CMD), but when I input ' lcm-gen -j example_t.lcm '. It shows 'lem-gen' is not recognized as an internal or external command, operable program or batch file.
So how to run lcm-gen under windows?
I have put the file into the path, but it doesn't work.