Saves and loads swerve module homes to networkTables.
More...
#include <network_tables_homing_storage.h>
Saves and loads swerve module homes to networkTables.
◆ NetworkTablesHomingStorage()
NetworkTablesHomingStorage::NetworkTablesHomingStorage |
( |
const std::string & |
tableName, |
|
|
const std::string & |
frontLeftPath, |
|
|
const std::string & |
frontRightPath, |
|
|
const std::string & |
rearRightPath, |
|
|
const std::string & |
rearLeftPath |
|
) |
| |
Construct a new Network Tables Homing Storage object.
- Parameters
-
tableName | Network table name |
frontLeftPath | Key name for front left module |
frontRightPath | Key name for front right module |
rearRightPath | Key name for rear right module |
rearLeftPath | Key name for rear left module |
◆ Load()
◆ Save()
◆ m_frontLeftPath
const std::string argos_lib::swerve::NetworkTablesHomingStorage::m_frontLeftPath |
|
private |
◆ m_frontRightPath
const std::string argos_lib::swerve::NetworkTablesHomingStorage::m_frontRightPath |
|
private |
◆ m_rearLeftPath
const std::string argos_lib::swerve::NetworkTablesHomingStorage::m_rearLeftPath |
|
private |
◆ m_rearRightPath
const std::string argos_lib::swerve::NetworkTablesHomingStorage::m_rearRightPath |
|
private |
◆ m_tableName
const std::string argos_lib::swerve::NetworkTablesHomingStorage::m_tableName |
|
private |
The documentation for this class was generated from the following files: