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

# Kinova Gen3 7dof vision

> Redirect stub to the Kinova Gen3 7dof vision catalog page.

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

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