Attitude provider in PropagatorBuilder

Hi all,

I see that setAttitudeProvider is defined in AbstractPropagatorBuilder but not its parent interface PropagatorBuilder. Any reason for this? It looks a bit weird.

Cheers,
Romain.

AssetAttitudeProvider is defined in Propagator interface, I think that it shall be defined in PropagatorBuilder interface.
The minor compatible way is to have a default implementation doing nothing in the interface. The non minor compatible way is to just add the method in the interface.

Bryan

1 Like

Hi,

I added this one (#1440: Add getMass and getAttitudeProvider to PropagatorBuilder) already. @serrof, maybe we should rename it “Improve PropagatorBuilder Interface” and add there the missing features we would like to have (common getters, setters etc.)

1 Like

Hi,

I also think that it would be useful to have it in the PropagatorBuilder interface.

Cheers,
Vincent