Skip to content

Commit

Permalink
fixed initialization #175
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed May 17, 2024
1 parent 6533853 commit a752eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lbr_fri_ros2/src/command_guard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace lbr_fri_ros2 {
CommandGuard::CommandGuard(const CommandGuardParameters &command_guard_parameters)
: parameters_(command_guard_parameters){};
: parameters_(command_guard_parameters), prev_measured_joint_position_init_(false){};

bool CommandGuard::is_valid_command(const_idl_command_t_ref lbr_command,
const_idl_state_t_ref lbr_state) {
Expand Down

0 comments on commit a752eb2

Please sign in to comment.