Skip to content

Commit

Permalink
Update src/systems/elevator/vender/afsm/include/afsm/detail/transitio…
Browse files Browse the repository at this point in the history
…ns.hpp

Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
  • Loading branch information
j-rivero and ahcorde authored Apr 18, 2024
1 parent 1ceb2d8 commit 39ec86a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ class state_transition_table {
process_transition_event(Event&& event)
{
auto st = state_indexes{};
auto const& inv_table = transition_table<Event>( st );
auto const& inv_table = transition_table<Event>(st);
return inv_table[current_state()](*this, ::std::forward<Event>(event));
}

Expand Down

0 comments on commit 39ec86a

Please sign in to comment.