Fix MotionGenPlanConfig.clone()
This commit is contained in:
@@ -12,9 +12,9 @@ its affiliates is strictly prohibited.
|
|||||||
## Latest Commit
|
## Latest Commit
|
||||||
### BugFixes
|
### BugFixes
|
||||||
- refactored wp.index() instances to `[]` to avoid errors in using with warp-lang>=0.11.
|
- refactored wp.index() instances to `[]` to avoid errors in using with warp-lang>=0.11.
|
||||||
- Fix bug in gaussian transformation to ensure values are not -1 or +1.
|
- Fixed bug in gaussian transformation to ensure values are not -1 or +1.
|
||||||
- Fixed bug in transforming link visual mesh offset when reading from urdf.
|
- Fixed bug in transforming link visual mesh offset when reading from urdf.
|
||||||
|
- Fixed bug in MotionGenPlanConfig.clone() that didn't clone the state of parallel_finetune.
|
||||||
## Version 0.6.2
|
## Version 0.6.2
|
||||||
### New Features
|
### New Features
|
||||||
- Added support for actuated axis to be negative (i.e., urdf joints with `<axis xyz="0 -1 0"/>` are
|
- Added support for actuated axis to be negative (i.e., urdf joints with `<axis xyz="0 -1 0"/>` are
|
||||||
|
|||||||
@@ -804,6 +804,7 @@ class MotionGenPlanConfig:
|
|||||||
success_ratio=self.success_ratio,
|
success_ratio=self.success_ratio,
|
||||||
fail_on_invalid_query=self.fail_on_invalid_query,
|
fail_on_invalid_query=self.fail_on_invalid_query,
|
||||||
enable_finetune_trajopt=self.enable_finetune_trajopt,
|
enable_finetune_trajopt=self.enable_finetune_trajopt,
|
||||||
|
parallel_finetune=self.parallel_finetune,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user