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
2fb3f17e
Commit
2fb3f17e
authored
Mar 14, 2019
by
simalpha
Browse files
Change footstep plan channel name (sync with Director).
parent
8adfc83a
Changes
1
Hide whitespace changes
Inline
Side-by-side
aicp_ros/src/talker_ros.cpp
View file @
2fb3f17e
...
...
@@ -7,7 +7,7 @@ namespace aicp {
ROSTalker
::
ROSTalker
(
ros
::
NodeHandle
&
nh
,
std
::
string
fixed_frame
)
:
nh_
(
nh
),
fixed_frame_
(
fixed_frame
)
{
footstep_plan_pub_
=
nh_
.
advertise
<
geometry_msgs
::
PoseArray
>
(
"/
position_controller
/footstep_plan_request_list"
,
10
);
footstep_plan_pub_
=
nh_
.
advertise
<
geometry_msgs
::
PoseArray
>
(
"/
aicp
/footstep_plan_request_list"
,
10
);
}
void
ROSTalker
::
publishFootstepPlan
(
std
::
vector
<
Eigen
::
Isometry3d
,
Eigen
::
aligned_allocator
<
Eigen
::
Isometry3d
>>&
path
,
...
...
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