You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently exploring to use iiwa_tools for FK and the Jacobian in my code.
I always had crashes upon loading the controller in Gazebo when it parses the urdf to feed it to RBDyn.
It finally turned out, that the issue was, that I did not compile my new controller code with SIMD turned on.
I guess it would be possible to compile all the dependencies as well as iiwa_tools without SIMD and that would work as well.
But since it's the default and not directly intuitive that it is needed for derived code as well, I will leave this here as a note.
The text was updated successfully, but these errors were encountered:
I am currently exploring to use
iiwa_tools
for FK and the Jacobian in my code.I always had crashes upon loading the controller in Gazebo when it parses the urdf to feed it to RBDyn.
It finally turned out, that the issue was, that I did not compile my new controller code with
SIMD
turned on.I guess it would be possible to compile all the dependencies as well as
iiwa_tools
withoutSIMD
and that would work as well.But since it's the default and not directly intuitive that it is needed for derived code as well, I will leave this here as a note.
The text was updated successfully, but these errors were encountered: