-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Question1
#Question about **linearized lower thrust constraint**
lhs = [U_last_p[:, k] / (cvx.norm(U_last_p[:, k])) * U_v[:, k] for k in range(K)]
constraints += [
self.T_min - cvx.vstack(lhs) <= self.s_prime
]
constraints in rocket_landing_3d.py
the U_last_p[:, k] and U_v[:, k] are numpy array ,just use * ,the outcome still is numpy array,
however self.T_min is scalar , Why is there no error when a scalar minus array?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels