Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions example_skills/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ We assume you have roslua and the behavior_engine checked out and built
roslua, lua_utils, skiller, and skillgui. Then make sure that roslua is
in the LUA path environment variables. For example like so:

# export LUA_PATH="/path/to/roslua/src/?/init.lua;/path/to/roslua/src/?.lua;/usr/share/lua/5.1/?/init.lua;/usr/share/lua/5.1/?.lua"
Replace "/path/to" with the actual path to your roslua directory. Check if
the generic Lua path is correct.
# export LUA_CPATH="/usr/lib/lua/5.1/?.so;/usr/lib/$(uname -i)-linux-gnu/lua/5.1/?.so;$(rospack find roslua)/lib/?.luaso"
# export LUA_PATH="$(rospack find roslua)/src/?/init.lua;$(rospack find roslua)/src/?.lua;/usr/share/lua/5.1/?/init.lua;/usr/share/lua/5.1/?.lua"
Check if the generic Lua path is correct.

Make sure you have checked out and built the actionlib_tutorials package,
cf. http://www.ros.org/wiki/actionlib_tutorials. It is required for the
Expand Down