RGring / drl_local_planner_ros_stable_baselines

BSD 3-Clause "New" or "Revised" License
133 stars 36 forks source link

Cant find LUA_INCLUDE_DIR #3

Closed parhartanvir closed 3 years ago

parhartanvir commented 5 years ago

Hi, thanks for open-sourcing the project.

I get the following error while making the project. CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: LUA_INCLUDE_DIR [(ADVANCED)]

Does the project require Lua?

Thanks, Tanvir

RGring commented 5 years ago

It seems to be dependencies coming from the flatland package. So you might need to install the appropriate package (lua-dev). As it is not related to my work, I don't know exactly which is needed. If you solved it, I'd happy about some feedback :)

CaptainE commented 5 years ago

Try out this stuff: sudo apt-get update sudo apt-get install liblua5.1-0-dev