Hi @dingtech.
Let’s say I have two space station modules (both in kinematic mode). I want to dock (attach) one module to another.
On attaching, should I:
- just disable ticking of the component on the attached module?
- move the ticking component to the center of mass of both modules?
- do anything else?
On detaching (undocking), should I:
- enable ticking of the component on the detached module?
- call InitOrbit on the detached module?
- The detached module needs to inherit the velocity of its parent module. How can I do this?