strands-project / scitos_robot

Everything related to the STRANDS robot hardware can go in here
0 stars 10 forks source link

/camera/depth/disparity missing #46

Open ToMadoRe opened 10 years ago

ToMadoRe commented 10 years ago

I am just trying to get this (https://github.com/strands-project/strands_utils/tree/hydro-devel/driveable_floor_calib) working.

However, I am missing the disparity topic when using the openni_wrapper. Even though the topic /depth/disparity is shown at rostopic list, the qt based calibration tool does not show anything.

RaresAmbrus commented 10 years ago

Since no one was using that topic, I haven't implemented it. Do you need it?

ToMadoRe commented 10 years ago

Well, yes. I would need it to test and use that module for cliff detection. Is it hard to implement it?

RaresAmbrus commented 10 years ago

Nope, it should be pretty easy. I've tried to publish only those things that we actually need. I'll do it today and merge it.

ToMadoRe commented 10 years ago

Great, thanks!

RaresAmbrus commented 10 years ago

@ToMadoRe for some reason, the disparity nodelet from depth_image_proc (http://wiki.ros.org/depth_image_proc#depth_image_proc.2BAC8-disparity) doesn't publish the disparity, even though I'm pretty sure I've remapped the topics correctly. And it doesn't print any output either so I can't tell what's wrong. I'll look into it further and let you know once I find a way to fix it.

ToMadoRe commented 10 years ago

okay... strange... let me know if you have a solution

RaresAmbrus commented 10 years ago

@ToMadoRe after some debugging I've figured the reasons why the disparity nodelet wasn't producing any output:

I've committed the changes to my branch, can you please test that out before I merge it ? I'll open a pull request so you have access to it.

cburbridge commented 9 years ago

@RaresAmbrus I think this is done?