1 #ifndef SWING_SENSOR_ROS
2 #define SWING_SENSOR_ROS
28 uint16_t
readSwingAngle(
const std::string& spi_device, uint8_t spi_cs_id, uint8_t spi_mode, uint8_t spi_bits, uint32_t spi_speed, uint16_t spi_delay, uint8_t* error);
uint16_t readSwingAngle(const std::string &spi_device, uint8_t spi_cs_id, uint8_t spi_mode, uint8_t spi_bits, uint32_t spi_speed, uint16_t spi_delay, uint8_t *error)
This function is responsible for reading data from the hall sensors over spi. Returns the Hallsensor ...
Definition: swing_sensor_rosinterface.cpp:44
const uint8_t SPI_PARITY_ERROR
flag if the parity of the spi msg is wrong
Definition: swing_sensor_rosinterface.h:12
const uint8_t ANGLE_OUT_OF_BOUNDS_ERROR
flag if the returned value is unfeasible
Definition: swing_sensor_rosinterface.h:15
const uint8_t SPI_DEVICE_ERROR
flag if the spi device can't be opened
Definition: swing_sensor_rosinterface.h:13
const uint8_t SPI_CMD_ERROR
flag if the cmd frame error bit in the spi msg is set
Definition: swing_sensor_rosinterface.h:11
const uint8_t SPI_MODE_ERROR
flag if the spi mode can't be set / read
Definition: swing_sensor_rosinterface.h:14
const uint8_t JOINT_LIMIT_ERROR
flag if the read angle is not within the joint limits
Definition: swing_sensor_rosinterface.h:16