You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2018. It is now read-only.
We want to organize our launch files to make it easier to find the correct files when we're running simulations and when we are running the real robot.
Primary Goals
In the cr17 package, there should be two primary launch files:
There should be a launch file that runs all of our nodes
There should be a launch file to run the entire physical robot, including sensors and the launch file that launches all of our nodes (the above item)
In the simulation_2017 package, there should be one primary launch file:
There should be a launch file that includes the launch file that launches all of our nodes and includes necessary simulation sensors
Secondary Goal
After these primary goals are met, we can make some launch files particular to certain nodes, nesting them hierarchically.
We want to organize our launch files to make it easier to find the correct files when we're running simulations and when we are running the real robot.
Primary Goals
In the cr17 package, there should be two primary launch files:
In the simulation_2017 package, there should be one primary launch file:
Secondary Goal