Chris Rodgers

Results 23 comments of Chris Rodgers

a few other things I discovered that seem to be important for cleanly shutting down, at least over here. I haven't extensively tested them yet, but I'm just mentioning it...

thanks for the explanation! Because I don't know much about ZMQ and networking, I'm unclear on why the pilot will sometimes but not always re-establish the connection. Does clicking the...

When I have observed the segfault, there is no seemingly useful debugging information. Just the usual string of messages in the CLI, and then "Segmentation Fault", and the Terminal GUI...

We need a test for the test! :laughing:

Works great, thanks!

might be an easy fix: https://github.com/cxrodgers/autopilot/commit/18abff2eb47df5bf91c6ee4f91eec0a0d2c351d0 Would of course have to add a check for whether CHILDID is a list or not. Still testing...

sounds good, thanks jonny! We'll add `export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/arm-linux-gnueabihf` to the end of `~/.bashrc` to make this fix "permanent". Also, sorry, I know this is a serious venue for Autopilot discussion...

You’re right, it’s in a branch where i’ve changed other things, next week I’ll try to reproduce in the dev branch so I know whether it’s my own changes that...

Ok I think I can more or less replicate this bug on the `[email protected]:auto-pi-lot/dev` branch. To do this, I start the Terminal GUI, create a new Subject on a protocol...

Still working on it, but I think I have a workaround. It's a substantial and breaking change to the data format, but it's something I've been meaning to implement in...