-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
431ed3b
commit 319e827
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/bash | ||
|
||
source /environment.sh | ||
|
||
# initialize launch file | ||
dt-launchfile-init | ||
|
||
# YOUR CODE BELOW THIS LINE | ||
# ---------------------------------------------------------------------------- | ||
|
||
|
||
# NOTE: Use the variable DT_REPO_PATH to know the absolute path to your code | ||
# NOTE: Use `dt-exec COMMAND` to run the main process (blocking process) | ||
|
||
# launching app | ||
dt-exec roslaunch --wait virtual_joystick virtual_joystick_gui.launch veh:=$VEHICLE_NAME | ||
|
||
|
||
# ---------------------------------------------------------------------------- | ||
# YOUR CODE ABOVE THIS LINE | ||
|
||
# wait for app to end | ||
dt-launchfile-join |