Skip to content

Commit

Permalink
Tweak to LieCost
Browse files Browse the repository at this point in the history
  • Loading branch information
bjack205 committed Aug 26, 2022
1 parent a929d5d commit 9db9d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lie_costs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ where `q_ref` is the reference quaternion (provided as a `SVector{4}`), and
struct DiagonalQuatCost{N,M,T,N4} <: QuadraticCostFunction{N,M,T}
Q::Diagonal{T,SVector{N,T}}
R::Diagonal{T,SVector{M,T}}
q::SVector{N,T}
r::SVector{M,T}
q::MVector{N,T}
r::MVector{M,T}
c::T
w::T
q_ref::SVector{4,T}
Expand Down

0 comments on commit 9db9d27

Please sign in to comment.