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:
Ben Crabbe
2025-06-27 00:38:18 +01:00
committed by GitHub
parent 4356885aa2
commit 107adc77b3
45 changed files with 635 additions and 166 deletions

View File

@ -629,7 +629,10 @@ description: Artifact commands herringbone-gear.kcl
"z": 8.0
},
"set": false,
"is_local": true
"is_local": true,
"origin": {
"type": "local"
}
},
"rotate_rpy": null,
"rotate_angle_axis": null,