Allow the origin of rotation to be specified (#7608)
* pass axis origin to endpoint * fmt * fix lint errors * update sim tests with new transform endpoint * added missed files * revert cargo.toml * implement review requests * fmt * revert unnecessary custom origin
This commit is contained in:
		@ -707,7 +707,10 @@ description: Artifact commands herringbone-planetary-gearset.kcl
 | 
			
		||||
                "z": 8.0
 | 
			
		||||
              },
 | 
			
		||||
              "set": false,
 | 
			
		||||
              "is_local": true
 | 
			
		||||
              "is_local": true,
 | 
			
		||||
              "origin": {
 | 
			
		||||
                "type": "local"
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            "rotate_rpy": null,
 | 
			
		||||
            "rotate_angle_axis": null,
 | 
			
		||||
@ -1383,7 +1386,10 @@ description: Artifact commands herringbone-planetary-gearset.kcl
 | 
			
		||||
                "z": 8.0
 | 
			
		||||
              },
 | 
			
		||||
              "set": false,
 | 
			
		||||
              "is_local": true
 | 
			
		||||
              "is_local": true,
 | 
			
		||||
              "origin": {
 | 
			
		||||
                "type": "local"
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            "rotate_rpy": null,
 | 
			
		||||
            "rotate_angle_axis": null,
 | 
			
		||||
@ -2059,7 +2065,10 @@ description: Artifact commands herringbone-planetary-gearset.kcl
 | 
			
		||||
                "z": 8.0
 | 
			
		||||
              },
 | 
			
		||||
              "set": false,
 | 
			
		||||
              "is_local": true
 | 
			
		||||
              "is_local": true,
 | 
			
		||||
              "origin": {
 | 
			
		||||
                "type": "local"
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            "rotate_rpy": null,
 | 
			
		||||
            "rotate_angle_axis": null,
 | 
			
		||||
@ -2125,7 +2134,10 @@ description: Artifact commands herringbone-planetary-gearset.kcl
 | 
			
		||||
                "z": 0.0
 | 
			
		||||
              },
 | 
			
		||||
              "set": false,
 | 
			
		||||
              "is_local": true
 | 
			
		||||
              "is_local": true,
 | 
			
		||||
              "origin": {
 | 
			
		||||
                "type": "local"
 | 
			
		||||
              }
 | 
			
		||||
            },
 | 
			
		||||
            "rotate_rpy": null,
 | 
			
		||||
            "rotate_angle_axis": null,
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user