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
The following linked comment seems to label Eigen::Map as allocating memory on the heap. I understand Eigen::Map to provide a zero-copy view of the input memory, so there are no allocations on the heap. Is this an older comment, and should be removed? Or is my understanding about Eigen::Map incorrect?
The following linked comment seems to label
Eigen::Map
as allocating memory on the heap. I understandEigen::Map
to provide a zero-copy view of the input memory, so there are no allocations on the heap. Is this an older comment, and should be removed? Or is my understanding aboutEigen::Map
incorrect?kinematics_interface/kinematics_interface/src/kinematics_interface.cpp
Line 31 in 87e17b4
The text was updated successfully, but these errors were encountered: