This tutorial will walk you through the main tasks for exchanging LCM messages using the Lua API. The topics covered in this tutorial are: Initialize LCM in your application. Publish a message.
This is an example program for using SDL2 from Lua. It uses the SDL2 bindings from https://github.com/Tangent128/luasdl2. Of course you will need Lua installed, and ...