You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, the original script for catapult takeoff developed in v1.1.1 no longer works in SHARPy.
Once a trajectory is generated, the dynamic simulation in SHARPy does not recognise this input, therefore the aircraft remains static at the initial condition and does not accelerate.
The TakeoffTrajectoryController has seen no changes since v1.1.1. In the DynamicCoupled solver, new routines have been added after the controlled_state is written by the controller, so I'm guessing something is overwriting the controlled state.
Thanks to @tpleece for raising this and trying it out in v1.1.1
I'm working an a HALE project using SHARPy and I wish to perform some dynamic coupled modelling of launch/ catapult-assisted takeoffs. I'm using the generate_hale.py file in sharpy/cases/coupled/multibody_takeoff as a reference but I can't see how the launch process is implemented in this file, it seems to go straight to free flight. Can you direct me to any documentation on the generate_dyn_file function and how to use the dynamic_forces and forced_for_vel capabilities?
The text was updated successfully, but these errors were encountered:
Unfortunately, the original script for catapult takeoff developed in v1.1.1 no longer works in SHARPy.
Once a trajectory is generated, the dynamic simulation in SHARPy does not recognise this input, therefore the aircraft remains static at the initial condition and does not accelerate.
The
TakeoffTrajectoryController
has seen no changes since v1.1.1. In theDynamicCoupled
solver, new routines have been added after thecontrolled_state
is written by the controller, so I'm guessing something is overwriting the controlled state.Thanks to @tpleece for raising this and trying it out in v1.1.1
Discussed in #197
Originally posted by tpleece May 31, 2022
Hi,
I'm working an a HALE project using SHARPy and I wish to perform some dynamic coupled modelling of launch/ catapult-assisted takeoffs. I'm using the generate_hale.py file in sharpy/cases/coupled/multibody_takeoff as a reference but I can't see how the launch process is implemented in this file, it seems to go straight to free flight. Can you direct me to any documentation on the generate_dyn_file function and how to use the dynamic_forces and forced_for_vel capabilities?
The text was updated successfully, but these errors were encountered: