Monash-Connected-Autonomous-Vehicle / ESDA

Software stack for MCAVs annual IGVC entry
0 stars 0 forks source link

Implement autonomous mode listener/flags #56

Open AbBaSaMo opened 4 months ago

AbBaSaMo commented 4 months ago

Overview

One key requirement for the competition is that the safety light must be on when the vehicle is on and blinking when the vehicle is in autonomous mode. Software defines autonomous mode as the duration of time where the vehicle is sending cmd_vel messages from Nav2 to the motors and the motors move in response to this. Thus so as long as cmd_vel is being sent by Nav2, this should somehow be communicated with the MCU chip via some boolean so that it can make the safety light blink.

Relevant resources

Acceptance criteria

Todo

aallendarmawan commented 3 months ago

This is handled by Electrical team so can this issue be closed?

AbBaSaMo commented 3 months ago

I'll delete the issue instead.