#include <chrono>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <thread>
#include <vector>
#include <toml++/toml.h>
#include <CiA402/EncoderSdoIndices.h>
#include <CiA402/EthercatManager.h>
#include <CiA402/LogComponent.h>
#include <CiA402/TimeUtils.h>
#include <StoreHomePosition/StoreHomePosition.h>
#include <yarp/os/LogStream.h>
#include <yarp/os/ResourceFinder.h>
Go to the source code of this file.
◆ swHomingAttained()
| static bool swHomingAttained |
( |
uint16_t | sw | ) |
|
|
inlinestatic |
◆ swHomingError()
| static bool swHomingError |
( |
uint16_t | sw | ) |
|
|
inlinestatic |
◆ IDX_CONTROLWORD
| uint16_t IDX_CONTROLWORD = 0x6040 |
|
staticconstexpr |
◆ IDX_HOME_OFFSET
| uint16_t IDX_HOME_OFFSET = 0x607C |
|
staticconstexpr |
◆ IDX_HOME_VENDOR
| uint16_t IDX_HOME_VENDOR = 0x2005 |
|
staticconstexpr |
◆ IDX_HOMING_METHOD
| uint16_t IDX_HOMING_METHOD = 0x6098 |
|
staticconstexpr |
◆ IDX_OPMODE
| uint16_t IDX_OPMODE = 0x6060 |
|
staticconstexpr |
◆ IDX_POSITION_ACT
| uint16_t IDX_POSITION_ACT = 0x6064 |
|
staticconstexpr |
◆ IDX_STATUSWORD
| uint16_t IDX_STATUSWORD = 0x6041 |
|
staticconstexpr |
◆ IDX_STORE_PARAMS
| uint16_t IDX_STORE_PARAMS = 0x1010 |
|
staticconstexpr |