Eric Johnson

Results 25 comments of Eric Johnson

``` eric@blueos:~$ docker logs blueos-core bash: cannot set terminal process group (1): Inappropriate ioctl for device bash: no job control in this shell thread 'main' panicked at 'called `Result::unwrap()` on...

@patrickelectric Thanks for the hint. I tried that, and I am now able to get to the web page, but only some of the services are working. for instance, the...

Tonight I figured out where the logs are stored. I noticed there was no folder for ardupilot_manager. looks like the ardupilot_manager service is crashing on launch with the following error....

This might be need to be a seperate issue, but its mostly related. Today I fixed an issue with cockpit and the change was merged in. The CI generated a...

I was able to setup a simulation using the ardupilot plugin and the bouyancy plugin from px4. here is my simulation repo. there is a section about setting it up...

I think the main issue is that the ports for both mavlink2rest and the camera stream are hardcoded. https://github.com/bluerobotics/cockpit/blob/master/src/stores/mainVehicle.ts#L103 removing the port and then setting the url without http(s):// I...

@rafaellehmkuhl That does seem to be the case. I didn't realize at first you could manually specify the mavlink2rest connection. I would still like to use the global field eventually,...

@pkmiles Like @rafaellehmkuhl said there is a mini widget for relative altitude. One possible to way to make it show on the left hand side would be to add a...

> publishing I'm not quite sure why that is a problem? The JSBSim bridge code is publishing a simulated sensor's data. I have been using the suggested change in my...

It only fails to parse when I get the following data as a response ``` glTF� ``` I think this line expects json https://github.com/CesiumGS/cesium-native/blob/main/Cesium3DTilesSelection/src/TilesetJsonLoader.cpp#L692 but the data is binary. I...