File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ set(YARP_dev_SRCS
173
173
yarp/dev/IFrameWriterAudioVisual.cpp
174
174
yarp/dev/IFrameWriterImage.cpp
175
175
yarp/dev/IGenericSensor.cpp
176
+ yarp/dev/IJacobianCoupling.cpp
176
177
yarp/dev/IJoypadController.cpp
177
178
yarp/dev/ILLM.cpp
178
179
yarp/dev/IMultipleWrapper.cpp
Original file line number Diff line number Diff line change
1
+ /*
2
+ * SPDX-FileCopyrightText: 2006-2023 Istituto Italiano di Tecnologia (IIT)
3
+ * SPDX-License-Identifier: BSD-3-Clause
4
+ */
5
+
6
+ #include < yarp/dev/IJacobianCoupling.h>
7
+
8
+ yarp::dev::IJacobianCoupling::~IJacobianCoupling () = default ;
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class YARP_dev_API yarp::dev::IJacobianCoupling
63
63
/* *
64
64
* Destructor.
65
65
*/
66
- virtual ~IJacobianCoupling () {}
66
+ virtual ~IJacobianCoupling ();
67
67
68
68
/* *
69
69
* @brief Get the Jacobian mapping the Actuated Axes to Physical Joints velocity
You can’t perform that action at this time.
0 commit comments