We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It was ok when i use the coke.stl, but when i use my own mesh file, erro happened:
[ INFO] [1587725552.815709838]: Initialized ROS. node_name: /object_recognition_server [ INFO] [1587725553.112888034]: System already initialized. node_name: /object_recognition_server [ INFO] [1587725553.120407042]: Subscribed to topic:/camera/depth/camera_info [queue_size: 1][tcp_nodelay: 0] [ INFO] [1587725553.124198661]: Subscribed to topic:/camera/color/camera_info [queue_size: 1][tcp_nodelay: 0] [ INFO] [1587725553.128758794]: Subscribed to topic:/camera/depth/image_rect_raw [queue_size: 1][tcp_nodelay: 0] [ INFO] [1587725553.132711543]: Subscribed to topic:/camera/color/image_raw [queue_size: 1][tcp_nodelay: 0] Traceback (most recent call last): File "/home/think/Documents/catkin_ws/src/object_recognition_core/apps/detection", line 24, in run_plasm(args, plasm) File "/opt/ros/kinetic/lib/python2.7/dist-packages/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
The text was updated successfully, but these errors were encountered:
rospack find object_recognition_linemod
No branches or pull requests
It was ok when i use the coke.stl, but when i use my own mesh file, erro happened:
[ INFO] [1587725552.815709838]: Initialized ROS. node_name: /object_recognition_server
[ INFO] [1587725553.112888034]: System already initialized. node_name: /object_recognition_server
[ INFO] [1587725553.120407042]: Subscribed to topic:/camera/depth/camera_info [queue_size: 1][tcp_nodelay: 0]
[ INFO] [1587725553.124198661]: Subscribed to topic:/camera/color/camera_info [queue_size: 1][tcp_nodelay: 0]
[ INFO] [1587725553.128758794]: Subscribed to topic:/camera/depth/image_rect_raw [queue_size: 1][tcp_nodelay: 0]
[ INFO] [1587725553.132711543]: Subscribed to topic:/camera/color/image_raw [queue_size: 1][tcp_nodelay: 0]
Traceback (most recent call last):
File "/home/think/Documents/catkin_ws/src/object_recognition_core/apps/detection", line 24, in
run_plasm(args, plasm)
File "/opt/ros/kinetic/lib/python2.7/dist-packages/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
The text was updated successfully, but these errors were encountered: