Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no detect result #2

Open
wtq20230227 opened this issue Apr 12, 2024 · 8 comments
Open

no detect result #2

wtq20230227 opened this issue Apr 12, 2024 · 8 comments

Comments

@wtq20230227
Copy link

dynamitic_detect

2024-04-12 16-15-14屏幕截图
2024-04-12 16-13-58屏幕截图
I use the camera when D455. After I run the dynamic obstacle detection program, there are all topics that should be subscribed to and published displays in rqt_raph, but the running results are not displayed, and there is a problem with the display of the terminal running dynamic obstacle detection, how can I solve this problem?

@Zhefan-Xu
Copy link
Owner

Are you able to run with the provided rosbag?

@wtq20230227
Copy link
Author

Are you able to run with the provided rosbag?

yes,I can run the provided rosbag, How can I solve this problem?

@Zhefan-Xu
Copy link
Owner

I would suggest to check your topic data by comparing with the rosbag. It seems that you don't have a local position?

@wtq20230227
Copy link
Author

I would suggest to check your topic data by comparing with the rosbag. It seems that you don't have a local position?

I solved the problem that the odometer had no information. He can run. But always after running for a while, the picture in rviz gets stuck, and the terminal shows that detector_node-1 process has died
DD_failed

@wtq20230227
Copy link
Author

I would suggest to check your topic data by comparing with the rosbag. It seems that you don't have a local position?

I have solved the problem that "the process has died". The reason is that the size of depth image produced by D455 is different from the size produced by D435i.
But now ,I meet a new problem. The image ,depth image, U-depth image and bird-eye view are shown in rviz, but there is no box plot containing the point cloud. I don’t know the reason. Can you tell me what information I should provide and where to investigate next?
DD_no_pointcloud- 2024-04-14 09_55_00

@Zhefan-Xu
Copy link
Owner

The pointcloud shows the dynamic objects. Those results shown on the screen are called candidates which means they are not necessarily dynamic.

@wtq20230227
Copy link
Author

The pointcloud shows the dynamic objects. Those results shown on the screen are called candidates which means they are not necessarily dynamic.

In my test scenario, there is a moving person who walks at a speed greater than the threshold of 0.15 in the parameter list, but there are still no boxes and point clouds in the rviz. My testing environment is outdoors, will this have an impact? If there is no impact, where might the problem be? Can you help me analsy the reason?

@yashrbhutada
Copy link

I solved the problem that the odometer had no information. He can run. But always after running for a while, the picture in rviz gets stuck, and the terminal shows that detector_node-1 process has died ![DD_failed]

Can you elaborate on how you solved the problem, I'm facing a similar issue; when I try to publish the pose data, the function depthPoseCB gets executed once and then I get the cv::Exception error (Assertion failed !ssize.empty() in function 'resize'). I'm unable to locate this function call for resize but I believe the error is similar to what you faced, as even I'm working with D455 depth images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants