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
Hi,
thanks for the awesome examples.
i tried to create a PointCloud240m.msg,and change uint32 DATA_MAX_SIZE=251658240. when i run ./pcl240m_talker error i have got: '''
terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted (core dumped)
''' it seems DATA_MAX_SIZE is set too large
Any idea how to publish the pcd file with 240M ?
The text was updated successfully, but these errors were encountered:
thanks for your report! please star it if you like.
Sorry, something went wrong.
ZhenshengLee
No branches or pull requests
Hi,
thanks for the awesome examples.
i tried to create a PointCloud240m.msg,and change uint32 DATA_MAX_SIZE=251658240.
when i run ./pcl240m_talker
error i have got:
'''
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
'''
it seems DATA_MAX_SIZE is set too large
Any idea how to publish the pcd file with 240M ?
The text was updated successfully, but these errors were encountered: