HI,
I have a realsesne looking at my setup. Using the pseudo_depth input of the camera, I am able to get rgb, depth and the Point Cloud , and able to visualize them in Rviz2.
I am though unable to get RGB values, in my Point cloud, and also the Point Clouds are not oragnized. The is_dense, parameter in ros_msg is true.
Can someone please help me to get the Organized point cloud from isaac sim, and also is there a way to get the RGB value to from Isaac Sim directly.
I am using Action Graph for the logic.
My Isaac Sim version is - 2023.1.0.
Below is the Point Cloud Image that is generated.
ros-message - header:
stamp:
sec: 104
nanosec: 600005455
frame_id: sim_camera
height: 1
width: 921600
fields:
- name: x
offset: 0
datatype: 7
count: 1 - name: y
offset: 4
datatype: 7
count: 1 - name: z
offset: 8
datatype: 7
count: 1
is_bigendian: false
point_step: 12
row_step: 11059200
data: - 86
- 38
- 185
- 192
- 32
- 75
- 80
- 192
- 93
- 112
- 183
- 64
- 165
- 139
- 184
- 192
- 70
- 240
- 79
- 192
- 90
- 32
- 183
- 64
- 201
- 241
- 183
- 192
- 20
- 150
- 79
- 192
- 234
- 208
- 182
- 64
- 190
- 88
- 183
- 192
- 133
- 60
- 79
- 192
- 11
- 130
- 182
- 64
- 135
- 192
- 182
- 192
- 158
- 227
- 78
- 192
- 192
- 51
- 182
- 64
- 32
- 41
- 182
- 192
- 90
- 139
- 78
- 192
- 5
- 230
- 181
- 64
- 128
- 146
- 181
- 192
- 179
- 51
- 78
- 192
- 211
- 152
- 181
- 64
- 183
- 252
- 180
- 192
- 184
- 220
- 77
- 192
- 57
- 76
- 181
- 64
- 175
- 103
- 180
- 192
- 83
- 134
- 77
- 192
- 35
- 0
- 181
- 64
- 117
- 211
- 179
- 192
- 146
- 48
- 77
- 192
- 158
- 180
- 180
- 64
- 251
- 63
- 179
- 192
- 105
- 219
- 76
- 192
- ‘…’
is_dense: true