dumb ass bug
This commit is contained in:
@@ -372,9 +372,11 @@ var playbackStatus = new ROSLIB.Topic({
|
|||||||
|
|
||||||
playbackStatus.subscribe(function(message) {
|
playbackStatus.subscribe(function(message) {
|
||||||
message = JSON.parse(message.data);
|
message = JSON.parse(message.data);
|
||||||
|
console.log("message");
|
||||||
|
console.log(message);
|
||||||
status = message.status;
|
status = message.status;
|
||||||
bagName = message.bag_file;
|
bagName = message.bag_file;
|
||||||
if (status != lastPlaybackStatus) {
|
if (true) {
|
||||||
|
|
||||||
if (status === "playing") {
|
if (status === "playing") {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user