devkit_ui.test_navigation_goals
Functions
Load only navigation methods, avoiding ui_node's ROS and web-server startup. |
|
|
Classes
|
|
|
|
|
|
|
|
|
|
|
|
|
- class devkit_ui.test_navigation_goals.ActionClient(*, ready=True, accepted=True, success=True, complete=True)[source]
Bases:
object
- class devkit_ui.test_navigation_goals.Future(result=None, invoke_callback=False)[source]
Bases:
object
- class devkit_ui.test_navigation_goals.NavigationHarness
Bases:
object- cancel_nav_goal() → None
Cancel the active navigation goal.
If the goal has already been accepted, cancel it now. If a send is still in flight (accepted status not yet known), flag it so _nav_accepted cancels it the moment it arrives, and keep navigating set so a second goal cannot be accepted in the meantime.
- send_nav_goal(target: str) → None
Send a navigation goal to the specified topology node.
- Parameters:
target (str) – Name of the topology node to navigate to.
- class devkit_ui.test_navigation_goals.TestSendNavGoal(methodName='runTest')[source]
Bases:
TestCase
- class devkit_ui.test_navigation_goals.TestSynchronousNavigationGoal(methodName='runTest')[source]
Bases:
TestCase