Closed yashmewada9618 closed 1 year ago
After changing the static_transform_publisher
for different topics it worked. Also, a weird thing I encountered was initially when the topics were given as per their names in the semantic_cloud.yaml
file the point cloud that was publishing was the colored point cloud directly from the real sense frames and when I swapped the topics of semantic_image
and color_image
it worked perfectly.
System
I have been trying to use this repo to create a similar 3D Metric Semantic Map from the
depth_image
,color_image
, and thesegmented_image
. The code has no errors, and it runs without any exit codes. But somehow it is not publishing the point cloud.I am using a bag file to run the frames recorded using Intel Realsense D455. The semantic Segmented image is generated using the
Segformer
model and below is my launch file that publishes the Segmented image. To keep the frames the same I had to run a tf static transform publisher to publish thecamera_link
to thecamera_depth_frame
transform.Also the
segmented_image
has 24 classes that were trained on RUGD Dataset.The published topics are as follows:
I also changed the
semantic_cloud.yaml
(just changed the camera topics and not theCamera Intrinsics
).But after all this the output stucks at the below snippet.
Am I missing something here !? Thanks.