Results 8 issues of jj314

regarding #21 Still JPG, because PNG would be larger.

The attached craft should have zero torque. Yet, KER shows 0.01 kNm. Maybe a floating point round off error? ![Image of the craft](https://i.imgur.com/hc7rcio.png) To reproduce simply place an S4-512 Fuel...

Hello, I'm having trouble serializing LocalDateTime with Protobuf. Here is what I'm trying to do: ```java import com.fasterxml.jackson.databind.JsonMappingException; import com.fasterxml.jackson.dataformat.protobuf.ProtobufMapper; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import lombok.Data; import java.time.LocalDateTime; public class Main {...

I'm getting high resolution altimetry scan contracts for a body whose sphere of influence is so small that the highest possible altitude is 21 km, but there seems to be...

``` from numpy import array from orbital import elements_from_state_vector r = array([-7.28535000e+07 8.92198056e-09 0.00000000e+00]) v = array([-1.84818933e+00 2.18661193e+03 0.00000000e+00]) mu = 1811405020000000.0 print(elements_from_state_vector(r, v, mu)) ``` prints `OrbitalElements(a=40301757.83775852, e=0.8077004603395054, i=3.141592653589793,...

### What happened? If the decoupler stays attached after decoupling, Part.DecoupledAt will return the wrong stage for parts below the decoupler. ### How can someone else reproduce it? 1. Root...

bug
service:space-center