Advertisement
dustingooding

rttlua error

Jun 10th, 2011
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. elenwe:build dgooding$ rttlua
  2. 0.120 [ Warning][DeploymentComponent::import] Component type name OCL::HelloWorld already used: overriding.
  3. 0.345 [ Warning][DeploymentComponent::import] Component type name OCL::LuaComponent already used: overriding.
  4. OROCOS RTTLua 1.0-beta3 / Lua 5.1.4 (macosx)
  5. > rttlib.info()
  6. services:   marshalling marshalling scripting scripting os print Lua Lua
  7. typekits:   rtt-types rtt-types OCLTypekit OCLTypekit
  8. types:      ConnPolicy FlowStatus PropertyBag SendHandle SendStatus TaskContext array bool
  9.             bools char double float int ints rt_string string strings uint void
  10. ...pt/orocos-toolchain-2.4.0/ocl/lua/modules/rttlib.lua:139: Variable.tolua: narrow failed for int Variable
  11. stack traceback:
  12.     [C]: ?
  13.     ...pt/orocos-toolchain-2.4.0/ocl/lua/modules/rttlib.lua:139: in function <...pt/orocos-toolchain-2.4.0/ocl/lua/modules/rttlib.lua:128>
  14.     (tail call): ?
  15.     ...pt/orocos-toolchain-2.4.0/ocl/lua/modules/rttlib.lua:506: in function 'info'
  16.     stdin:1: in main chunk
  17.     [C]: ?
  18. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement