This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| demonstrations/rmf_demos: | |
| type: git | |
| url: git@github.com:open-rmf/rmf_demos.git | |
| version: arjo/throwaway/reservation_demo | |
| rmf/ament_cmake_catch2: | |
| type: git | |
| url: https://github.com/open-rmf/ament_cmake_catch2.git | |
| version: main | |
| rmf/rmf_api_msgs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from smart_cart_api_server.models.token import Credentials, TokenResponse | |
| from smart_cart_api_server.models.cart_authorization import ( | |
| AuthorizationRequest, | |
| AuthorizationResponse, | |
| ) | |
| from smart_cart_api_server.models.cart_status import CartStatus | |
| from smart_cart_api_server.models.destination_complete import DestinationComplete | |
| from smart_cart_api_server.models.robot_status import RobotStatus | |
| from smart_cart_api_server.models.task_status import TaskStatus |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| agents: | |
| A: | |
| start: | |
| - 2 | |
| - -16 | |
| yaw: 0.0 | |
| goal: | |
| - 1 | |
| - -16 | |
| radius: 0.45 |
OlderNewer