Adapted from: https://git.ti.com/cgit/mmwave_radar/mmwave_ti_ros/tree/ros2_driver
git clone https://github.com/nhma20/ti_mmwave_rospkg_foxy.git
- Move directories
serial-ros2-master
,ti_mmwave_rospkg
, andti_mmwave_rospkg_msgs
into thesrc
folder of your ROS2 workspace. - Source your ROS2 underlay
source /opt/ros/foxy/setup.bash
- build workspace normally, or selectively with
--packages-up-to
(--packages-select
does not work).
colcon build --packages-up-to ti_mmwave_rospkg
- Source your ROS2 overlay
source install/setup.sh
- Plug in TI mmWave radar device and launch
ros2 launch ti_mmwave_rospkg 6843AOP_custom2.py
See ti_mmwave_rospkg
readme.