|
AGVC SDK
0.8.0
|
|
|
|
Functions | |
| std::vector< PathStation > | agvc_interface::AgvcInterface::getAllPaths () |
| Queries all path information on the current map. | |
| std::vector< PathStation > | agvc_interface::AgvcInterface::getAllPathsOfTargetMap (const Header &map_header) |
| Queries all path information on the specified map. | |
| PathStation | agvc_interface::AgvcInterface::getCurrentPath () |
| Queries the path currently being tracked by the AGV. | |
| int | agvc_interface::AgvcInterface::generatePath (const PathStation &path_station) |
| Generates or modifies one path. | |
| int | agvc_interface::AgvcInterface::generatePaths (const std::vector< PathStation > &paths_station) |
| Generates or modifies multiple paths. | |
| int | agvc_interface::AgvcInterface::deletePath (const Header &path_header) |
| Deletes one path. | |
| int | agvc_interface::AgvcInterface::deletePaths (const std::vector< Header > &paths_header) |
| Deletes multiple paths. | |
Functions for generating, modifying, deleting, and querying AGVC map paths.
| int agvc_interface::AgvcInterface::deletePath | ( | const Header & | path_header | ) |
Deletes one path.
| [in] | path_header | Path information to delete (path ID, name, time, map ID). |
| int agvc_interface::AgvcInterface::deletePaths | ( | const std::vector< Header > & | paths_header | ) |
Deletes multiple paths.
| [in] | paths_header | Path information to delete (path ID, name, time, map ID). |
| int agvc_interface::AgvcInterface::generatePath | ( | const PathStation & | path_station | ) |
Generates or modifies one path.
| [in] | path_station | Path information to generate or modify. |
| int agvc_interface::AgvcInterface::generatePaths | ( | const std::vector< PathStation > & | paths_station | ) |
Generates or modifies multiple paths.
| [in] | paths_station | Path information to generate or modify. |
| std::vector< PathStation > agvc_interface::AgvcInterface::getAllPaths | ( | ) |
Queries all path information on the current map.
| std::vector< PathStation > agvc_interface::AgvcInterface::getAllPathsOfTargetMap | ( | const Header & | map_header | ) |
Queries all path information on the specified map.
| [in] | map_header | Header of the specified map (command ID, name, time, map ID). |
| PathStation agvc_interface::AgvcInterface::getCurrentPath | ( | ) |
Queries the path currently being tracked by the AGV.