Skip to content

Commit

Permalink
minor fix for python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
balakumar-s committed Apr 25, 2024
1 parent 77d60e7 commit 3f1beb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/curobo/wrap/reacher/motion_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class MotionGenConfig:
#: tried again until :attr:`MotionGenPlanConfig.finetune_attempts`.
optimize_dt: bool = True

@profiler.record_function("motion_gen_config/load_from_robot_config")
@staticmethod
def load_from_robot_config(
robot_cfg: Union[Union[str, Dict], RobotConfig],
Expand Down
2 changes: 1 addition & 1 deletion src/curobo/wrap/reacher/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def update_goal_buffer(
link_poses: Dictionary of link poses to reach. This is only required for multi-link
pose reaching, where the goal is to reach multiple poses with different links. To
use this,
:var:`curobo.cuda_robot_model.cuda_robot_model.CudaRobotModelConfig.link_names`
:attr:`curobo.cuda_robot_model.cuda_robot_model.CudaRobotModelConfig.link_names`
should have the link names to reach.
current_solve_state: Current reacher solve state.
current_goal_buffer: Current goal buffer.
Expand Down

0 comments on commit 3f1beb9

Please sign in to comment.