Skip to content

Commit

Permalink
inertials --> inertial
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaxton authored and clalancette committed Feb 15, 2018
1 parent 9fb239b commit 5486300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/urdf_parser_py/urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def __init__(self, name=None, visual=None, inertial=None, collision=None,
self.aggregate_init()
self.name = name
self.visuals = []
self.inertials = inertial
self.inertial = inertial
self.collisions = []
self.origin = origin

Expand Down

0 comments on commit 5486300

Please sign in to comment.