Skip to content

Commit

Permalink
change default to 1e308 (#2801)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Gesel <[email protected]>
  • Loading branch information
pac48 committed Apr 30, 2024
1 parent 3d9a4e2 commit 50a06c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ default_request_adapter_parameters:
default_workspace_bounds: {
type: double,
description: "ValidateWorkspaceBounds: Default workspace bounds representing a cube around the robot's origin whose edge length this parameter defines.",
default_value: 10.0,
default_value: 1000000000000.0, # TODO ideally, this should be inf or 1e308, but this notation is not working in version 0.3.8
}

0 comments on commit 50a06c5

Please sign in to comment.