Skip to content

Commit 309b731

Browse files
authored
Fixing code style divergence for ament_uncrustify in main ROS2 branch (#743)
1 parent e711bf0 commit 309b731

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/ros_filter.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,9 +2585,10 @@ bool RosFilter<T>::prepareAcceleration(
25852585
// from filter state to transform and remove acceleration
25862586
const Eigen::VectorXd & state = filter_.getState();
25872587
tf2::Matrix3x3 stateTmp;
2588-
stateTmp.setRPY(state(StateMemberRoll),
2589-
state(StateMemberPitch),
2590-
state(StateMemberYaw));
2588+
stateTmp.setRPY(
2589+
state(StateMemberRoll),
2590+
state(StateMemberPitch),
2591+
state(StateMemberYaw));
25912592

25922593
// transform state orientation to IMU frame
25932594
tf2::Transform imuFrameTrans;

0 commit comments

Comments
 (0)