> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TurtleBot3 Waffle

> Redirect stub to the TurtleBot3 Waffle catalog page.

export default function TurtleBot3WaffleRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/robotis/turtlebot3-waffle");
  }, []);
  return <>
      # Redirecting to TurtleBot3 Waffle

      If you are not redirected automatically, [open the TurtleBot3 Waffle catalog page](https://cyberwave.com/robotis/turtlebot3-waffle).
    </>;
}
