We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1491e7 commit 7014c60Copy full SHA for 7014c60
1 file changed
src/sim/FR3.h
@@ -37,7 +37,8 @@ struct FR3State : common::RState {
37
class FR3 : public common::Robot {
38
public:
39
FR3(std::shared_ptr<rcs::sim::Sim> sim, const std::string &id,
40
- std::shared_ptr<common::IK> ik, bool register_convergence_callback);
+ std::shared_ptr<common::IK> ik,
41
+ bool register_convergence_callback = true);
42
~FR3() override;
43
bool set_parameters(const FR3Config &cfg);
44
FR3Config *get_parameters() override;
0 commit comments