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

# Kortex Gen3 6dof vision

> Redirect stub to the Kortex Gen3 6dof vision catalog page.

export default function KortexGen36dofvisionRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/kinova-robotics/kortex-gen3-6dof-vision");
  }, []);
  return <>
      # Redirecting to Kortex Gen3 6dof vision

      If you are not redirected automatically, [open the Kortex Gen3 6dof vision catalog page](https://cyberwave.com/kinova-robotics/kortex-gen3-6dof-vision).
    </>;
}
