Skip to content

Commit dd80ec0

Browse files
author
ipuch
committed
docs(model-graphs)
1 parent 1e7fb11 commit dd80ec0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittest/model-graph.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ BOOST_AUTO_TEST_CASE(test_reverse_composite)
696696
d_f.oMf[m_forward.getFrameId("body1", pinocchio::BODY)]));
697697
}
698698

699-
/// @brief test if reversing of a composite joint is correct.
699+
/// @brief test if reversing of a planar joint is correct.
700700
BOOST_AUTO_TEST_CASE(test_reverse_planar)
701701
{
702702
using namespace pinocchio::graph;
@@ -732,7 +732,7 @@ BOOST_AUTO_TEST_CASE(test_reverse_planar)
732732
d_f.oMf[m_forward.getFrameId("body1", pinocchio::BODY)]));
733733
}
734734

735-
/// @brief test if reversing of a composite joint is correct.
735+
/// @brief test if reversing of a mimic joint is correct.
736736
BOOST_AUTO_TEST_CASE(test_reverse_mimic)
737737
{
738738
using namespace pinocchio::graph;

0 commit comments

Comments
 (0)