ROS Noetic integration for TI IWR1443 mmWave radar with DCA1000EVM data capture card.
START HERE: INDEX.md - Complete documentation index
- QUICK_START.md - How to run the radar
- NETWORK_VERIFICATION.md -
⚠️ Critical: DCA1000 doesn't respond to ping! - HARDWARE_REQUIREMENTS.md - Hardware setup
- FIRMWARE_FLASHING_GUIDE.md - Firmware installation
# 1. Verify network (DON'T use ping - it won't work!)
ip neigh show | grep 192.168.33.180
# 2. Clean previous sessions
./cleanup_radar.sh
# 3. Run radar
./run_radar.sh- DCA1000 does NOT respond to ping - Use
ip neigh showto verify connection - Always run
cleanup_radar.shfirst - Prevents port conflicts - SOP jumpers must be (0,0,0) - Functional mode for normal operation
- Network must be 192.168.33.30/24 - Configure before starting radar
See INDEX.md for complete documentation index.
- Ubuntu 20.04/22.04
- ROS Noetic
- Python 3.8+
- Nix package manager (for reproducible environment)
- TI IWR1443 mmWave Radar (AR-DevPack-EVM-012)
- DCA1000EVM Data Capture Card
- Ethernet cable (DCA1000 ↔ PC)
- USB cables (2x for radar and DCA1000)
- Power adapter for DCA1000
See LICENSE file in iwr_raw_rosnode directory.
Based on moodoki/iwr_raw_rosnode