how to create a .launch file with a node developed with ROSJava
I would like to create a .launch file to use the command:
roslaunch robot.launch
But, I don't know how to translate the following shell call into a .launchfile:
rosrun rosjava_bootstrap run.py bumperCar
org.lejos.ros.nodes.bumpercar.BumperCarControl __name:=BumperCarControl
Any help?