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
3d94c52c
Commit
3d94c52c
authored
Mar 21, 2019
by
simalpha
Browse files
Fix frame names, were causing conflict in map to odom tf.
parent
09ebf743
Changes
1
Hide whitespace changes
Inline
Side-by-side
aicp_ros/src/visualizer_ros.cpp
View file @
3d94c52c
...
...
@@ -48,8 +48,8 @@ ROSVisualizer::ROSVisualizer(ros::NodeHandle& nh, string fixed_frame) : nh_(nh),
0.5
,
1.0
,
0.5
,
0.5
,
0.5
,
1.0
};
odom_frame_
=
"
/
odom"
;
base_frame_
=
"
/
base"
;
odom_frame_
=
"odom"
;
base_frame_
=
"base"
;
}
void
ROSVisualizer
::
publishCloud
(
pcl
::
PointCloud
<
pcl
::
PointXYZ
>::
Ptr
&
cloud
,
...
...
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