Skip to content

Commit

Permalink
remove extra value
Browse files Browse the repository at this point in the history
  • Loading branch information
DangitBen committed Sep 18, 2024
1 parent 83c3a68 commit b14f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swri_transform_util/nodes/initialize_origin.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(self):
type=rclpy.parameter.ParameterType.PARAMETER_STRING
))
self.local_xy_origins_param = self.declare_parameter('local_xy_origins',
[nan, nan, nan, nan],
[nan, nan, nan],
descriptor=rclpy.node.ParameterDescriptor(
name='local_xy_origins',
dynamic_typing=True
Expand Down

0 comments on commit b14f6e2

Please sign in to comment.