Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dynamic_graph_bridge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
dynamic_graph_bridge
Commits
93c02c09
Commit
93c02c09
authored
14 years ago
by
Thomas Moulard
Browse files
Options
Downloads
Patches
Plain Diff
Fix naming.
parent
1a5ca968
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+2
-1
2 additions, 1 deletion
.gitignore
src/ros_export.hxx
+2
-2
2 additions, 2 deletions
src/ros_export.hxx
src/ros_import.hxx
+2
-2
2 additions, 2 deletions
src/ros_import.hxx
src/sot_to_ros.hh
+6
-6
6 additions, 6 deletions
src/sot_to_ros.hh
with
12 additions
and
11 deletions
.gitignore
+
2
−
1
View file @
93c02c09
lib/
lib/
msg/lisp/
msg/lisp/
msg/java/
msg_gen/
msg_gen/
src/dynamic_graph/
src/dynamic_graph
_bridge
/
bin/
bin/
This diff is collapsed.
Click to expand it.
src/ros_export.hxx
+
2
−
2
View file @
93c02c09
...
@@ -4,8 +4,8 @@
...
@@ -4,8 +4,8 @@
# include <boost/bind.hpp>
# include <boost/bind.hpp>
# include <jrl/mal/boost.hh>
# include <jrl/mal/boost.hh>
# include <std_msgs/Float64.h>
# include <std_msgs/Float64.h>
# include "dynamic_graph/Matrix.h"
# include "dynamic_graph
_bridge
/Matrix.h"
# include "dynamic_graph/Vector.h"
# include "dynamic_graph
_bridge
/Vector.h"
namespace
ml
=
maal
::
boost
;
namespace
ml
=
maal
::
boost
;
...
...
This diff is collapsed.
Click to expand it.
src/ros_import.hxx
+
2
−
2
View file @
93c02c09
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
# define DYNAMIC_GRAPH_ROS_IMPORT_HXX
# define DYNAMIC_GRAPH_ROS_IMPORT_HXX
# include <vector>
# include <vector>
# include <std_msgs/Float64.h>
# include <std_msgs/Float64.h>
# include "dynamic_graph/Matrix.h"
# include "dynamic_graph
_bridge
/Matrix.h"
# include "dynamic_graph/Vector.h"
# include "dynamic_graph
_bridge
/Vector.h"
# include "sot_to_ros.hh"
# include "sot_to_ros.hh"
...
...
This diff is collapsed.
Click to expand it.
src/sot_to_ros.hh
+
6
−
6
View file @
93c02c09
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
# include <vector>
# include <vector>
# include <jrl/mal/boost.hh>
# include <jrl/mal/boost.hh>
# include <std_msgs/Float64.h>
# include <std_msgs/Float64.h>
# include "dynamic_graph/Matrix.h"
# include "dynamic_graph
_bridge
/Matrix.h"
# include "dynamic_graph/Vector.h"
# include "dynamic_graph
_bridge
/Vector.h"
namespace
dynamicgraph
namespace
dynamicgraph
{
{
...
@@ -27,8 +27,8 @@ namespace dynamicgraph
...
@@ -27,8 +27,8 @@ namespace dynamicgraph
struct
SotToRos
<
ml
::
Matrix
>
struct
SotToRos
<
ml
::
Matrix
>
{
{
typedef
ml
::
Matrix
sot_t
;
typedef
ml
::
Matrix
sot_t
;
typedef
dynamic_graph
::
Matrix
ros_t
;
typedef
dynamic_graph
_bridge
::
Matrix
ros_t
;
typedef
dynamic_graph
::
MatrixConstPtr
ros_const_ptr_t
;
typedef
dynamic_graph
_bridge
::
MatrixConstPtr
ros_const_ptr_t
;
typedef
dynamicgraph
::
SignalTimeDependent
<
sot_t
,
int
>
signal_t
;
typedef
dynamicgraph
::
SignalTimeDependent
<
sot_t
,
int
>
signal_t
;
typedef
boost
::
function
<
sot_t
&
(
sot_t
&
,
int
)
>
callback_t
;
typedef
boost
::
function
<
sot_t
&
(
sot_t
&
,
int
)
>
callback_t
;
};
};
...
@@ -37,8 +37,8 @@ namespace dynamicgraph
...
@@ -37,8 +37,8 @@ namespace dynamicgraph
struct
SotToRos
<
ml
::
Vector
>
struct
SotToRos
<
ml
::
Vector
>
{
{
typedef
ml
::
Vector
sot_t
;
typedef
ml
::
Vector
sot_t
;
typedef
dynamic_graph
::
Vector
ros_t
;
typedef
dynamic_graph
_bridge
::
Vector
ros_t
;
typedef
dynamic_graph
::
VectorConstPtr
ros_const_ptr_t
;
typedef
dynamic_graph
_bridge
::
VectorConstPtr
ros_const_ptr_t
;
typedef
dynamicgraph
::
SignalTimeDependent
<
sot_t
,
int
>
signal_t
;
typedef
dynamicgraph
::
SignalTimeDependent
<
sot_t
,
int
>
signal_t
;
typedef
boost
::
function
<
sot_t
&
(
sot_t
&
,
int
)
>
callback_t
;
typedef
boost
::
function
<
sot_t
&
(
sot_t
&
,
int
)
>
callback_t
;
};
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment