Skip to content

Commit

Permalink
Fixing code style divergence for ament_uncrustify (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishGDev authored Apr 15, 2022
1 parent 5c9d411 commit eb7e922
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ros_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2582,9 +2582,10 @@ bool RosFilter<T>::prepareAcceleration(
// from filter state to transform and remove acceleration
const Eigen::VectorXd & state = filter_.getState();
tf2::Matrix3x3 stateTmp;
stateTmp.setRPY(state(StateMemberRoll),
state(StateMemberPitch),
state(StateMemberYaw));
stateTmp.setRPY(
state(StateMemberRoll),
state(StateMemberPitch),
state(StateMemberYaw));

// transform state orientation to IMU frame
tf2::Transform imuFrameTrans;
Expand Down

0 comments on commit eb7e922

Please sign in to comment.