Skip to content
Snippets Groups Projects
Commit 9a1b1bca authored by Paul Beuchat's avatar Paul Beuchat
Browse files

Adjusting launch tab of the web interface so that the launching of the master...

Adjusting launch tab of the web interface so that the launching of the master no longer triggers checking for the status of the agent.
parent 26751c91
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<button
class="button-push navy fullwidth"
id="buttonRosMasterStatus"
onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('checkForRosMaster', 'rosMasterStatus', ['rosLaunchMasterStatus','killMasterStatus'], null)"
onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('checkForRosMaster', 'rosMasterStatus', ['rosLaunchMasterStatus','killMasterStatus'], 'buttonRosNodeList')"
>
Check for ROS Master
<div class="div-for-button-highlight-on-touchscreen navy"></div>
......@@ -27,7 +27,7 @@
<button
class="button-push navy fullwidth"
id="buttonLaunchRosMaster"
onclick="roslaunch_outputLabelID_clearOtherLabels_clickOtherButtons('master', 'rosLaunchMasterStatus', ['rosMasterStatus','killMasterStatus'], ['buttonRosAgentStatus','buttonRosNodeList'])"
onclick="roslaunch_outputLabelID_clearOtherLabels_clickOtherButtons('master', 'rosLaunchMasterStatus', ['rosMasterStatus','killMasterStatus'], 'buttonRosNodeList')"
>
Launch ROS Master
<div class="div-for-button-highlight-on-touchscreen navy"></div>
......@@ -59,7 +59,7 @@
<button
class="button-push red fullwidth"
id="buttonKillRosMaster"
onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('killRosMaster', 'killMasterStatus', ['rosMasterStatus','rosLaunchMasterStatus'], ['buttonRosAgentStatus','buttonRosNodeList'])"
onclick="callBashScript_outputLabelID_clearOtherLabels_clickOtherButtons('killRosMaster', 'killMasterStatus', ['rosMasterStatus','rosLaunchMasterStatus'], 'buttonRosNodeList')"
>
Kill ROS Master
<div class="div-for-button-highlight-on-touchscreen red"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment