Closed tongtybj closed 1 year ago
There is a bug while assigning the arg to the variable fixed_model_ while creating the instance for underactuated model.
fixed_model_
aerial_robot_model::transformable::RobotModel
aerial_robot_model::RobotModel
@sugikazu75
Please review this PR.
Can you approve this PR?
Yes, it looks good to me.
I mean, can you complete the review request that I sent to you by clicking the "approve" button?
What is this
There is a bug while assigning the arg to the variable
fixed_model_
while creating the instance for underactuated model.Details
fixed_model_
when creating the instance for underactuated model plugin.aerial_robot_model::transformable::RobotModel
instead ofaerial_robot_model::RobotModel
for planning in dragon model and control processes.