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've found this repo while I was searching for a gdb pretty printer for Eigen data.
Can this be used without using drake?
If yes, can you give me a hint how this should be installed and used?
(I've tried the standard installation process, but I'm getting the following error:
Traceback (most recent call last):
File "/home/philipp/drake_gdb/eigen_printers.py", line 218, in to_string
return self.get_prefix() + " (data ptr: %s)\n%s" % (self.data, self.matString())
File "/home/philipp/drake_gdb/eigen_printers.py", line 197, in matString
s = '{:.14g}'.format(getFloat(ptr.dereference()))
File "/home/philipp/drake_gdb/eigen_printers.py", line 184, in <lambda>
getFloat = lambda x: float(x['m_value'])
gdb.error: Attempt to extract a component of a value that is not a struct/class/union.
)
The text was updated successfully, but these errors were encountered:
I've found this repo while I was searching for a gdb pretty printer for Eigen data.
Can this be used without using drake?
If yes, can you give me a hint how this should be installed and used?
(I've tried the standard installation process, but I'm getting the following error:
)
The text was updated successfully, but these errors were encountered: