Open blackmrb opened 6 months ago
Good catch! It seems that when slicing a TensorDataclass
it will init a new TensorDataclass
with the default init params. For your application, the easiest thing will likely be to change the default. But I'll look at a more general solution
The default value of
asseme_ego_compensated
isTrue
, but my laser point cloud does not have motion compensation, so I set asseme_ego_compensated to false.However,
asseme_ego_compensated
in _generaterarys'from_points() is still true.the callback stack is below:
I think it's the
class Lidar
base classTensorDataclass
problem, but I don't konw how to fix it. I temporarily set the default value ofasseme_ego_compensated
to false.