Skip to content

Commit

Permalink
Merge pull request #4 from tongtybj/obstacle_detection
Browse files Browse the repository at this point in the history
[agile quadrotor] update the configuration for quadrotor in gazebo
  • Loading branch information
HarukiKozukapenguin authored Jul 19, 2022
2 parents 77768dc + ff70c54 commit c536bdb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions robots/agile_multirotor/config/MotorInfo_F35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ motor_info: # TODO: update
polynominal2: -0.005535287 # -0.0005535287 # x10
polynominal1: 3.491470057 # 0.3491470057 # x10
polynominal0: -18.637065433 # -18.637065433 # x1

speed_rate: 10.0 # rad/s/N
2 changes: 1 addition & 1 deletion robots/agile_multirotor/config/NavigationConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ navigation:
# Attitude Control Mode: 4


takeoff_height: 0.6 #1.0
takeoff_height: 1.0
outdoor_takeoff_height: 1.5

# teleop operation
Expand Down
17 changes: 17 additions & 0 deletions robots/agile_multirotor/urdf/quadrotor.gazebo.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,23 @@
<gazebo reference="main_body">
<mu1>0.1</mu1>
<mu2>0.1</mu2>
<material>Gazebo/Red</material>
</gazebo>

<gazebo reference="thrust1">
<material>Gazebo/Black</material>
</gazebo>

<gazebo reference="thrust2">
<material>Gazebo/Black</material>
</gazebo>

<gazebo reference="thrust3">
<material>Gazebo/Black</material>
</gazebo>

<gazebo reference="thrust4">
<material>Gazebo/Black</material>
</gazebo>

</robot>

0 comments on commit c536bdb

Please sign in to comment.