Skip to content

Commit

Permalink
Add launcher for joystick
Browse files Browse the repository at this point in the history
  • Loading branch information
CourchesneA committed Sep 29, 2020
1 parent 431ed3b commit 319e827
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions launchers/joystick.sh
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

0 comments on commit 319e827

Please sign in to comment.