Skip to content

Commit

Permalink
Merge pull request #37 from ichiro-its/hotfix/fix-fallen-publish
Browse files Browse the repository at this point in the history
[Hotfix] - Fix Fallen Status Publish
  • Loading branch information
FaaizHaikal authored Jun 7, 2024
2 parents 27f7508 + c0e9ae4 commit 9368379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/kansei/fallen/node/fallen_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ void FallenNode::update(const keisan::Euler<double> & rpy, const keisan::Vector<
// do some exception
}

if (fallen_determinant->is_fallen()) {
publish_fallen();
}
publish_fallen();
}

void FallenNode::publish_fallen()
Expand Down

0 comments on commit 9368379

Please sign in to comment.