Skip to content

TAMS-Group/tams_execute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tams_execute

The whole purpose of this package is to run or launch executables/launch files from other packages. In itself, this is ridiculous overhead, but the script and launch file enable the caller to switch workspaces or machines before executing the run/launch command. This significantly simplifies startup of multi-machine robots with different python/workspace requirements for deep learning modules.

example usage:

<include file="$(find tams_execute)/launch/execute.launch" >
    <arg name="machine" value="basestation" />
    <arg name="pkg" value="tams_tts" />
    <arg name="exe" value="tts.launch" />
    <arg name="workspace" value="~/tts/devel" />
</include>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published