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.
The previous [tutorial](http://www.and-creations.com/2016/09/06/lua-stack-the-key-to-understanding-the-lua-c-api/) explained the Lua stack. It's the fundamental ...