-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:go-pos method in pepper-interface.l does not work #465
Comments
I couldn't understand if it relates to this problem, but I found some topics in Mainly, /pose_controller and manager publish and subscribe
|
The results of trying previous pepper ROS environment: About /pose_controller and /pose_manager: |
About /pose_controller and /pose_manager: On the other hand, I also have to consider the role of |
pose_controller.py: subscribe topics: services: |
about
Therefore it was not correct. I suggested |
Sorry for late response, The changes in naoqi_driver is to use c++ version if ROS-naoqi bridge instead of Python for efficiency. And that c++ bridge is not provide all fictionally as they provided in Python version. So if we look into move/navigation related code at |
Thank you very much for telling me, and I am very sorry because I'm like a turtle to understand what I should do and how programs work. (I also have to be sorry for turtles.) |
:go-pos
publishes/cmd_pose
topic, and:go-velocity
publishes/cmd_vel
topic.The results of
rostopic info /cmd_pose or /cmd_vel
are as follows.I would like to know who is a subscriber of
/cmd_pose
. (Tomorrow I will look into it by using previous pepper environment.)In addition,
//pepper_robot
as a subscriber for/cmd_vel
topic seems weird. I think it comes from previouspepper.launch
, but I don't know how to check it. If my guess is right, the process of/cmd_vel
topic should also be modified.The result of
rosnode info //pepper_robot
is as follows.The text was updated successfully, but these errors were encountered: