-
Notifications
You must be signed in to change notification settings - Fork 25
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
Dataset for testing #6
Comments
An example that works out-of-the-box is definitely an important feature, and it's a work in progress. We're currently working towards using the yak_ros wrapper node in combination with gl_depth_sim to provide simulated 3D data. If you want to take a look at the current (slightly rough) state of things you can check out my yak_ros feature/add-ros1-demo-node branch. This approach would also work with a rosbag for recorded images and transform data. A ROS-independent example would be a little further down the road, since our current work has us using this library exclusively within ROS environments. |
Hi, I am so sorry for this simple question, I tried to compile the yak_ros, but i have problem. It threw me the following message: --- stderr: yak_ros Could anyone of you please give me an idea of what it is wrong, I got ROS 2 Dashing distribution installed. The Yak packages compile successfully with some warning but i think it should be fine. Best regards |
Hi @schornakj |
@ipa-mah The yak_ros package now contains a simple demo node that streams simulated depth images of the classic "bunny" mesh. It's not really standalone in the context of the yak library itself, but I think it's a good starting point. |
Hi,
Thank you for nice work.
Can you provide the dataset for testing the package or an example (possibly how to test by using a set of RGB-D images)?
The text was updated successfully, but these errors were encountered: