Skip to content

Commit

Permalink
Add flags in Realsense launch file to enable/disable IMU streams
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHWang1605 committed Feb 5, 2025
1 parent f22e036 commit d7e9c9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ff_drivers/launch/rs_d455.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,17 @@ def generate_launch_description():
"initial_reset": "True",
"rgb_camera.profile": "640x360x30",
"depth_module.profile": "640x360x30",
"enable_depth": "True",
"enable_color": "True",
"rgb.enable_auto_white_balance": "False",
"rgb_enable_white_balance": "3800.0",
"rgb_enable_auto_exposure": "False",
"enable_infra1": "False",
"enable_infra2": "False",
"enable_accel":"True",
"enable_gyro": "True",
"accel_fps": "200",
"gyro_fps":"200",
}.items(),
)

Expand Down

0 comments on commit d7e9c9c

Please sign in to comment.