A recent comps PR adds a flag (off by default) to switch CBiRRT's interpretation of the robot's DOF resolutions from an L-infinity norm to an L-2 norm. Once that's merged, we should merge this to turn it on from PrPy (mirroring #332 for the Python planners).
I added the steplength parameter to CBiRRT. I chose 0.0599 (was 0.05 before by default) since it was the closest to the original that is just under a multiple of Herb's DOF resolution (0.02).
A recent comps PR adds a flag (off by default) to switch CBiRRT's interpretation of the robot's DOF resolutions from an L-infinity norm to an L-2 norm. Once that's merged, we should merge this to turn it on from PrPy (mirroring #332 for the Python planners).