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.
Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications. Lua is cross-platform, since the interpreter of compiled bytecode is writtten ...