roslaunch_to_dot icon indicating copy to clipboard operation
roslaunch_to_dot copied to clipboard

rostest tag is not parsed properly

Open tigelbri opened this issue 8 years ago • 2 comments

When using the tool with a launch file including a rostest tag the following error occurs:

Traceback (most recent call last): File "./roslaunch-to-dot.py", line 763, in __parseLaunchElements testNode = self.__parseTestNodeTag(child) File "./roslaunch-to-dot.py", line 1007, in __parseTestNodeTag ifArg = self.__getArgumentForConditional(node, self.IfAttribute) NameError: global name 'node' is not defined

But definitely a cool tool :)

Cheers Tristan

tigelbri avatar Feb 16 '17 09:02 tigelbri

Nice find, and thanks for reporting this. I'll take a look at it.

bponsler avatar Feb 16 '17 16:02 bponsler

I fixed this issue (typos). See commit d44d36d308cf87fc67a081bd6d5494b1634740ba

Thanks for reporting this. Can you test this to see if it works for you?

bponsler avatar Feb 17 '17 02:02 bponsler