Skip to content

Commit 7fae2ca

Browse files
author
Bradley Schmerl
committed
More tracing, fixed launch file bug
1 parent f21fa0a commit 7fae2ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ig_action_server/src/cp3_instructions.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CP3_Instructions(object):
2020
"mrpt" : "cp3-mrpt.launch",
2121
"laserscannodelet" : "cp3-kinect.launch",
2222
"mapserver" : "cp3-maps.launch",
23-
"mapserverobs" : "cp3-maps-obs.launch"}
23+
"mapserverobs" : "cp3-obstacle-maps.launch"}
2424

2525
SENSORS = ["kinect", "lidar", "cameras", "camera", "headlamp"]
2626

@@ -123,7 +123,8 @@ def start_nodes(self,config_id):
123123
current = rosnode.get_node_names()
124124

125125
if not all(x in current for x in nodes1):
126-
rospy.loginfo("Not all nodes started. System in inconsistent state.")
126+
rospy.loginfo("Not all nodes started for %s. System in inconsistent state." %configId)
127+
rospy.loginfo("Expected %s, got %s" %(nodes1,current))
127128
return False, 'Not all nodes started'
128129

129130
if config_id in self.CHARGE_MAP.keys():

0 commit comments

Comments
 (0)