Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
sot-talos-balance
Commits
ee3d756e
Unverified
Commit
ee3d756e
authored
Aug 18, 2021
by
Guilhem Saurel
Committed by
GitHub
Aug 18, 2021
Browse files
Merge pull request
#23
from nim65s/devel
move doc/make CommandVoid 5-8 to dynamic-graph
parents
193dcef9
d7c84707
Pipeline
#15654
failed with stage
in 35 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/sot/talos_balance/utils/commands-helper.hh
View file @
ee3d756e
...
...
@@ -17,14 +17,15 @@
#ifndef __sot_talos_balance_commands_helper_H__
#define __sot_talos_balance_commands_helper_H__
#include
<boost/function.hpp>
/* --- COMMON INCLUDE -------------------------------------------------- */
#include
<dynamic-graph/config.hh>
#include
<dynamic-graph/command.h>
#include
<dynamic-graph/command-direct-setter.h>
#include
<dynamic-graph/command-direct-getter.h>
#include
<dynamic-graph/command-bind.h>
#include
<boost/function.hpp>
/* --- HELPER ---------------------------------------------------------- */
namespace
dynamicgraph
{
namespace
sot
{
...
...
@@ -33,18 +34,40 @@ using ::dynamicgraph::command::docCommandVerbose;
using
::
dynamicgraph
::
command
::
docCommandVoid0
;
using
::
dynamicgraph
::
command
::
docCommandVoid1
;
using
::
dynamicgraph
::
command
::
docCommandVoid2
;
using
::
dynamicgraph
::
command
::
docCommandVoid3
;
using
::
dynamicgraph
::
command
::
docCommandVoid4
;
using
::
dynamicgraph
::
command
::
docDirectGetter
;
using
::
dynamicgraph
::
command
::
docDirectSetter
;
using
::
dynamicgraph
::
command
::
makeCommandVerbose
;
using
::
dynamicgraph
::
command
::
makeCommandVoid0
;
using
::
dynamicgraph
::
command
::
makeCommandVoid1
;
using
::
dynamicgraph
::
command
::
makeCommandVoid2
;
using
::
dynamicgraph
::
command
::
makeCommandVoid3
;
using
::
dynamicgraph
::
command
::
makeCommandVoid4
;
using
::
dynamicgraph
::
command
::
makeDirectGetter
;
using
::
dynamicgraph
::
command
::
makeDirectSetter
;
}
// namespace talos_balance
}
// namespace sot
}
// namespace dynamicgraph
#if DYNAMIC_GRAPH_VERSION_AT_LEAST(4, 4, 0)
namespace
dynamicgraph
{
namespace
sot
{
namespace
dg
=
dynamicgraph
;
namespace
torquecontrol
{
using
::
dynamicgraph
::
command
::
docCommandVoid5
;
using
::
dynamicgraph
::
command
::
docCommandVoid6
;
using
::
dynamicgraph
::
command
::
docCommandVoid7
;
using
::
dynamicgraph
::
command
::
docCommandVoid8
;
using
::
dynamicgraph
::
command
::
makeCommandVoid5
;
using
::
dynamicgraph
::
command
::
makeCommandVoid6
;
using
::
dynamicgraph
::
command
::
makeCommandVoid7
;
using
::
dynamicgraph
::
command
::
makeCommandVoid8
;
}
// namespace torquecontrol
}
// namespace sot
}
// namespace dynamicgraph
#else
namespace
dynamicgraph
{
namespace
command
{
...
...
@@ -239,5 +262,6 @@ inline std::string docCommandVoid7(const std::string& doc, const std::string& ty
}
// namespace command
}
// namespace dynamicgraph
#endif
#endif // __sot_talos_balance_commands_helper_H__
src/CMakeLists.txt
View file @
ee3d756e
...
...
@@ -47,7 +47,7 @@ SET(plugins
FOREACH
(
plugin
${
plugins
}
)
GET_FILENAME_COMPONENT
(
LIBRARY_NAME
${
plugin
}
NAME
)
ADD_LIBRARY
(
${
LIBRARY_NAME
}
SHARED
${
plugin
}
)
ADD_LIBRARY
(
${
LIBRARY_NAME
}
SHARED
"
${
plugin
}
.cpp"
)
IF
(
SUFFIX_SO_VERSION
)
SET_TARGET_PROPERTIES
(
${
LIBRARY_NAME
}
PROPERTIES SOVERSION
${
PROJECT_VERSION
}
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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