#include <motor.hpp>
|
enum | OperationMode {
No_Mode = 0
, Profiled_Position = 1
, Velocity = 2
, Profiled_Velocity = 3
,
Profiled_Torque = 4
, Reserved = 5
, Homing = 6
, Interpolated_Position = 7
,
Cyclic_Synchronous_Position = 8
, Cyclic_Synchronous_Velocity = 9
, Cyclic_Synchronous_Torque = 10
} |
|
typedef std::shared_ptr< MotorBase > | MotorBaseSharedPtr |
|
| MotorBase () |
|
◆ Motor402()
◆ setTarget()
virtual bool ros2_canopen::Motor402::setTarget |
( |
double |
val | ) |
|
|
virtual |
◆ enterModeAndWait()
virtual bool ros2_canopen::Motor402::enterModeAndWait |
( |
uint16_t |
mode | ) |
|
|
virtual |
◆ isModeSupported()
virtual bool ros2_canopen::Motor402::isModeSupported |
( |
uint16_t |
mode | ) |
|
|
virtual |
◆ getMode()
virtual uint16_t ros2_canopen::Motor402::getMode |
( |
| ) |
|
|
virtual |
◆ readState()
bool ros2_canopen::Motor402::readState |
( |
| ) |
|
◆ handleDiag()
void ros2_canopen::Motor402::handleDiag |
( |
| ) |
|
Updates the device diagnostic information.
This function updates the diagnostic information of the device by updating the diagnostic status message diagnostic_status_ and publishing it.
◆ handleInit()
bool ros2_canopen::Motor402::handleInit |
( |
| ) |
|
Initialise the drive.
This function initialises the drive. This means, it first attempts to bring the device to operational state (CIA402) and then executes the chosen homing method.
◆ handleRead()
void ros2_canopen::Motor402::handleRead |
( |
| ) |
|
Read objects of the drive.
This function should be called regularly. It reads the status word from the device and translates it into the devices state.
◆ handleWrite()
void ros2_canopen::Motor402::handleWrite |
( |
| ) |
|
Writes objects to the drive.
This function should be called regularly. It writes the new command word to the drive
◆ handleShutdown()
bool ros2_canopen::Motor402::handleShutdown |
( |
| ) |
|
Shutdowns the drive.
This function shuts down the drive by bringing it into SwitchOn disabled state.
◆ handleHalt()
bool ros2_canopen::Motor402::handleHalt |
( |
| ) |
|
Executes a quickstop.
The function executes a quickstop.
◆ handleRecover()
bool ros2_canopen::Motor402::handleRecover |
( |
| ) |
|
Recovers the device from fault.
This function tries to reset faults and put the device back to operational state.
◆ registerMode()
template<typename T , typename... Args>
bool ros2_canopen::Motor402::registerMode |
( |
uint16_t |
mode, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
Register a new operation mode for the drive.
This function will register an operation mode for the drive. It will check if the mode is supported by the drive by reading 0x6508 object.
- Template Parameters
-
- Parameters
-
- Returns
- true
-
false
◆ registerDefaultModes()
virtual void ros2_canopen::Motor402::registerDefaultModes |
( |
| ) |
|
|
inlinevirtual |
◆ get_speed()
double ros2_canopen::Motor402::get_speed |
( |
| ) |
const |
|
inline |
◆ get_position()
double ros2_canopen::Motor402::get_position |
( |
| ) |
const |
|
inline |
◆ set_diagnostic_status_msgs()
void ros2_canopen::Motor402::set_diagnostic_status_msgs |
( |
std::shared_ptr< DiagnosticsCollector > |
status, |
|
|
bool |
enable |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file:
- /home/runner/work/ros2_canopen/ros2_canopen/canopen_402_driver/include/canopen_402_driver/motor.hpp