Skip to content

Commit

Permalink
Added imu and filter to launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 29, 2024
1 parent 3fe2ab4 commit 42959dc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/ezbot_robot/launch/real_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ def generate_launch_description():
actions=[joint_broad_spawner],
)

imu_node = Node(
package='ros_qwiic_icm_20948',
executable='ros_qwiic_icm_20948',
name='ros_qwiic_icm_20948',
output='screen'
)


# don't know what the parameters do
imu_complementary_filter = Node(
Expand Down Expand Up @@ -116,8 +123,9 @@ def generate_launch_description():
rsp,
delayed_controller_manager,
delayed_omnidrive_spawner,
delayed_joint_broad_spawner
delayed_joint_broad_spawner,
imu_node,
imu_complementary_filter,
#joystick,
#homemade_controller

])

0 comments on commit 42959dc

Please sign in to comment.