Skip to content
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

Open
icyflame opened this issue Sep 24, 2015 · 4 comments
Open

Create launch files to be run on the vehicle #68

icyflame opened this issue Sep 24, 2015 · 4 comments

Comments

@icyflame
Copy link
Member

I propose the separation of this task into two parts:

  1. Each package has a launch file (if it has any dependencies).

    Eg: buoy package will have a launch file that will run bottomcam package,

  2. 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

@icyflame icyflame self-assigned this Sep 24, 2015
@prudhvid
Copy link
Contributor

@auviitkgp/developers this has to be the way. The launch files will specify all the arguments needed to run a script.
Hierarchy of launch files will help a lot

@icyflame
Copy link
Member Author

@prudhvid Can you please give an example as to what you mean by arguments?

@prudhvid
Copy link
Contributor

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

@icyflame
Copy link
Member Author

@prudhvid 👍

icyflame added a commit that referenced this issue Oct 2, 2015
Add the launch files for the simulator

This moves towards fixing #68
@icyflame icyflame changed the title Launch file creation Create launch files to be run on the vehicle Oct 2, 2015
@icyflame icyflame removed their assignment Dec 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants