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

# Baxter

> Redirect stub to the Baxter catalog page.

export default function BaxterRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/rethink-robotics/baxter");
  }, []);
  return <>
      # Redirecting to Baxter

      If you are not redirected automatically, [open the Baxter catalog page](https://cyberwave.com/rethink-robotics/baxter).
    </>;
}
