Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #58 from project-march/fix/add-id-to-instruction
Browse files Browse the repository at this point in the history
Fix: add id to instruction
  • Loading branch information
Olavhaasie authored May 29, 2020
2 parents 670892c + 6add907 commit e2f0469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ void setup()
nh.subscribe(gait_instruction_result_subscriber);

alive_msg.id = "crutch";
gait_instruction_msg.id = alive_msg.id;

state_machine.construct();

Expand Down

0 comments on commit e2f0469

Please sign in to comment.