Add list of ros bags

Add rosbag list
This commit is contained in:
David Walsh
2019-05-24 16:06:36 -04:00
parent 71f81af9b0
commit 8c2db04411
3 changed files with 95 additions and 16 deletions

View File

@@ -302,3 +302,10 @@ function triggerMessageService(serviceName, textInput)
});
}
// function executeBagForm()
function updateSelectedBagFile(newFile)
{
// var newFile = document.getElementById(newFileInput).innerHTML
document.getElementById("bagNameText").value = newFile
}