Skip to content

Commit 68ec917

Browse files
committed
fix typo
1 parent 77982f3 commit 68ec917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ocs2_robotic_examples/ocs2_perceptive_anymal/ocs2_anymal_commands/src/AnymalPoseCommandNode.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ int main(int argc, char* argv[]) {
2424

2525
// PoseCommand To TargetTrajectories
2626
switched_model::PoseCommandToCostDesiredRos targetPoseCommand(nodeHandle, filename);
27-
auto commandLineToTargetTrajectoriesFun = [&](const ocs2::vector_t& commadLineTarget, const ocs2::SystemObservation& observation) {
28-
return targetPoseCommand.commandLineToTargetTrajectories(commadLineTarget, observation);
27+
auto commandLineToTargetTrajectoriesFun = [&](const ocs2::vector_t& commandLineTarget, const ocs2::SystemObservation& observation) {
28+
return targetPoseCommand.commandLineToTargetTrajectories(commandLineTarget, observation);
2929
};
3030

3131
// goalPose: [deltaX, deltaY, deltaZ, Roll, Pitch, deltaYaw]

0 commit comments

Comments
 (0)