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
Gepetto
aicp_mapping
Commits
8adfc83a
Commit
8adfc83a
authored
Mar 14, 2019
by
simalpha
Browse files
Fix function name lcm.
parent
60fe8e82
Changes
2
Hide whitespace changes
Inline
Side-by-side
aicp_lcm/include/aicp_lcm/visualizer_lcm.hpp
View file @
8adfc83a
...
...
@@ -32,10 +32,10 @@ public:
string
channel_name
);
// Publish corrected pose lcm
void
publishPose
(
Eigen
::
Isometry3d
pose_
,
int
param
,
string
name
,
int64_t
utime
);
void
publishPose
s
(
Eigen
::
Isometry3d
pose_
,
int
param
,
string
name
,
int64_t
utime
);
// Gets
const
std
::
vector
<
Eigen
::
Isometry3d
,
Eigen
::
aligned_allocator
<
Eigen
::
Isometry3d
>>&
getPath
()
...
...
aicp_lcm/src/visualizer_lcm.cpp
View file @
8adfc83a
...
...
@@ -31,10 +31,10 @@ void LCMVisualizer::publishOctree(octomap::ColorOcTree*& octree,
publishOctreeToLCM
(
lcm_
,
octree
,
channel_name
);
}
void
LCMVisualizer
::
publishPose
(
Isometry3d
pose_
,
int
param
,
string
name
,
int64_t
utime
=
-
1
)
void
LCMVisualizer
::
publishPose
s
(
Isometry3d
pose_
,
int
param
,
string
name
,
int64_t
utime
=
-
1
)
{
// TO DO: fix this part
}
...
...
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