rfsm error: gv not found
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 ...
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.