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

# D500-Lidar

> Redirect stub to the D500-Lidar catalog page.

export default function D500LidarRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/sam-wilcocks-workspace/d500-lidar-2");
  }, []);
  return <>
      # Redirecting to D500-Lidar

      If you are not redirected automatically, [open the D500-Lidar catalog page](https://cyberwave.com/sam-wilcocks-workspace/d500-lidar-2).
    </>;
}
