This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR6843ISK-ODS: Error launching the IWR6843ISK-ODS

Part Number: IWR6843ISK-ODS

Hi Team,

Our customer is using IWR6843ISK-ODS with Nvidia Jetson nano board for 3D people counting but he couldn't launch the sensor because of the errors below.

  


Here are the steps he have done so far:
1. I Re-flashed my sensor for 3D people counting with binary: '3D_people_count_68xx_demo.bin'
2. I have modified DataHandlerClass.cpp for TLV format of people counting.
3. I have created my own ROS msg structure that will publish the tracking info as shown.
4. I have Modified mmWave.h to support the people counting demo.
5. I modified my cfg file for 3D people counting as shown
6. I modified desired .launch file to point to new .cfg.

DataHandler and cfg with launch.zipmmWave.h 

Regards,

Danilo

  • It seems that the sensor is not responding. Please verify the following:

    1.  The radar itself works with the people counting demo (using the GUI on a windows machine) 

    2. Your custom cfg file is compatible with the people counting demo on a windows machine 

    3. Serial port and baud rate are correct in the launch file

    Which Ubuntu and ROS version are you using? 

  • Hi Sabeeh,

    We have received this feedback from our customer,

    When I open the people count GUI on my window machine, I am not able to select the configuration file ????

    !--
    This file will launch rViz along with the mmWave sensor node and configure a TI mmWave 1642 sensor using a 2D config
    -->

    <launch>

    <!-- Input arguments -->
    <arg name="device" value="6843" doc="TI mmWave sensor device type [1443, 1642]"/>
    <arg name="config" value="3D" doc="TI mmWave sensor device configuration [3d_best_range_res (not supported by 1642 EVM), 2d_best_range_res]"/>
    <arg name="max_allowed_elevation_angle_deg" default="90" doc="Maximum allowed elevation angle in degrees for detected object data [0 > value >= 90]}"/>
    <arg name="max_allowed_azimuth_angle_deg" default="90" doc="Maximum allowed azimuth angle in degrees for detected object data [0 > value >= 90]}"/>

    <!-- mmWave_Manager node -->
    <node pkg="ti_mmwave_rospkg" type="ti_mmwave_rospkg" name="ti_mmwave" output="screen">
    <param name="command_port" value="/dev/ttyACM0" />
    <param name="command_rate" value="115200" />
    <param name="data_port" value="/dev/ttyACM1" />
    <param name="da

    Also, I attached the cfg file

    Regards,

    Danilo

  • Hi Danilo,

    We have seen this issue, and it is fixed in the latest toolbox. Please use the latest industrial toolbox. 

  • Hi Sabeeh,

    According to our customer, he downloaded the latest toolbox from the link below but still he is unable to select the configuration.

    https://dev.ti.com/tirex/explore/node?node=AJoMGA2ID9pCPWEKPi16wg__VLyFKFf__LATEST&search=people%20counting

    Regards,

    Danilo

  • Hi Danilo, 

    This error seems to occur when the toolbox is not installed in the c:\ti\ directory. Please have the customer follow the installation steps: https://dev.ti.com/tirex/explore/node?node=AOeX-yPbUcqy5W0kmizXEQ__VLyFKFf__LATEST 

    Therefore, the path should be C:\ti\mmwave_industrial_toolbox_4_8_0\

  • Hi Sabeeh,

    Here is the response of our customer,

    As I mentioned its launching with my jetson system, but not publishing any output as seen in video.

      

    Regards,

    Danilo

  • Hi Danilo,

    The Python GUI is not supported for linux or NVIDA Jetson.