changed from rosbridge_GUI_example to rosbridge_GUI_example
This commit is contained in:
@@ -14,7 +14,7 @@ class Bagger(object):
|
||||
self.pub = rospy.Publisher("bag_notifier", String, queue_size=10)
|
||||
self.proc = None
|
||||
rospack = rospkg.RosPack()
|
||||
self.data_path = os.path.join(rospack.get_path("rosbridge_GUI_example"), "data")
|
||||
self.data_path = os.path.join(rospack.get_path("rosbridge_gui_example"), "data")
|
||||
|
||||
def callback(self, msg):
|
||||
if msg.data == "STOP" and self.proc is not None:
|
||||
|
||||
Reference in New Issue
Block a user