Launch file for UWSim problem. How do you write the node?
The below code portion works to launch the default UWSim node, but how do you alter it to open any other scene?
<!-- UWSim Node-->
<node pkg="uwsim" type="uwsim" name="uwsim" />
ROS is not familiar territory for me, but I have worked through the turtlesim and have spent time poking at variations on --configfile /.../scene.xml
Any suggestions on how this works would be appreciated. I don't want to have to ditch this project.
Thanks. J