forked from start-jsk/rtmros_tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request start-jsk#71 from garaemon/one-launch-for-dashboard
Remove dashboard launch files and yaml files for each hrp2 and use one config file and one launch file
- Loading branch information
Showing
11 changed files
with
16 additions
and
61 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
hrpsys_rtcd_start_command: "xterm -T \"RTCD\" -e '`rospack find jsk_hrp2_ros_bridge`/scripts/rtcd_start_command.sh --remote'" | ||
hrpsys_rtcd_stop_command: "xterm -e \"ssh grxuser@hrp$(expr $HRP2NO + 2000)c 'sudo pkill rtcd'\"" | ||
|
||
hrpsys_servo_start_command: "xterm -T \"PowerServoOn\" -e \"ssh grxuser@hrp$(expr $HRP2NO + 2000)c 'export PS1=grxuser; source ~/.bashrc; python -i /home/grxuser/prog/rtmros_hrp2/jsk_hrp2_ros_bridge/scripts/hrp$(expr $HRP2NO + 2000)c_setup.py --servoOn | tee /tmp/servoOn.log'\"" | ||
hrpsys_servo_stop_command: "xterm -T \"PowerServoOff\" -e \"ssh grxuser@hrp$(expr $HRP2NO + 2000)c 'export PS1=grxuser; source ~/.bashrc; python -i /home/grxuser/prog/rtmros_hrp2/jsk_hrp2_ros_bridge/scripts/hrp$(expr $HRP2NO + 2000)c_setup.py --servoOff | tee /tmp/servoOff.log'\"" | ||
|
||
hrpsys_ros_bridge_start_command: "xterm -T \"Auditor\" -e \"export PS1=$USER && source ~/.$(basename $SHELL)rc && rossetmaster hrp$(expr $HRP2NO + 2000)v $(expr $HRP2NO + 10000) && rossetip && bash `rospack find jsk_hrp2_ros_bridge`/scripts/hrp2-launch-ros-bridge.sh\"" | ||
hrpsys_ros_bridge_stop_command: "xterm -e \"ssh hrpuser@hrp$(expr $HRP2NO + 2000)v 'pgrep -f roslaunch.*hrp$(expr $HRP2NO + 2000).launch | xargs -n 1 kill'\"; pgrep -f roslaunch.*hrp$(expr $HRP2NO + 2000)_auditor.launch | xargs -n 1 kill" |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
<launch> | ||
|
||
<rosparam file="$(find jsk_hrp2_ros_bridge)/config/hrpsys_dashboard.yaml" command="load" /> | ||
|
||
<node name="$(anon hrp2_dashboard)" pkg="jsk_hrp2_ros_bridge" type="jsk_hrp2_dashboard" /> | ||
|
||
</launch> |