Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
4adde76d
Commit
4adde76d
authored
Sep 01, 2020
by
Guilhem Saurel
Browse files
include pinocchio before boost
parent
1ab3f74d
Changes
5
Show whitespace changes
Inline
Side-by-side
include/sot/torque_control/imu_offset_compensation.hh
View file @
4adde76d
...
...
@@ -24,11 +24,15 @@
/* --------------------------------------------------------------------- */
#include <map>
#include "boost/assign.hpp"
#include <pinocchio/fwd.hpp>
#include <boost/assign.hpp>
#include <dynamic-graph/signal-helper.h>
#include <sot/core/matrix-geometry.hh>
#include <sot/core/robot-utils.hh>
#include <sot/torque_control/utils/vector-conversions.hh>
namespace
dynamicgraph
{
...
...
include/sot/torque_control/joint-torque-controller.hh
View file @
4adde76d
...
...
@@ -26,6 +26,8 @@
/* --- INCLUDE --------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#include <pinocchio/fwd.hpp>
#include <tsid/utils/stop-watch.hpp>
/* HELPER */
#include <dynamic-graph/signal-helper.h>
...
...
include/sot/torque_control/joint-trajectory-generator.hh
View file @
4adde76d
...
...
@@ -24,14 +24,17 @@
/* --- INCLUDE --------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#include <map>
#include "boost/assign.hpp"
#include <pinocchio/fwd.hpp>
#include <boost/assign.hpp>
/* HELPER */
#include <dynamic-graph/signal-helper.h>
#include <sot/core/matrix-geometry.hh>
#include <sot/core/robot-utils.hh>
#include <sot/torque_control/utils/vector-conversions.hh>
#include <sot/torque_control/utils/vector-conversions.hh>
#include <sot/torque_control/utils/trajectory-generators.hh>
namespace
dynamicgraph
{
...
...
include/sot/torque_control/position-controller.hh
View file @
4adde76d
...
...
@@ -25,7 +25,10 @@
/* --------------------------------------------------------------------- */
#include <map>
#include "boost/assign.hpp"
#include <pinocchio/fwd.hpp>
#include <boost/assign.hpp>
#include <dynamic-graph/signal-helper.h>
#include <sot/core/matrix-geometry.hh>
...
...
include/sot/torque_control/trace-player.hh
View file @
4adde76d
...
...
@@ -26,11 +26,16 @@
#include <vector>
#include <map>
#include "boost/assign.hpp"
#include <pinocchio/fwd.hpp>
#include <boost/assign.hpp>
/* HELPER */
#include <dynamic-graph/signal-helper.h>
#include <sot/core/matrix-geometry.hh>
#include <sot/core/robot-utils.hh>
#include <sot/torque_control/utils/vector-conversions.hh>
namespace
dynamicgraph
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment