Skip to content

Commit

Permalink
Added lidar to real_robot launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 2, 2024
1 parent 0d6f0ea commit 1388476
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions src/ezbot_robot/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,19 +106,10 @@ def generate_launch_description():
)


# don't know what the parameters do
imu_complementary_filter = Node(
package='imu_complementary_filter',
executable='complementary_filter_node',
name='complementary_filter_gain_node',
output='screen',
parameters=[
{'do_bias_estimation': True},
{'do_adaptive_gain': True},
{'use_mag': False},
{'gain_acc': 0.01},
{'gain_mag': 0.01},
],
lidar_with_mgr = Node(
package='ldlidar_node',
executable='ldlidar_with_mgr.py',
output='screen'
)

delayed_imu_filter = TimerAction(
Expand All @@ -142,6 +133,7 @@ def generate_launch_description():
imu_node,
delayed_imu_filter,
delayed_actuators_spawner,
lidar_with_mgr,
#joystick,

])

0 comments on commit 1388476

Please sign in to comment.