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

> Redirect stub to the TurtleBot3 Burger catalog page.

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

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