Replies: 1 comment 1 reply
-
This should still work. Which version of the desktop app are you using? On which OS? Maybe share your entire CLI command so we can try to reproduce? You can also build a similar a url for the web app
This is a requirement of the "open remote file" feature - you need an extension on the URL so the app can know which kind of data source to use to read the file. We could look at doing some early identification of the file (by header or footer bytes) to allow urls with no extension, but this is the first time I am aware this has come up as most folks using this feature have had extensions on their URLs.
Yep. You would have a |
Beta Was this translation helpful? Give feedback.
-
Hi,
we had the following well-working construct in our group:
This would generate a link like:
https://mygroup.org/foxglove/?ds=ros1-remote-bagfile&ds.url=https%3A%2F%2Fmygroup.org%2Fbagdb%2Fbags%2Fdownload%3FbagId%3D15
possibly with an attached layout ID encoded within the URL.
Since self-hosting foxglove is deprecated since Foxglove 2.0, I am looking to do the same but opening the remote bag with the standalone application on Ubuntu.
This raises multiple questions:
foxglove:\\open?ds=ros1-remote-bagfile&ds.url=https%3A%2F%2Fmygroup.org%2Fbagdb%2Fbags%2Fdownload%3FbagId%3D15
? I have had no success in opening this on a terminal..bag
. This restriction does not apply to the bag-database.Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions