Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Affie committed Oct 16, 2023
1 parent ba6f425 commit 833a11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/groups/special_euclidean.jl
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ function hat(M::SpecialEuclidean{3}, p::ArrayPartition, c)
M1, M2 = M.manifold.manifolds
return ArrayPartition(
get_vector_orthogonal(M1.manifold, p.x[1], c[SOneTo(3)], ℝ),
get_vector_orthogonal(M2.manifold, p.x[2], c[SA[4,5,6]], ℝ),
get_vector_orthogonal(M2.manifold, p.x[2], c[SA[4, 5, 6]], ℝ),
)
end
function get_vector(
Expand All @@ -759,7 +759,7 @@ function get_vector(
)
return ArrayPartition(
get_vector(M.manifold.manifolds[1].manifold, p.x[1], c[SOneTo(3)], basis),
get_vector(M.manifold.manifolds[2].manifold, p.x[2], c[SA[4,5,6]], basis),
get_vector(M.manifold.manifolds[2].manifold, p.x[2], c[SA[4, 5, 6]], basis),
)
end
function compose(::SpecialEuclidean, p::ArrayPartition, q::ArrayPartition)
Expand Down

0 comments on commit 833a11c

Please sign in to comment.