#include <elbow_example_controller.h>

Public Member Functions | |
| bool | init (hardware_interface::RobotHW *robot_hardware, ros::NodeHandle &node_handle) override |
| void | starting (const ros::Time &) override |
| void | update (const ros::Time &, const ros::Duration &period) override |
Public Member Functions inherited from controller_interface::MultiInterfaceController< franka_hw::FrankaPoseCartesianInterface, franka_hw::FrankaStateInterface > | |
| virtual bool | init (hardware_interface::RobotHW *, ros::NodeHandle &, ros::NodeHandle &) |
| MultiInterfaceController (bool allow_optional_interfaces=false) | |
Public Member Functions inherited from controller_interface::ControllerBase | |
| virtual void | aborting (const ros::Time &) |
| virtual void | aborting (const ros::Time &) |
| bool | abortRequest (const ros::Time &time) |
| bool | abortRequest (const ros::Time &time) |
| ControllerBase ()=default | |
| ControllerBase (const ControllerBase &)=delete | |
| ControllerBase (ControllerBase &&)=delete | |
| bool | isAborted () const |
| bool | isAborted () const |
| bool | isInitialized () const |
| bool | isInitialized () const |
| bool | isRunning () const |
| bool | isRunning () const |
| bool | isStopped () const |
| bool | isStopped () const |
| bool | isWaiting () const |
| bool | isWaiting () const |
| ControllerBase & | operator= (const ControllerBase &)=delete |
| ControllerBase & | operator= (ControllerBase &&)=delete |
| bool | startRequest (const ros::Time &time) |
| bool | startRequest (const ros::Time &time) |
| virtual void | stopping (const ros::Time &) |
| virtual void | stopping (const ros::Time &) |
| bool | stopRequest (const ros::Time &time) |
| bool | stopRequest (const ros::Time &time) |
| void | updateRequest (const ros::Time &time, const ros::Duration &period) |
| void | updateRequest (const ros::Time &time, const ros::Duration &period) |
| virtual void | waiting (const ros::Time &) |
| virtual void | waiting (const ros::Time &) |
| bool | waitRequest (const ros::Time &time) |
| bool | waitRequest (const ros::Time &time) |
| virtual | ~ControllerBase ()=default |
Private Attributes | |
| std::unique_ptr< franka_hw::FrankaCartesianPoseHandle > | cartesian_pose_handle_ |
| franka_hw::FrankaPoseCartesianInterface * | cartesian_pose_interface_ |
| ros::Duration | elapsed_time_ |
| std::array< double, 2 > | initial_elbow_ {} |
| std::array< double, 16 > | initial_pose_ {} |
Definition at line 19 of file elbow_example_controller.h.
|
overridevirtual |
Reimplemented from controller_interface::MultiInterfaceController< franka_hw::FrankaPoseCartesianInterface, franka_hw::FrankaStateInterface >.
Definition at line 18 of file elbow_example_controller.cpp.
|
overridevirtual |
Reimplemented from controller_interface::ControllerBase.
Definition at line 67 of file elbow_example_controller.cpp.
|
overridevirtual |
Implements controller_interface::ControllerBase.
Definition at line 73 of file elbow_example_controller.cpp.
|
private |
Definition at line 29 of file elbow_example_controller.h.
|
private |
Definition at line 28 of file elbow_example_controller.h.
|
private |
Definition at line 30 of file elbow_example_controller.h.
|
private |
Definition at line 32 of file elbow_example_controller.h.
|
private |
Definition at line 31 of file elbow_example_controller.h.