You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I executed roslaunch pepper_bringup pepper_full.launch, I found /cmd_vel topic, but I couldn't find /cmd_pose.
I would like to have also /cmd_pose in naoqi_driver.launch. Could you tell me what do you think?
When I executed
roslaunch pepper_bringup pepper_full.launch
, I found/cmd_vel
topic, but I couldn't find/cmd_pose
.I would like to have also
/cmd_pose
innaoqi_driver.launch
. Could you tell me what do you think?In
nao_walker.py
innao_robot/nao_apps/nodes
(https://github.com/ros-naoqi/nao_robot/blob/master/nao_apps/nodes/nao_walker.py#L93), both topics are prepared.There is one pull-request for pepper walking-related function, and it uses both topics. ([nao_robot package] add launch/nao_wheel.launch nodes/nao_wheel.py #13 )(ros-naoqi/nao_robot#13)
The text was updated successfully, but these errors were encountered: