lab1.launch
that executes
minimal.launch
and starts your node. Test your launch file.
rospy
and set its value in the launch file.
submit
in the root directory of
your workspace and add it to your subversion repository:
$ mkdir submit $ svn add submit A submit
svn copy
to put a copy of your finished lab into that submit folder and commit. (Make sure you have already added lab3
to your repository.)
$ svn cp lab3 submit $ svn commit
$ svn checkout https://svn.cs.jmu.edu/spragunr/GROUP/submit/lab3/ cs480_ws/lab3After executing this from the home directory I should be able to launch your application.