Fixed restrictions import in master plugin. Also adjusted names in roslaunches to be generated anonymously

This commit is contained in:
Olek Bojda 2018-09-27 14:00:06 +02:00
parent 4d8b68cd7d
commit c736362efb
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<launch>
<node pkg="rqt_gui"
type="rqt_gui"
name="master_rqt_gui"
name="$(anon master_plugin)"
args="--standalone safety_master_plugin"
/>
</launch>

View File

@ -1,6 +1,6 @@
from ros_master_wrapper import ROSWrapper
from qt_master_wrapper import QtWrapper
from restrictions import Restrictions
from master_restrictions import Restrictions
from master_info import MasterInfo
from master_widget import MasterWidget

View File

@ -7,7 +7,7 @@ from safety_user_plugin.msg import RobotInfoMsg
from safety_user_plugin.msg import RestrictionsMsg
from robot_info import RobotInfo
from restrictions import Restrictions
from master_restrictions import Restrictions
from enums.stop_state import StopState as SS

View File

@ -1,7 +1,7 @@
<launch>
<node pkg="rqt_gui"
type="rqt_gui"
name="rqt_gui"
name="$(anon user_plugin)"
args="--standalone safety_user_plugin"
/>
</launch>