Skip to content

Commit

Permalink
Merge pull request #721 from ut-issl/main
Browse files Browse the repository at this point in the history
Merge main into develop for hotfix #719
  • Loading branch information
conjikidow authored Dec 6, 2024
2 parents 84c54c7 + 61df64b commit 8d8eebb
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ class WingsCommandSenderToC2a : public Component {
~WingsCommandSenderToC2a() {}

protected:
C2aCommandDatabase c2a_command_database_; //!< Command database
WingsOperationFile wings_operation_file_; //!< WINGS operation file
bool is_enabled_; //!< Enable flag
const double step_width_s_; //!< Step width to execute this component [s]
double wait_s_ = 0.0; //!< Wait counter [s]
bool is_end_of_line_ = false; //!< Flag to detect end of line
s2e::setting_file_reader::C2aCommandDatabase c2a_command_database_; //!< Command database
s2e::setting_file_reader::WingsOperationFile wings_operation_file_; //!< WINGS operation file
bool is_enabled_; //!< Enable flag
const double step_width_s_; //!< Step width to execute this component [s]
double wait_s_ = 0.0; //!< Wait counter [s]
bool is_end_of_line_ = false; //!< Flag to detect end of line

// Override functions for Component
/**
Expand Down

0 comments on commit 8d8eebb

Please sign in to comment.