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

# UWB Radar Pod

> Redirect stub to the UWB Radar Pod catalog page.

export default function UWBRadarPodRedirectPage() {
  useEffect(() => {
    window.location.replace("https://cyberwave.com/generic-drone-payloads/uwb-radar-pod");
  }, []);
  return <>
      # Redirecting to UWB Radar Pod

      If you are not redirected automatically, [open the UWB Radar Pod catalog page](https://cyberwave.com/generic-drone-payloads/uwb-radar-pod).
    </>;
}
