symforce.codegen.geo_factors_codegen module#
- generate_between_factors(types, output_dir)[source]#
Generates between factors for each type in types into output_dir.
- generate_pose3_extra_factors(output_dir)[source]#
Generates factors specific to Poses which penalize individual components into output_dir.
This includes factors for only the position or rotation components of a Pose. This can’t be done by wrapping the other generated functions because we need jacobians with respect to the full pose.