I am currently running a ros node with launch-prefix="xterm -e gdb --args" attribute as described at here to debug with gdb.
My current terminal emulator is terminator.
How can I run the node on my preferred terminal emulator terminator?
I tried to change launch-prefix as launch-prefix="terminator -e gdb --args" but it did not work.