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
cd5506c5
Commit
cd5506c5
authored
4 years ago
by
Joseph Mirabel
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation.
parent
232d5d74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/ros_tf_listener.hh
+2
-0
2 additions, 0 deletions
src/ros_tf_listener.hh
src/ros_time.hh
+2
-0
2 additions, 0 deletions
src/ros_time.hh
with
4 additions
and
0 deletions
src/ros_tf_listener.hh
+
2
−
0
View file @
cd5506c5
...
...
@@ -13,6 +13,8 @@
#include
<sot/core/matrix-geometry.hh>
#include
<dynamic_graph_bridge/ros_init.hh>
namespace
dynamicgraph
{
class
RosTfListener
;
...
...
This diff is collapsed.
Click to expand it.
src/ros_time.hh
+
2
−
0
View file @
cd5506c5
...
...
@@ -28,6 +28,8 @@ class RosTime : public dynamicgraph::Entity {
static
const
std
::
string
docstring_
;
};
// class RosTime
template
<
>
struct
signal_io
<
boost
::
posix_time
::
ptime
>
:
signal_io_unimplemented
<
boost
::
posix_time
::
ptime
>
{};
}
// namespace dynamicgraph
#endif // DYNAMIC_GRAPH_ROS_TIME_HH
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