Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
true-real-michael committed Nov 16, 2023
1 parent edea0d5 commit 7e22bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octreelib/octree_manager/octree_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def n_nodes(self, pose_number: int) -> int:

def insert_points(self, pose_number: int, points: PointCloud):
"""
:param pose_number:
:param points: Points to insert
:param pose_number: Desired pose number.
:param points: Points to insert.
"""
if pose_number not in self._octrees:
self._octrees[pose_number] = self._octree_type(
Expand Down

0 comments on commit 7e22bf7

Please sign in to comment.