hpp-pinocchio  4.9.1
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
simple-device.hh
Go to the documentation of this file.
1 // Copyright (c) 2016, Joseph Mirabel
2 // Authors: Joseph Mirabel (joseph.mirabel@laas.fr)
3 //
4 // This file is part of hpp-pinocchio.
5 // hpp-pinocchio is free software: you can redistribute it
6 // and/or modify it under the terms of the GNU Lesser General Public
7 // License as published by the Free Software Foundation, either version
8 // 3 of the License, or (at your option) any later version.
9 //
10 // hpp-pinocchio is distributed in the hope that it will be
11 // useful, but WITHOUT ANY WARRANTY; without even the implied warranty
12 // of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 // General Lesser Public License for more details. You should have
14 // received a copy of the GNU Lesser General Public License along with
15 // hpp-pinocchio. If not, see <http://www.gnu.org/licenses/>.
16 
17 #ifndef HPP_PINOCCHIO_SIMPLE_DEVICE_HH
18 # define HPP_PINOCCHIO_SIMPLE_DEVICE_HH
19 
20 # include <hpp/pinocchio/fwd.hh>
21 # include <hpp/pinocchio/device.hh>
22 
23 namespace hpp {
24  namespace pinocchio {
26  const std::string& name = "humanoidSimple",
27  bool usingFF = true,
29  );
30 
32  const std::string& name = "humanoidSimple",
34  );
35 
36  namespace unittest {
42  };
43 
45  const std::string& prefix = "");
46  }
47  } // namespace pinocchio
48 } // namespace hpp
49 #endif // HPP_PINOCCHIO_SIMPLE_DEVICE_HH
boost::shared_ptr< Device > DevicePtr_t
Definition: fwd.hh:104
Utility functions.
Definition: simple-device.hh:38
Computation_t
Definition: device-data.hh:30
TestDeviceType
Definition: simple-device.hh:37
Definition: simple-device.hh:40
DevicePtr_t humanoidSimple(const std::string &name="humanoidSimple", bool usingFF=true, Computation_t compFlags=(Computation_t)(JOINT_POSITION|JACOBIAN))
Definition: simple-device.hh:41
DevicePtr_t makeDevice(TestDeviceType type, const std::string &prefix="")
Definition: simple-device.hh:39
Definition: device-data.hh:32
Definition: device-data.hh:31