Fawkes API  Fawkes Development Version
JacoBimanualInterface.h
1 
2 /***************************************************************************
3  * JacoBimanualInterface.h - Fawkes BlackBoard Interface - JacoBimanualInterface
4  *
5  * Templated created: Thu Oct 12 10:49:19 2006
6  * Copyright 2014 Bahram Maleki-Fard
7  *
8  ****************************************************************************/
9 
10 /* This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or
13  * (at your option) any later version. A runtime exception applies to
14  * this software (see LICENSE.GPL_WRE file mentioned below for details).
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU Library General Public License for more details.
20  *
21  * Read the full text in the LICENSE.GPL_WRE file in the doc directory.
22  */
23 
24 #ifndef _INTERFACES_JACOBIMANUALINTERFACE_H_
25 #define _INTERFACES_JACOBIMANUALINTERFACE_H_
26 
27 #include <interface/interface.h>
28 #include <interface/message.h>
29 #include <interface/field_iterator.h>
30 
31 namespace fawkes {
32 
33 class JacoBimanualInterface : public Interface
34 {
35  /// @cond INTERNALS
36  INTERFACE_MGMT_FRIENDS(JacoBimanualInterface)
37  /// @endcond
38  public:
39  /* constants */
40  static const uint32_t ERROR_NONE;
41  static const uint32_t ERROR_UNSPECIFIC;
42  static const uint32_t ERROR_NO_IK;
43  static const uint32_t ERROR_PLANNING;
44 
45  private:
46  /** Internal data storage, do NOT modify! */
47  typedef struct {
48  int64_t timestamp_sec; /**< Interface Unix timestamp, seconds */
49  int64_t timestamp_usec; /**< Interface Unix timestamp, micro-seconds */
50  uint32_t msgid; /**< The ID of the message that is currently being
51  processed, or 0 if no message is being processed. */
52  bool final; /**< True, if the last command has been finished,
53  false if it is still running */
54  uint32_t error_code; /**< Error code, set if
55  final is true. 0 if no error occured, an error code from ERROR_*
56  constants otherwise. */
57  bool constrained; /**< Wheter planning is using constraint-function.
58  This is an OpenRAVE internal constraint function. */
59  } JacoBimanualInterface_data_t;
60 
61  JacoBimanualInterface_data_t *data;
62 
63  public:
64  /* messages */
65  class CartesianGotoMessage : public Message
66  {
67  private:
68  /** Internal data storage, do NOT modify! */
69  typedef struct {
70  int64_t timestamp_sec; /**< Interface Unix timestamp, seconds */
71  int64_t timestamp_usec; /**< Interface Unix timestamp, micro-seconds */
72  float l_x; /**< X-coordinate of left manipulator */
73  float l_y; /**< Y-coordinate of left manipulator */
74  float l_z; /**< Z-coordinate of left manipulator */
75  float l_e1; /**< 1st Euler angle of left manipulator rotation */
76  float l_e2; /**< 2nd Euler angle of left manipulator rotation */
77  float l_e3; /**< 3rd Euler angle of left manipulator rotation */
78  float r_x; /**< X-coordinate of right manipulator */
79  float r_y; /**< Y-coordinate of right manipulator */
80  float r_z; /**< Z-coordinate of right manipulator */
81  float r_e1; /**< 1st Euler angle of right manipulator rotation */
82  float r_e2; /**< 2nd Euler angle of right manipulator rotation */
83  float r_e3; /**< 3rd Euler angle of right manipulator rotation */
84  } CartesianGotoMessage_data_t;
85 
86  CartesianGotoMessage_data_t *data;
87 
88  public:
89  CartesianGotoMessage(const float ini_l_x, const float ini_l_y, const float ini_l_z, const float ini_l_e1, const float ini_l_e2, const float ini_l_e3, const float ini_r_x, const float ini_r_y, const float ini_r_z, const float ini_r_e1, const float ini_r_e2, const float ini_r_e3);
92 
93  explicit CartesianGotoMessage(const CartesianGotoMessage *m);
94  /* Methods */
95  float l_x() const;
96  void set_l_x(const float new_l_x);
97  size_t maxlenof_l_x() const;
98  float l_y() const;
99  void set_l_y(const float new_l_y);
100  size_t maxlenof_l_y() const;
101  float l_z() const;
102  void set_l_z(const float new_l_z);
103  size_t maxlenof_l_z() const;
104  float l_e1() const;
105  void set_l_e1(const float new_l_e1);
106  size_t maxlenof_l_e1() const;
107  float l_e2() const;
108  void set_l_e2(const float new_l_e2);
109  size_t maxlenof_l_e2() const;
110  float l_e3() const;
111  void set_l_e3(const float new_l_e3);
112  size_t maxlenof_l_e3() const;
113  float r_x() const;
114  void set_r_x(const float new_r_x);
115  size_t maxlenof_r_x() const;
116  float r_y() const;
117  void set_r_y(const float new_r_y);
118  size_t maxlenof_r_y() const;
119  float r_z() const;
120  void set_r_z(const float new_r_z);
121  size_t maxlenof_r_z() const;
122  float r_e1() const;
123  void set_r_e1(const float new_r_e1);
124  size_t maxlenof_r_e1() const;
125  float r_e2() const;
126  void set_r_e2(const float new_r_e2);
127  size_t maxlenof_r_e2() const;
128  float r_e3() const;
129  void set_r_e3(const float new_r_e3);
130  size_t maxlenof_r_e3() const;
131  virtual Message * clone() const;
132  };
133 
134  class MoveGripperMessage : public Message
135  {
136  private:
137  /** Internal data storage, do NOT modify! */
138  typedef struct {
139  int64_t timestamp_sec; /**< Interface Unix timestamp, seconds */
140  int64_t timestamp_usec; /**< Interface Unix timestamp, micro-seconds */
141  float l_finger1; /**< Value of finger 1 on left gripper. Range [0,60] */
142  float l_finger2; /**< Value of finger 2 on left gripper. Range [0,60] */
143  float l_finger3; /**< Value of finger 3 on left gripper. Range [0,60] */
144  float r_finger1; /**< Value of finger 1 on right gripper. Range [0,60] */
145  float r_finger2; /**< Value of finger 2 on right gripper. Range [0,60] */
146  float r_finger3; /**< Value of finger 3 on right gripper. Range [0,60] */
147  } MoveGripperMessage_data_t;
148 
149  MoveGripperMessage_data_t *data;
150 
151  public:
152  MoveGripperMessage(const float ini_l_finger1, const float ini_l_finger2, const float ini_l_finger3, const float ini_r_finger1, const float ini_r_finger2, const float ini_r_finger3);
155 
156  explicit MoveGripperMessage(const MoveGripperMessage *m);
157  /* Methods */
158  float l_finger1() const;
159  void set_l_finger1(const float new_l_finger1);
160  size_t maxlenof_l_finger1() const;
161  float l_finger2() const;
162  void set_l_finger2(const float new_l_finger2);
163  size_t maxlenof_l_finger2() const;
164  float l_finger3() const;
165  void set_l_finger3(const float new_l_finger3);
166  size_t maxlenof_l_finger3() const;
167  float r_finger1() const;
168  void set_r_finger1(const float new_r_finger1);
169  size_t maxlenof_r_finger1() const;
170  float r_finger2() const;
171  void set_r_finger2(const float new_r_finger2);
172  size_t maxlenof_r_finger2() const;
173  float r_finger3() const;
174  void set_r_finger3(const float new_r_finger3);
175  size_t maxlenof_r_finger3() const;
176  virtual Message * clone() const;
177  };
178 
179  class SetPlannerParamsMessage : public Message
180  {
181  private:
182  /** Internal data storage, do NOT modify! */
183  typedef struct {
184  int64_t timestamp_sec; /**< Interface Unix timestamp, seconds */
185  int64_t timestamp_usec; /**< Interface Unix timestamp, micro-seconds */
186  char params[1024]; /**< Planner parameters */
187  } SetPlannerParamsMessage_data_t;
188 
189  SetPlannerParamsMessage_data_t *data;
190 
191  public:
192  SetPlannerParamsMessage(const char * ini_params);
195 
197  /* Methods */
198  char * params() const;
199  void set_params(const char * new_params);
200  size_t maxlenof_params() const;
201  virtual Message * clone() const;
202  };
203 
204  class SetConstrainedMessage : public Message
205  {
206  private:
207  /** Internal data storage, do NOT modify! */
208  typedef struct {
209  int64_t timestamp_sec; /**< Interface Unix timestamp, seconds */
210  int64_t timestamp_usec; /**< Interface Unix timestamp, micro-seconds */
211  bool constrained; /**< Wheter planning is using constraint-function.
212  This is an OpenRAVE internal constraint function. */
213  } SetConstrainedMessage_data_t;
214 
215  SetConstrainedMessage_data_t *data;
216 
217  public:
218  SetConstrainedMessage(const bool ini_constrained);
221 
222  explicit SetConstrainedMessage(const SetConstrainedMessage *m);
223  /* Methods */
224  bool is_constrained() const;
225  void set_constrained(const bool new_constrained);
226  size_t maxlenof_constrained() const;
227  virtual Message * clone() const;
228  };
229 
230  virtual bool message_valid(const Message *message) const;
231  private:
234 
235  public:
236  /* Methods */
237  uint32_t msgid() const;
238  void set_msgid(const uint32_t new_msgid);
239  size_t maxlenof_msgid() const;
240  bool is_final() const;
241  void set_final(const bool new_final);
242  size_t maxlenof_final() const;
243  uint32_t error_code() const;
244  void set_error_code(const uint32_t new_error_code);
245  size_t maxlenof_error_code() const;
246  bool is_constrained() const;
247  void set_constrained(const bool new_constrained);
248  size_t maxlenof_constrained() const;
249  virtual Message * create_message(const char *type) const;
250 
251  virtual void copy_values(const Interface *other);
252  virtual const char * enum_tostring(const char *enumtype, int val) const;
253 
254 };
255 
256 } // end namespace fawkes
257 
258 #endif
fawkes::JacoBimanualInterface::MoveGripperMessage
Definition: JacoBimanualInterface.h:143
fawkes::JacoBimanualInterface::CartesianGotoMessage::~CartesianGotoMessage
~CartesianGotoMessage()
Destructor.
Definition: JacoBimanualInterface.cpp:333
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_e1
void set_r_e1(const float new_r_e1)
Set r_e1 value.
Definition: JacoBimanualInterface.cpp:646
fawkes::JacoBimanualInterface::SetConstrainedMessage
Definition: JacoBimanualInterface.h:213
fawkes::JacoBimanualInterface::set_final
void set_final(const bool new_final)
Set final value.
Definition: JacoBimanualInterface.cpp:143
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_e2
void set_l_e2(const float new_l_e2)
Set l_e2 value.
Definition: JacoBimanualInterface.cpp:496
fawkes::JacoBimanualInterface::SetConstrainedMessage::is_constrained
bool is_constrained() const
Get constrained value.
Definition: JacoBimanualInterface.cpp:1129
fawkes::JacoBimanualInterface::SetPlannerParamsMessage
Definition: JacoBimanualInterface.h:188
fawkes::JacoBimanualInterface::create_message
virtual Message * create_message(const char *type) const
Definition: JacoBimanualInterface.cpp:219
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_l_finger1
size_t maxlenof_l_finger1() const
Get maximum length of l_finger1 value.
Definition: JacoBimanualInterface.cpp:806
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_e2
void set_r_e2(const float new_r_e2)
Set r_e2 value.
Definition: JacoBimanualInterface.cpp:676
fawkes::JacoBimanualInterface::MoveGripperMessage::r_finger3
float r_finger3() const
Get r_finger3 value.
Definition: JacoBimanualInterface.cpp:946
fawkes::JacoBimanualInterface::set_error_code
void set_error_code(const uint32_t new_error_code)
Set error_code value.
Definition: JacoBimanualInterface.cpp:178
fawkes::JacoBimanualInterface::SetConstrainedMessage::maxlenof_constrained
size_t maxlenof_constrained() const
Get maximum length of constrained value.
Definition: JacoBimanualInterface.cpp:1139
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::maxlenof_params
size_t maxlenof_params() const
Get maximum length of params value.
Definition: JacoBimanualInterface.cpp:1047
fawkes::JacoBimanualInterface::ERROR_PLANNING
static const uint32_t ERROR_PLANNING
ERROR_PLANNING constant.
Definition: JacoBimanualInterface.h:52
fawkes::Message
Definition: message.h:40
fawkes::JacoBimanualInterface::SetConstrainedMessage::SetConstrainedMessage
SetConstrainedMessage()
Constructor.
Definition: JacoBimanualInterface.cpp:1094
fawkes::JacoBimanualInterface::MoveGripperMessage::r_finger2
float r_finger2() const
Get r_finger2 value.
Definition: JacoBimanualInterface.cpp:916
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_e1
float r_e1() const
Get r_e1 value.
Definition: JacoBimanualInterface.cpp:626
fawkes::JacoBimanualInterface::SetConstrainedMessage::~SetConstrainedMessage
~SetConstrainedMessage()
Destructor.
Definition: JacoBimanualInterface.cpp:1105
fawkes::JacoBimanualInterface::MoveGripperMessage::set_r_finger2
void set_r_finger2(const float new_r_finger2)
Set r_finger2 value.
Definition: JacoBimanualInterface.cpp:936
fawkes::JacoBimanualInterface::ERROR_UNSPECIFIC
static const uint32_t ERROR_UNSPECIFIC
ERROR_UNSPECIFIC constant.
Definition: JacoBimanualInterface.h:50
fawkes::JacoBimanualInterface::enum_tostring
virtual const char * enum_tostring(const char *enumtype, int val) const
Definition: JacoBimanualInterface.cpp:251
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_z
void set_l_z(const float new_l_z)
Set l_z value.
Definition: JacoBimanualInterface.cpp:436
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_x
void set_r_x(const float new_r_x)
Set r_x value.
Definition: JacoBimanualInterface.cpp:556
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_z
size_t maxlenof_r_z() const
Get maximum length of r_z value.
Definition: JacoBimanualInterface.cpp:606
fawkes::JacoBimanualInterface::is_final
bool is_final() const
Get final value.
Definition: JacoBimanualInterface.cpp:122
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_e2
float l_e2() const
Get l_e2 value.
Definition: JacoBimanualInterface.cpp:476
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_x
size_t maxlenof_r_x() const
Get maximum length of r_x value.
Definition: JacoBimanualInterface.cpp:546
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::params
char * params() const
Get params value.
Definition: JacoBimanualInterface.cpp:1037
fawkes::JacoBimanualInterface::maxlenof_error_code
size_t maxlenof_error_code() const
Get maximum length of error_code value.
Definition: JacoBimanualInterface.cpp:166
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_x
float r_x() const
Get r_x value.
Definition: JacoBimanualInterface.cpp:536
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_e1
size_t maxlenof_r_e1() const
Get maximum length of r_e1 value.
Definition: JacoBimanualInterface.cpp:636
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_e1
size_t maxlenof_l_e1() const
Get maximum length of l_e1 value.
Definition: JacoBimanualInterface.cpp:456
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_e2
float r_e2() const
Get r_e2 value.
Definition: JacoBimanualInterface.cpp:656
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_e3
size_t maxlenof_r_e3() const
Get maximum length of r_e3 value.
Definition: JacoBimanualInterface.cpp:696
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_e1
float l_e1() const
Get l_e1 value.
Definition: JacoBimanualInterface.cpp:446
fawkes::JacoBimanualInterface::MoveGripperMessage::l_finger1
float l_finger1() const
Get l_finger1 value.
Definition: JacoBimanualInterface.cpp:796
fawkes::Interface::type
const char * type() const
Get type of interface.
Definition: interface.cpp:643
fawkes::JacoBimanualInterface::MoveGripperMessage::set_l_finger1
void set_l_finger1(const float new_l_finger1)
Set l_finger1 value.
Definition: JacoBimanualInterface.cpp:816
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_y
void set_l_y(const float new_l_y)
Set l_y value.
Definition: JacoBimanualInterface.cpp:406
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_z
float r_z() const
Get r_z value.
Definition: JacoBimanualInterface.cpp:596
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::SetPlannerParamsMessage
SetPlannerParamsMessage()
Constructor.
Definition: JacoBimanualInterface.cpp:1003
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_y
size_t maxlenof_l_y() const
Get maximum length of l_y value.
Definition: JacoBimanualInterface.cpp:396
fawkes::JacoBimanualInterface::MoveGripperMessage::MoveGripperMessage
MoveGripperMessage()
Constructor.
Definition: JacoBimanualInterface.cpp:757
fawkes::JacoBimanualInterface::set_msgid
void set_msgid(const uint32_t new_msgid)
Set msgid value.
Definition: JacoBimanualInterface.cpp:110
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_z
size_t maxlenof_l_z() const
Get maximum length of l_z value.
Definition: JacoBimanualInterface.cpp:426
fawkes::JacoBimanualInterface
Definition: JacoBimanualInterface.h:37
fawkes::JacoBimanualInterface::error_code
uint32_t error_code() const
Get error_code value.
Definition: JacoBimanualInterface.cpp:156
fawkes::JacoBimanualInterface::is_constrained
bool is_constrained() const
Get constrained value.
Definition: JacoBimanualInterface.cpp:190
fawkes::JacoBimanualInterface::maxlenof_constrained
size_t maxlenof_constrained() const
Get maximum length of constrained value.
Definition: JacoBimanualInterface.cpp:200
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::set_params
void set_params(const char *new_params)
Set params value.
Definition: JacoBimanualInterface.cpp:1057
fawkes::JacoBimanualInterface::MoveGripperMessage::clone
virtual Message * clone() const
Clone this message.
Definition: JacoBimanualInterface.cpp:977
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_x
float l_x() const
Get l_x value.
Definition: JacoBimanualInterface.cpp:356
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::clone
virtual Message * clone() const
Clone this message.
Definition: JacoBimanualInterface.cpp:1069
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_e3
float r_e3() const
Get r_e3 value.
Definition: JacoBimanualInterface.cpp:686
fawkes::JacoBimanualInterface::CartesianGotoMessage::r_y
float r_y() const
Get r_y value.
Definition: JacoBimanualInterface.cpp:566
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_x
void set_l_x(const float new_l_x)
Set l_x value.
Definition: JacoBimanualInterface.cpp:376
fawkes::JacoBimanualInterface::MoveGripperMessage::l_finger2
float l_finger2() const
Get l_finger2 value.
Definition: JacoBimanualInterface.cpp:826
fawkes::JacoBimanualInterface::ERROR_NONE
static const uint32_t ERROR_NONE
ERROR_NONE constant.
Definition: JacoBimanualInterface.h:49
fawkes::JacoBimanualInterface::msgid
uint32_t msgid() const
Get msgid value.
Definition: JacoBimanualInterface.cpp:89
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_y
void set_r_y(const float new_r_y)
Set r_y value.
Definition: JacoBimanualInterface.cpp:586
fawkes::JacoBimanualInterface::CartesianGotoMessage::clone
virtual Message * clone() const
Clone this message.
Definition: JacoBimanualInterface.cpp:717
fawkes::JacoBimanualInterface::set_constrained
void set_constrained(const bool new_constrained)
Set constrained value.
Definition: JacoBimanualInterface.cpp:211
fawkes
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_r_finger3
size_t maxlenof_r_finger3() const
Get maximum length of r_finger3 value.
Definition: JacoBimanualInterface.cpp:956
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_x
size_t maxlenof_l_x() const
Get maximum length of l_x value.
Definition: JacoBimanualInterface.cpp:366
fawkes::JacoBimanualInterface::message_valid
virtual bool message_valid(const Message *message) const
Check if message is valid and can be enqueued.
Definition: JacoBimanualInterface.cpp:1170
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_l_finger2
size_t maxlenof_l_finger2() const
Get maximum length of l_finger2 value.
Definition: JacoBimanualInterface.cpp:836
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_r_finger2
size_t maxlenof_r_finger2() const
Get maximum length of r_finger2 value.
Definition: JacoBimanualInterface.cpp:926
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_e2
size_t maxlenof_l_e2() const
Get maximum length of l_e2 value.
Definition: JacoBimanualInterface.cpp:486
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_l_e3
size_t maxlenof_l_e3() const
Get maximum length of l_e3 value.
Definition: JacoBimanualInterface.cpp:516
fawkes::Interface
Definition: interface.h:77
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_e3
float l_e3() const
Get l_e3 value.
Definition: JacoBimanualInterface.cpp:506
fawkes::JacoBimanualInterface::ERROR_NO_IK
static const uint32_t ERROR_NO_IK
ERROR_NO_IK constant.
Definition: JacoBimanualInterface.h:51
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_r_finger1
size_t maxlenof_r_finger1() const
Get maximum length of r_finger1 value.
Definition: JacoBimanualInterface.cpp:896
fawkes::JacoBimanualInterface::MoveGripperMessage::r_finger1
float r_finger1() const
Get r_finger1 value.
Definition: JacoBimanualInterface.cpp:886
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_e3
void set_l_e3(const float new_l_e3)
Set l_e3 value.
Definition: JacoBimanualInterface.cpp:526
fawkes::JacoBimanualInterface::MoveGripperMessage::~MoveGripperMessage
~MoveGripperMessage()
Destructor.
Definition: JacoBimanualInterface.cpp:773
fawkes::JacoBimanualInterface::SetConstrainedMessage::clone
virtual Message * clone() const
Clone this message.
Definition: JacoBimanualInterface.cpp:1161
fawkes::JacoBimanualInterface::maxlenof_msgid
size_t maxlenof_msgid() const
Get maximum length of msgid value.
Definition: JacoBimanualInterface.cpp:99
fawkes::JacoBimanualInterface::SetConstrainedMessage::set_constrained
void set_constrained(const bool new_constrained)
Set constrained value.
Definition: JacoBimanualInterface.cpp:1150
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_z
float l_z() const
Get l_z value.
Definition: JacoBimanualInterface.cpp:416
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_z
void set_r_z(const float new_r_z)
Set r_z value.
Definition: JacoBimanualInterface.cpp:616
fawkes::JacoBimanualInterface::MoveGripperMessage::set_l_finger3
void set_l_finger3(const float new_l_finger3)
Set l_finger3 value.
Definition: JacoBimanualInterface.cpp:876
fawkes::JacoBimanualInterface::maxlenof_final
size_t maxlenof_final() const
Get maximum length of final value.
Definition: JacoBimanualInterface.cpp:132
fawkes::JacoBimanualInterface::CartesianGotoMessage::CartesianGotoMessage
CartesianGotoMessage()
Constructor.
Definition: JacoBimanualInterface.cpp:311
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_e2
size_t maxlenof_r_e2() const
Get maximum length of r_e2 value.
Definition: JacoBimanualInterface.cpp:666
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_l_e1
void set_l_e1(const float new_l_e1)
Set l_e1 value.
Definition: JacoBimanualInterface.cpp:466
fawkes::JacoBimanualInterface::MoveGripperMessage::set_r_finger3
void set_r_finger3(const float new_r_finger3)
Set r_finger3 value.
Definition: JacoBimanualInterface.cpp:966
fawkes::JacoBimanualInterface::CartesianGotoMessage::maxlenof_r_y
size_t maxlenof_r_y() const
Get maximum length of r_y value.
Definition: JacoBimanualInterface.cpp:576
fawkes::JacoBimanualInterface::MoveGripperMessage::l_finger3
float l_finger3() const
Get l_finger3 value.
Definition: JacoBimanualInterface.cpp:856
fawkes::JacoBimanualInterface::MoveGripperMessage::maxlenof_l_finger3
size_t maxlenof_l_finger3() const
Get maximum length of l_finger3 value.
Definition: JacoBimanualInterface.cpp:866
fawkes::JacoBimanualInterface::MoveGripperMessage::set_r_finger1
void set_r_finger1(const float new_r_finger1)
Set r_finger1 value.
Definition: JacoBimanualInterface.cpp:906
fawkes::JacoBimanualInterface::CartesianGotoMessage::set_r_e3
void set_r_e3(const float new_r_e3)
Set r_e3 value.
Definition: JacoBimanualInterface.cpp:706
fawkes::JacoBimanualInterface::CartesianGotoMessage::l_y
float l_y() const
Get l_y value.
Definition: JacoBimanualInterface.cpp:386
fawkes::JacoBimanualInterface::copy_values
virtual void copy_values(const Interface *other)
Copy values from other interface.
Definition: JacoBimanualInterface.cpp:240
fawkes::JacoBimanualInterface::SetPlannerParamsMessage::~SetPlannerParamsMessage
~SetPlannerParamsMessage()
Destructor.
Definition: JacoBimanualInterface.cpp:1014
fawkes::JacoBimanualInterface::MoveGripperMessage::set_l_finger2
void set_l_finger2(const float new_l_finger2)
Set l_finger2 value.
Definition: JacoBimanualInterface.cpp:846
fawkes::JacoBimanualInterface::CartesianGotoMessage
Definition: JacoBimanualInterface.h:74