Skip to content

Commit 7014c60

Browse files
committed
fix(hw fr3): default register convergence callback
1 parent b1491e7 commit 7014c60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/sim/FR3.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ struct FR3State : common::RState {
3737
class FR3 : public common::Robot {
3838
public:
3939
FR3(std::shared_ptr<rcs::sim::Sim> sim, const std::string &id,
40-
std::shared_ptr<common::IK> ik, bool register_convergence_callback);
40+
std::shared_ptr<common::IK> ik,
41+
bool register_convergence_callback = true);
4142
~FR3() override;
4243
bool set_parameters(const FR3Config &cfg);
4344
FR3Config *get_parameters() override;

0 commit comments

Comments
 (0)