Hi,
I am using IWR1843BOOST EVM. Details are-
MMWave SDK-3.5 (reflashed the EVM also with mmwave_sdk-3.5 out-of-box bin file)
Industrial Toolbox - 4.12.0
ROS melodic image
Done ROS driver setup-
https://dev.ti.com/tirex/explore/node?node=ANNtaxZONu0PbSaUU.YiPQ__VLyFKFf__LATEST
Able to run the command- "roslaunch ti_mmwave_rospkg 1843_multi_3d_0.launch". EVM is also glowing the 3rd(GPIO_2) and Got output-
'''
[ INFO] [1662701520.471239496]: mmWaveQuickConfig: mmWaveQuickConfig will now terminate. Done configuring mmWave device using config file: /opt/catkin_ws/src/mmwave_ti_ros/ros_driver/src/ti_mmwave_rospkg/cfg/1843_3d.cfg
[ INFO] [1662701520.475577613]:
==============================
List of parameters
==============================
Number of range samples: 256
Number of chirps: 16
f_s: 5.209 MHz
f_c: 79.210 GHz
Bandwidth: 3440.200 MHz
PRI: 324.140 us
Frame time: 100.000 ms
Max range: 11.154 m
Range resolution: 0.044 m
Max Doppler: +-0.973 m/s
Doppler resolution: 0.122 m/s
==============================
[ INFO] [1662701520.478388885]: DataUARTHandler Read Thread: Port is open
[radar_0/ti_mmwave_config-3] process has finished cleanly
log file: /root/.ros/log/b9638002-3000-11ed-8bbf-9cfce8f48da0/radar_0-ti_mmwave_config-3*.log
'''
Issue-
Ran the RVIZ-
PointCloud2->/mmWaveDataHdl/RScan
What is the "Fixed_Frame" in Global_option ? as it is default "map" -> giving error in RVIZ. And if i change to "ti_mmwave_0" -> no error but no pointclound.
Also in rostopic list, there is no such message named "/mmWaveDataHdl/RScan".
Note-
when i changed Fixed_frame in Global_option to "ti_mmwave_pcl" -> then i can see messages are being received in PointCloud2, but error is "Failed to transform from frame [/ti_mmwave_0] to frame [ti_mmwave_pcl]"
2)
Trying to run -
https://dev.ti.com/tirex/explore/node?node=AC04mnRRMBdrhkYsRzjrEQ__VLyFKFf__LATEST
All setup done. But still not able to get the pointcloud output.
Will this Example run without Turtlebot robot? i just want pointcloud.
Will this work with IWR1843BOOST EVM or not?
Thanks.