Skip to content

Commit

Permalink
Added some comments to parameters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Dec 6, 2023
1 parent f60fddd commit bf20e73
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@

@dataclass
class Parameter(Serializable):
"""
This class holds the parameters for the elevation mapping algorithm.
"""
resolution: float = 0.04 # resolution in m.
subscriber_cfg: dict = field(
default_factory=lambda: {
Expand Down

0 comments on commit bf20e73

Please sign in to comment.