-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create launch files to be run on the vehicle #68
Comments
@auviitkgp/developers this has to be the way. The launch files will specify all the arguments needed to run a script. |
@prudhvid Can you please give an example as to what you mean by |
By arguments I mean any files (especially parameter files) needed to be supplied as arguments for the scripts. e.g. bottomcam needs 0 as argument to open. marker task needs threshold.txt as argument. These can be specified within launch file itself. e.g. https://github.com/auviitkgp/kraken_3.0/blob/indigo-devel/vision_stack/task_marker/launch/run_server.launch |
Add the launch files for the simulator This moves towards fixing #68
I propose the separation of this task into two parts:
Each package has a launch file (if it has any dependencies).
Eg:
buoy
package will have a launch file that will runbottomcam
package,There will be some global launch files, for specific tasks: such as:
YawControl
(to run all dependencies of YawControl)BuoyTask
(which will include the particular package's launch file after running other packages)imuDvl
(to run the IMU and the DVL)Opinions: @prudhvid @nevinvalsaraj @auviitkgp/embedded-team
The text was updated successfully, but these errors were encountered: