Skip to content

Commit

Permalink
Delete imu_comp_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
AnielAlexa committed Feb 19, 2024
1 parent 281945c commit 57677cc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions rae_hw/launch/control.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,6 @@ def launch_setup(context, *args, **kwargs):
'rae_hw'), 'config', 'ekf.yaml')],
)

# imu_comp_filt = Node(
# package='imu_complementary_filter',
# executable='complementary_filter_node',
# name='complementary_filter_gain_node',
# namespace=LaunchConfiguration('namespace'),
# output='screen',
# parameters=[
# {'do_bias_estimation': True},
# {'do_adaptive_gain': True},
# {'orientation_stddev': 0.001},
# {'use_mag': False},
# {'gain_acc': 0.04},
# {'gain_mag': 0.01},
# ],
# remappings=[
# ('imu/data_raw', '/rae/imu/data'),
# ]
# )

controller_manager = Node(
package='controller_manager',
executable='ros2_control_node',
Expand Down

0 comments on commit 57677cc

Please sign in to comment.