Skip to content

Commit 79035ac

Browse files
author
Olivier Stasse
committed
[tools] Declares seqid in the pool of signals.
1 parent 79cf327 commit 79035ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/joint-trajectory-entity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ SotJointTrajectoryEntity(const std::string &n):
8585

8686

8787
signalRegistration( positionSOUT << comSOUT << zmpSOUT
88-
<< waistSOUT << trajectorySIN);
88+
<< waistSOUT << seqIdSOUT << trajectorySIN);
8989
refresherSINTERN.setDependencyType( TimeDependency<int>::ALWAYS_READY );
9090
refresherSINTERN.setReady(true);
9191

0 commit comments

Comments
 (0)