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

Linemod detection causing std::bad_alloc #27

Open
frukostklubben opened this issue Feb 29, 2016 · 3 comments
Open

Linemod detection causing std::bad_alloc #27

frukostklubben opened this issue Feb 29, 2016 · 3 comments

Comments

@frukostklubben
Copy link

I've been trying to run the linemod detection tutorial found here: http://wg-perception.github.io/ork_tutorials/tutorial03/tutorial.html

Training phase works fine, but the detection phase throws the following error:

-----------------------------------------------------------------------------------------------------------

[ INFO] [1434356493.822010980]: Initialized ROS. node_name: /object_recognition_server
[ INFO] [1434356494.100826452]: System already initialized. node_name: /object_recognition_server
[ INFO] [1434356494.108034166]: Subscribed to topic:/camera/depth_registered/camera_info with queue size of 1
[ INFO] [1434356494.111847947]: Subscribed to topic:/camera/rgb/camera_info with queue size of 1
[ INFO] [1434356494.118495788]: Subscribed to topic:/camera/rgb/image_rect_color with queue size of 1
[ INFO] [1434356494.123829464]: Subscribed to topic:/camera/depth_registered/image_raw with queue size of 1
Traceback (most recent call last):
File "/home/astrostudent/ork/src/object_recognition_core/apps/detection", line 24, in
run_plasm(args, plasm)
File "/home/astrostudent/ork/src/ecto/python/ecto/opts.py", line 85, in run_plasm
sched.execute(options.niter)
ecto.CellException: exception_type CellException
[cell_name] = pipeline1

[function_name] = process_with_only_these_inputs

[type] = std::bad_alloc

[what] = std::bad_alloc

[when] = While triggering param change callbacks

-----------------------------------------------------------------------------------------------------------

Any ideas on how to fix this?

@xMutzelx
Copy link

How did you fix your problem? A short explanation would be nice.

@frukostklubben
Copy link
Author

I'm afraid I didn't.

I'm just really new to GitHub and found the same issues discussed in another thread (a still open issue) and thought the best way was to close it.
I'm unaware of the meaning of closing an issue so I'll reopen it!
Sorry!

@xMutzelx
Copy link

No problem, you can also post a link to the other thread. Thank you for your help.

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

2 participants