-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
process has died during runtime,please help #26
Comments
It fails in an AVX CPU instruction. What CPU do you have? Also, if you change the collisions to primitive shapes instead of a mesh, would that help? |
lscpu
and i change the mesh to the box(primitive shapes) but still not workingSUMMARY
### gdb
rvizurdfi got test on the another computer and it will work but with some ros info error ,and it still output the point cloudplease help me with this problem |
Okay, this CPU has AVX instructions. I still see in the gdb trace:
So there probably still is some collision mesh left? Or an element with only a visual mesh and no collision (I'm not sure whether these are automatically used for collision or not). Also, does the problem happen if you install robot_body_filter using APT? The errors you see on the other computer mean you have too short TF timeout. But that definitely doesn't lead to the segfaults. |
Great it works now. It is very important to have the avx/sse flags identical for all used libraries. Just to make it clear - did you specify any custom compiler flags in your unsuccessful cases? |
I only used |
It definitely shouldn't be needed to add the flag.
All you other debug info indicated you're on Ubuntu 20.04. This Ubuntu has default GCC 9 and GCC 7 should not even be available on this system. Do you have some unusual system configuration? |
And what about the APT-installed package? Does it also have this problem? |
i have tried using the apt install but still not working(before adding the flag) |
Please, checkout current master. I've added |
Thanks you ,I will try it later. |
Sorry, I don't understand what you mean.Should I remake my Ros workspace without cpp flag only using catkin build to test it? |
You said you're building this package from source. Just update it from git ( |
can you help me,please
SUMMARY
lsb_release -a
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.6 LTS Release: 20.04 Codename: focal
uname -a
Linux ted 5.15.0-91-generic #101~20.04.1-Ubuntu SMP Thu Nov 16 14:22:28 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
gdb
(gdb) bt
launch file & yaml
my tf tree
and i compiled it from source
after rebuild the geometric_shapes from source still corrupt
(gdb) bt
The text was updated successfully, but these errors were encountered: