Skip to content

Commit

Permalink
Update src/3rdParty/_PCL/services/PointCloud.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Yuto Horikawa <[email protected]>
  • Loading branch information
dehann and hyrodium authored Nov 22, 2021
1 parent e6deb26 commit cf81ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3rdParty/_PCL/services/PointCloud.jl
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function Base.show(io::IO, pc::PointCloud{T,P,R}) where {T,P,R}
println(io, " sensor pose:")
println(io, " xyz: ", round.(pc.sensor_origin_, digits=3))
q = convert(_Rot.UnitQuaternion, pc.sensor_orientation_)
println(io, " w_xyz*: ", round.([q.q.s; q.q.v1; q.q.v2; q.q.v3], digits=3))
println(io, " w_xyz*: ", round.(_Rot.params(q), digits=3))

nothing
end
Expand Down

0 comments on commit cf81ac7

Please sign in to comment.