Skip to content

Resets onboard controller during side changes#395

Merged
barulicm merged 2 commits into
mainfrom
dev/barulicm/radio_side_switch
May 17, 2026
Merged

Resets onboard controller during side changes#395
barulicm merged 2 commits into
mainfrom
dev/barulicm/radio_side_switch

Conversation

@barulicm
Copy link
Copy Markdown
Contributor

This PR updates the communications repo and adds a logic to hold reset_controller high during field side changes.

@barulicm barulicm requested review from chachmu and nickwitten May 17, 2026 23:01
void SendCommandsCallback()
{
const std::lock_guard lock(mutex_);
const auto now = std::chrono::steady_clock::now();
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we ever standardize on using chrono or ros clock for our timestamps everywhere?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we ever formally decided, but right now we only use chrono everywhere.

@barulicm barulicm merged commit 1d8184b into main May 17, 2026
1 check passed
@barulicm barulicm deleted the dev/barulicm/radio_side_switch branch May 17, 2026 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants