open-rmf / rmf_obstacle

Packages that infer the presence of obstacles from sensor inputs.
Apache License 2.0
6 stars 9 forks source link

camera model sdf file not found #12

Open Tung1213 opened 1 year ago

Tung1213 commented 1 year ago

I'm following the rmf_human_detector package to compile. It succeeds when using colon build to compile. But I run the .py file to detect the presence of the person, I got the error.

the error: ERROR] [launch]: Caught exception in launch (see debug for traceback): "package 'image_proc' not found, searching:

the error says I have no camera node to use, But I go to the rmf_demos_assests package to find camera sdf file. I can't find it. I wonder know guys how to use the camera. Thanks.