-
Notifications
You must be signed in to change notification settings - Fork 34
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
Orbbec driver doesn't respect external namespace #23
Comments
The reason why above problem happens is using absolute paths when advertising ROS topics OrbbecSDK_ROS1/src/ros_setup.cpp Lines 259 to 268 in 54ca6bc
Precisely |
- currently majority of topics is advertised under absolute paths - and some under relative Corretly use relative paths when advertizing topics Related to: - orbbec#23
Ok, this is bit more messed up than I thought
rostopic list
/camera/camera/color/camera_info
/camera/camera/color/image_raw
/camera/camera/depth/camera_info
/camera/camera/depth/image_raw
/camera/camera/ir/camera_info
/camera/camera/ir/image_raw
/camera/depth/points
/camera/gyro_accel/sample
/rosout
/rosout_agg
/tf
/tf_static First |
The same absolute path problem emerges for services |
Launching driver under external namespace
One ends up with a mix of namespaced and non-namespaced topics
The text was updated successfully, but these errors were encountered: