pinocchio  UNKNOWN
multibody/model.cpp
1 //
2 // Copyright (c) 2015 CNRS
3 //
4 // This file is part of Pinocchio
5 // 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 // 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 // Pinocchio If not, see
16 // <http://www.gnu.org/licenses/>.
17 
18 #include "pinocchio/multibody/model.hpp"
19 
20 namespace se3
21 {
22  const Eigen::Vector3d Model::gravity981 (0,0,-9.81);
23 }
static const Eigen::Vector3d gravity981
Default 3D gravity vector (=(0,0,-9.81)).
Definition: model.hpp:109