Skip to content

Commit

Permalink
Added W200
Browse files Browse the repository at this point in the history
  • Loading branch information
roni-kreinin committed Aug 10, 2023
1 parent 1996b6d commit 6dc18fe
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,15 @@ def __init__(self, setup_path: str = '/etc/clearpath/') -> None:
self.odom_base_node,
self.prefix_launch_arg,
],
Platform.W200: [
self.cmd_vel_node,
self.odom_base_node,
self.prefix_launch_arg,
self.imu_0_bridge_node,
self.imu_0_static_tf_node,
self.imu_filter_arg,
self.imu_filter_node,
]
}

def generate_sensors(self) -> None:
Expand Down

0 comments on commit 6dc18fe

Please sign in to comment.