Skip to content

Commit

Permalink
Add TODO to convert to staticmethod
Browse files Browse the repository at this point in the history
  • Loading branch information
KolinGuo committed Apr 8, 2024
1 parent aa5fd74 commit d8a05d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mplib/planner.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ def __init__(

def replace_package_keyword(self, package_keyword_replacement: str):
# TODO(merge): fix file writing
# TODO(merge): convert to staticmethod
"""
some ROS URDF files use package:// keyword to refer the package dir
replace it with the given string (default is empty)
Expand All @@ -158,6 +159,7 @@ def replace_package_keyword(self, package_keyword_replacement: str):
return rtn_urdf

def generate_collision_pair(self, num_samples=100000):
# TODO(merge): convert to staticmethod
"""
We read the srdf file to get the link pairs that should not collide.
If not provided, we need to randomly sample configurations
Expand Down

0 comments on commit d8a05d4

Please sign in to comment.