Closed tongtybj closed 1 year ago
Refactor reuslt:
aerial_robot_model::RobotModel
. This robot model is for common multirotors, such as quadrotor, that does have anly link structure.aerial_robot_model::transformable::RobotModel
is refactored to be derived from the base class of aerial_robot_model::RobotModel
: aerial_robot_model::RobotModel
-> aerial_robot_model::transformable::RobotModel
.aerial_robot_model::transformable::RobotModel
support any kind of reconfigurable model, such as hydrus, hydrus_xi, dragon, perching arm, etc.TODO
@tongtybj Although I may misunderstand your comment, regarding the third requirement, the sample package of quadrotor equipped with vectoring rotors has been already included in my new package.
Please check this with following command:
roslaunch gimbalrotor bringup.launch realmachine:=false simulation:=true headless:=false airframe:=quad
@sugihara-16
I leave a comment in #549 .
What is this
Improve the robot modelling framework.
Details
Create a new base class serving as the model for general multirotor (without articulated structure).