Create launch files for the NUC and the laptop #410
Labels
CIRC
Moves Snowbots closer to having a working rover for the Canadian International Rover Challenge
Improvement
Currently, when running the complete system end to end, we do the following on the NUC:
roscore
in one terminalWe do the following on the laptop:
rviz
to see where our rover is positionedThat's quite a few things to run and mentally keep track of. To keep things simple, all the NUC nodes/launch files should be ran from a single launch file, and all the laptop nodes/launch files should be ran from another launch file. That way, the likelihood of human error in running the above commands is unlikely to materialize.
These launch files can be added to the
sb_utils
package in a folder namedlaunch
. There are several examples of launch files within the repo, including within thesample_package
in my_node.launch.Additional resources regarding launch files:
The text was updated successfully, but these errors were encountered: