AttributeError: 'ArmBase' object has no attribute 'primitive_collision_constraint'. Did you mean: 'robot_self_collision_constraint'?
this error comes up a lot with a inaccessible grasp which causes the terminal to crash. We need to add a try except block for this for graceful exit or replanning
NOTE: Just making this issue so that we don't forget to address it