You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not yet tested with Lua 5.1/5.2 - probably it is not working out
of the box. I guess there could be some minor differences between the
luajit ffi and the facebook luaffifb
(https://github.com/facebook/luaffifb) and I am not sure if there is an
equivalent of the lua bit operation module (http://bitop.luajit.org/)
for Lua 5.1/5.2. What error messages are you seeing? Is torch7 itself
still working correctly?
The error comes up when I try to make a publisher.
This is the error message.
/home/rosie/torch/install/bin/lua: /home/rosie/torch/install/share/lua/5.2/ros/utils.lua:42: type void* has no member cdata
stack traceback:
[C]: in function '__index'
/home/rosie/torch/install/share/lua/5.2/ros/utils.lua:42: in function 'cdata'
/home/rosie/torch/install/share/lua/5.2/ros/NodeHandle.lua:199: in function 'advertise'
...e/rosie/catkin_ws/src/live_torch/scripts/segment_img.lua:50: in main chunk
[C]: in function 'dofile'
...osie/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:145: in main chunk
[C]: in ?
Is Lua 5.1/5.2 supported? I updated to that from the default installed with Torch for other packages and it seems to have broken torch-ros.
The text was updated successfully, but these errors were encountered: