Benjamin Chung

Results 30 comments of Benjamin Chung

My [Julia client](https://github.com/BenChung/kRPC.jl) supports this, but I'm not happy with the API yet... Also, seconded with being interested in Patreon, I, too, would like to support development :)

The way I've implemented this functionality in Julia is to add a separate namespace for what I refer to as `delayed` RPC calls. For example, kRPC.Remote.SpaceCenter.Velocity(flight) will immediately make an...

I looked into this more, since I've came up with a plausible approach for adding aero forces to my optimization framework. The best way to do this is to add...

Ah, fantastic! Can it report the aerodynamic torque as well?

Grid fins aerodynamics are horrible, as their dynamics is wildly mach dependent due to shock interactions between the fin elements as the fin passes through the transonic and supersonic regimes....

I was able to fix this by changing PluggableUSBMIDI to use mstd::atomic instead of std::atomic. This feels like a brittle solution, however. I suspect that the normal Arduino IDE is...

This doesn't address the issue? Yes, there are a number of ways to solve this particular problem (I'd note, tangentially, that the shown isn't exactly one of them; the desired...

Okay, I figured out a slice of the problem. The issue is that the initial peers discovery method is first used to handshake (successfully) between the two DDS Router instances...

Hi, and thank you for the help! I was trying the `discovery-trigger: any` option as a "sticks against the wall" debugging approach. The issue that was proximally keeping this from...