Skip to content

Commit c0e9ae4

Browse files
committed
fix: publish stand up status
1 parent 27f7508 commit c0e9ae4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/kansei/fallen/node/fallen_node.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ void FallenNode::update(const keisan::Euler<double> & rpy, const keisan::Vector<
5252
// do some exception
5353
}
5454

55-
if (fallen_determinant->is_fallen()) {
56-
publish_fallen();
57-
}
55+
publish_fallen();
5856
}
5957

6058
void FallenNode::publish_fallen()

0 commit comments

Comments
 (0)