Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PX4 integration #255

Open
Fatimah-Alahmed opened this issue Dec 24, 2024 · 1 comment
Open

PX4 integration #255

Fatimah-Alahmed opened this issue Dec 24, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Fatimah-Alahmed
Copy link

Hello,

Q1: is there any efforts to merge the framework with PX4?

Q2: can I change the model of the drone to a bigger one( a different drone)?

@JacopoPan
Copy link
Member

W.r.t. Q1, I am currently working mainly with PX4 SITL but I don't have a timeline to bring it into this repo
W.r.t. Q2, you can simply change the arm length, force and torque coefficients (kf, km), mass, and inertia from the URDF file to make the drone "physically" bigger, then change the visual mesh to make it "visually" bigger

<?xml version="1.0" ?>
<robot name="cf2">
<properties arm="0.0397" kf="3.16e-10" km="7.94e-12" thrust2weight="2.25" max_speed_kmh="30" gnd_eff_coeff="11.36859" prop_radius="2.31348e-2" drag_coeff_xy="9.1785e-7" drag_coeff_z="10.311e-7" dw_coeff_1="2267.18" dw_coeff_2=".16" dw_coeff_3="-.11" />
<link name="base_link">
<inertial>
<origin rpy="0 0 0" xyz="0 0 0"/>
<mass value="0.027"/>
<inertia ixx="1.4e-5" ixy="0.0" ixz="0.0" iyy="1.4e-5" iyz="0.0" izz="2.17e-5"/>
</inertial>
<!-- links>
<carlos url="https://arxiv.org/pdf/1608.05786.pdf" />
<julian url="https://www.research-collection.ethz.ch/handle/20.500.11850/214143" />
<mit url="http://groups.csail.mit.edu/robotics-center/public_papers/Landry15.pdf" />
</links -->
<visual>
<origin rpy="0 0 55" xyz="0 0 0"/>
<geometry>
<mesh filename="./cf2.dae" scale=" 1 1 1"/>
</geometry>
<material name="grey">
<color rgba=".5 .5 .5 1"/>
</material>
</visual>
<collision>

@JacopoPan JacopoPan added the question Further information is requested label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants