Skip to content

Commit

Permalink
[Mini Quadrotor] update the parameter to perform VIO based localization
Browse files Browse the repository at this point in the history
  • Loading branch information
tongtybj committed Mar 13, 2023
1 parent 0c58abf commit 03df381
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions robots/mini_quadrotor/config/StateEstimation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,11 @@ sensor_plugin:
estimate_mode: 3 # 1<<0 + 1<<1
mocap:
estimate_mode: 6 # 1<<1 + 1<<2
vo:
vo1:
estimate_mode: 1 # 1<<0
vo_sub_topic_name: realsense/odom/throttle
vo_sub_topic_name: /quadrotor/camera/odom/sample
sensor_frame: realsense_pose_frame
z_vel_mode: false
fusion_mode: 0 # ONLY POS MODE
throttle_rate: 120 # Hz

1 change: 1 addition & 0 deletions robots/mini_quadrotor/launch/includes/sensors.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
<!-- basic configuration for sensors (e.g. noise sigma) -->
<rosparam file="$(find hydrus)/config/sensors/imu/spinal.yaml" command="load" />
<rosparam file="$(find aerial_robot_base)/config/sensors/mocap.yaml" command="load" />
<rosparam file="$(find hydrus)/config/sensors/vo/realsense_t265.yaml" command="load" />
</group>
</launch>

0 comments on commit 03df381

Please sign in to comment.