Skip to content

Commit 4f60475

Browse files
committed
robot-handler.hpp : fix return type of getReferenceStte()
1 parent 4a69f52 commit 4f60475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/simple-mpc/robot-handler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ namespace simple_mpc
124124
Eigen::VectorXd shapeState(const ConstVectorRef & q, const ConstVectorRef & v) const;
125125

126126
// Const getters
127-
const ConstVectorRef & getReferenceState() const
127+
ConstVectorRef getReferenceState() const
128128
{
129129
return reference_state_;
130130
}

0 commit comments

Comments
 (0)