Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autonomy takeover of navigation if network connection lost #1

Open
DingoOz opened this issue Oct 9, 2024 · 0 comments
Open

Autonomy takeover of navigation if network connection lost #1

DingoOz opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
05-enhancement New feature or request 21-ros Involves ROS code

Comments

@DingoOz
Copy link
Contributor

DingoOz commented Oct 9, 2024

Story: As a base station controller I want the rover to move itself back into range of the Wifi connection if the Wifi connection drops out

DoD: Detects a loss of significant network connectivity and will safely move the rover until network connectivity is restored.

Features/Functions:
This should be one or more nodes in the Autonomy package.
This node should be able to monitor network connectivity continuously.
This node should be able to detect a significant degradation of network connectivity.
This node should not block teleoperation
This node could keep a historical record of strong network connectivity locations and use this for optimal navigation for connection.

Dependencies:
Nav2 node is running
iwtools are installed on Ubuntu on the Orin

Assumptions:
The SSID of the network is static and known before being turned on.

@DingoOz DingoOz self-assigned this Oct 9, 2024
@RandomSpaceship RandomSpaceship added 05-enhancement New feature or request 21-ros Involves ROS code labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
05-enhancement New feature or request 21-ros Involves ROS code
Projects
None yet
Development

No branches or pull requests

2 participants