rfsm error: gv not found

asked 2018-03-26 13:18:19 -0500

dinesh gravatar image

I have installed the rfsm kinetic package by using command " sudo apt-get install ros-kinetic-rfsm" . Now when i run the rfsm node with a .lua file name after that " rosrun rfsm rfsm-viz fsm.lua" i'm getting below error:

lua: /opt/ros/kinetic/share/lua/5.1/rfsm/rfsm2uml.lua:37: module 'gv' not found:
    no field package.preload['gv']
    no file './gv.lua'
    no file '/usr/local/share/lua/5.1/gv.lua'
    no file '/usr/local/share/lua/5.1/gv/init.lua'
    no file '/usr/local/lib/lua/5.1/gv.lua'
    no file '/usr/local/lib/lua/5.1/gv/init.lua'
    no file '/usr/share/lua/5.1/gv.lua'
    no file '/usr/share/lua/5.1/gv/init.lua'
    no file '/home/robot/robot/Desktop/ws/underlay_isolated/build_isolated/rttlua_completion/gv.lua'
    no file './gv.lua'
    no file '/usr/local/share/lua/5.1/gv.lua'
    no file '/usr/local/share/lua/5.1/gv/init.lua'
    no file '/usr/local/lib/lua/5.1/gv.lua'
    no file '/usr/local/lib/lua/5.1/gv/init.lua'
    no file '/usr/share/lua/5.1/gv.lua'
    no file '/usr/share/lua/5.1/gv/init.lua'
    no file '/opt/ros/kinetic/share/lua/5.1/rfsm/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/kdl_typekit/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rfsm/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rttlua_completion/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/kdl_typekit/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rfsm/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rttlua_completion/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/kdl_typekit/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rfsm/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rttlua_completion/gv.lua'
    no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/kdl_typekit/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rfsm/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rttlua_completion/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/kdl_typekit/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated/install_isolated/share/lua/5.1/rfsm/gv.lua'
no file '/home/robot/Desktop/ws/underlay_isolated ...
(more)
edit retag flag offensive close merge delete

Comments

You're welcome to keep posting, but these are all OROCOS questions. The intersection between users of ROS, OROCOS and ROS Answers members is probably very small though, so personally I don't expect a lot of interaction here. Perhaps try the OROCOS issue trackers on github.

gvdhoorn gravatar image gvdhoorn  ( 2018-03-26 13:39:55 -0500 )edit