Skip to content

Commit

Permalink
fix: avoid useless cast (autowarefoundation#853)
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored May 4, 2022
1 parent acbc54a commit 263e985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace common
{
namespace osqp
{
constexpr c_float INF = OSQP_INFTY;
constexpr c_float INF = 1e30;
using autoware::common::types::bool8_t;
using autoware::common::types::float64_t;

Expand Down

0 comments on commit 263e985

Please sign in to comment.