pub async fn network_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
network: R::Network,
)
Expand description
The “main” method for the network task
pub async fn network_task<R: RobotBehavior>(
data: &SharedRobotData<R>,
network: R::Network,
)
The “main” method for the network task