From c736362efbc8f4bf5d6d5aa1e418a2cd867c094c Mon Sep 17 00:00:00 2001 From: Olek Bojda Date: Thu, 27 Sep 2018 14:00:06 +0200 Subject: [PATCH] Fixed restrictions import in master plugin. Also adjusted names in roslaunches to be generated anonymously --- safety_master_plugin/launch/master_plugin.launch | 2 +- safety_master_plugin/scripts/master_plugin.py | 2 +- safety_master_plugin/scripts/ros_master_wrapper.py | 2 +- safety_user_plugin/launch/user_plugin.launch | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/safety_master_plugin/launch/master_plugin.launch b/safety_master_plugin/launch/master_plugin.launch index 2f98cd1..eac49d8 100644 --- a/safety_master_plugin/launch/master_plugin.launch +++ b/safety_master_plugin/launch/master_plugin.launch @@ -1,7 +1,7 @@ \ No newline at end of file diff --git a/safety_master_plugin/scripts/master_plugin.py b/safety_master_plugin/scripts/master_plugin.py index 4b8a28b..92f9160 100755 --- a/safety_master_plugin/scripts/master_plugin.py +++ b/safety_master_plugin/scripts/master_plugin.py @@ -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 diff --git a/safety_master_plugin/scripts/ros_master_wrapper.py b/safety_master_plugin/scripts/ros_master_wrapper.py index 3c9a7ab..5237364 100644 --- a/safety_master_plugin/scripts/ros_master_wrapper.py +++ b/safety_master_plugin/scripts/ros_master_wrapper.py @@ -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 diff --git a/safety_user_plugin/launch/user_plugin.launch b/safety_user_plugin/launch/user_plugin.launch index 26fc0cb..c22fd76 100644 --- a/safety_user_plugin/launch/user_plugin.launch +++ b/safety_user_plugin/launch/user_plugin.launch @@ -1,7 +1,7 @@ \ No newline at end of file