lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

I want to call compiled CPP library from Lua. The compiled library is /opt/ros/indigo/lib/liborocos-kdl.so.1.3.0. Additionally, it can be installed using CMake

Keeping in mind that liborocos-kdl.so.1.3.0 is installed in the computer, how to instantiate a class and call method of that class?

I would really appreciate the sample code.

Reference:
[1] http://www.orocos.org/kdl

Thanks in advance

-
Regards
Ravi