radiate_sdk icon indicating copy to clipboard operation
radiate_sdk copied to clipboard

SDK developed to access data from RADIATE dataset

Results 23 radiate_sdk issues
Sort by recently updated
recently updated
newest added

Hello authors, I would like to display some peaks of the radar scans. According to the readme there should be a function allowing me to do so: "radar_cartesian_pc: This item...

https://github.com/marcelsheeny/radiate_sdk/blob/f8e0e42f48a03b1752e36a0c6ef6668aaab159bb/radiate.py#L611 Should this line be: ``` new_pc.append([new_pos[0], new_pos[1], new_pos[2], point[3], point[4]]) ```

https://github.com/marcelsheeny/radiate_sdk/blob/f8e0e42f48a03b1752e36a0c6ef6668aaab159bb/radiate.py#L587 Should this line be: ``` new_object['bbox']['position'][0] = new_pos[0] new_object['bbox']['position'][1] = new_pos[1] ```