User Tools

Site Tools


visual3d:documentation:pipeline:other_commands:set_model_pose_algorithm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:other_commands:set_model_pose_algorithm [2026/06/17 18:36] – [Dialog] wikisysopvisual3d:documentation:pipeline:other_commands:set_model_pose_algorithm [2026/06/17 18:58] (current) – [Command Parameters] wikisysop
Line 2: Line 2:
  
 ====Overview==== ====Overview====
-This command sets the method such as 6DOF or Inverse Kinematics for computing model pose. This command can be found under **Model Building** in the pipeline workshop. This command should be set before computing your desired model building. +This command sets the method such as 6DOF or Inverse Kinematics for computing model pose. This command can be found under **Model Building** in the pipeline workshop. This command should be set before computing your desired model building. It is good practice to RECALC after this command
  
 ====Pipeline Command==== ====Pipeline Command====
Line 29: Line 29:
 |ALGORITHM |Pose Algorithm to set 6DOF is default or can change to Inverse Kinematics| |ALGORITHM |Pose Algorithm to set 6DOF is default or can change to Inverse Kinematics|
 |OPTIMIZER |Set optimizer to one of QUASI_NEWTON, LEVENGERG_MARQUARDT or LBFGSB| |OPTIMIZER |Set optimizer to one of QUASI_NEWTON, LEVENGERG_MARQUARDT or LBFGSB|
-|FIT_CALIBRATION_FILE |...|+|FIT_CALIBRATION_FILE | TRUE or FALSE fit the calibration trial|
 |START_WITH_SIMULATED_ANNEALING | TRUE FALSE to generate an initial solution before optimization using simulated annealing| |START_WITH_SIMULATED_ANNEALING | TRUE FALSE to generate an initial solution before optimization using simulated annealing|
 |F_TOLERANCE | Convergence tolerance for the objective function. Default e-12 | |F_TOLERANCE | Convergence tolerance for the objective function. Default e-12 |
Line 40: Line 40:
  
 ====Examples==== ====Examples====
-===Simple example=== 
- 
-Showing functionality of the command, using a diagram possibly to show output. 
- 
-===Complex example=== 
- 
-Combine with other commands and show step-by-step process for frequent use case 
- 
-====Notes==== 
-- Important considerations (anything included in the page before the reformat) 
- 
- 
  
 +Setting the model pose to Inverse Kinematics with a LEVENBERG_MARQUARDT optimizer. 
 +<code>
 +! Method For Computing Model Pose
 +!
 +Set_Model_Pose_Algorithm
 +! /CALIBRATION_FILE=
 +/ALGORITHM=Inverse Kinematics
 +/OPTIMIZER=LEVENBERG_MARQUARDT
 +/FIT_CALIBRATION_FILE=FALSE
 +! /START_WITH_SIMULATED_ANNEALING=FALSE
 +! /F_TOLERANCE=1e-12
 +! /X_TOLERANCE=1e-12
 +! /G_TOLERANCE=1e-12
 +! /IK_USE_ALL_FRAMES=true
 +! /IK_EVENT_SEQUENCE=
 +:
 +</code>
  
visual3d/documentation/pipeline/other_commands/set_model_pose_algorithm.1781721381.txt.gz · Last modified: by wikisysop