moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
chainiksolver_vel_mimic_svd.h
Go to the documentation of this file.
1
2/*********************************************************************
3 * All MoveIt 2 headers have been updated to use the .hpp extension.
4 *
5 * .h headers are now autogenerated via create_deprecated_headers.py,
6 * and will import the corresponding .hpp with a deprecation warning.
7 *
8 * imports via .h files may be removed in future releases, so please
9 * modify your imports to use the corresponding .hpp imports.
10 *
11 * See https://github.com/moveit/moveit2/pull/3113 for extra details.
12 *********************************************************************/
13// Copyright (C) 2007 Ruben Smits <ruben dot smits at mech dot kuleuven dot be>
14
15// Version: 1.0
16// Author: Ruben Smits <ruben dot smits at mech dot kuleuven dot be>
17// Maintainer: Ruben Smits <ruben dot smits at mech dot kuleuven dot be>
18// URL: http://www.orocos.org/kdl
19
20// This library is free software; you can redistribute it and/or
21// modify it under the terms of the GNU Lesser General Public
22// License as published by the Free Software Foundation; either
23// version 2.1 of the License, or (at your option) any later version.
24
25// This library is distributed in the hope that it will be useful,
26// but WITHOUT ANY WARRANTY; without even the implied warranty of
27// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28// Lesser General Public License for more details.
29
30// You should have received a copy of the GNU Lesser General Public
31// License along with this library; if not, write to the Free Software
32// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
33
34// Modified to account for "mimic" joints, i.e. joints whose motion has a
35// linear relationship to that of another joint.
36// Copyright (C) 2013 Sachin Chitta, Willow Garage
37
38#pragma once
39#pragma message(".h header is obsolete. Please use the .hpp header instead.")