Skip to content

Must be implemented in new MPC controller #54

@todo

Description

@todo

# u_vec += self.weights[ii] * self.controller_list[ii].get_control_prediction() #TODO: Must be implemented in new MPC controller
# T_d += self.hover_thrust + self.Tpert
x = array([p.z, v.z]) - array([self.p_final[2], 0.])
T_d, q_d, omg_d, f_d = self.initial_controller.get_ctrl(p, q, v, omg, p_d, v_d, a_d, yaw_d, dyaw_d, ddyaw_d)


This issue was generated by todo based on a TODO comment in 96f83fd. It's been assigned to @PastorD because they committed the code.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions