> ## 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 Pi

> Redirect stub to the TurtleBot3 Waffle Pi catalog page.

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

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