How to MoveBaseClient into move_base node ?
Hi
How can I put MoveBaseClient into the move_base node ?
Thanks
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2018-06-10 13:20:23 -0500
Seen: 229 times
Last updated: Jun 10 '18
ImportError: dynamic module does not define module export function (PyInit__tf2)
Unable to point cloud visualize in RVIZ
Formatting rosbag data exported to .csv [closed]
Creating a web interface for a ROS robot
Maps, is it better to publish on a topic or use a service and have other nodes request a map?
I don't understand the question. Please Elaborate on what you want to do... I guess #q293714 is a duplicate?
Yes.I try to put this code (simpeActionClient) into the move_base node.I define in move_base ac_=new MoveBaseClient( "/move_base", true); But I get an error: cannot convert ‘move_base::MoveBaseClient* to ‘move_base::MoveBaseActionServer.
are you sure this is
ac_ = new ...
and notas_ = new ...
? Please also Elaborate about the "why" of your Task, to avoid a possible xy-Problem.okey.Thanks for attention.I try to put MoveBaseClient into move_base node.My aim is to send a goal from another service(also in move_base)to the MoveBaseClient and it will transfer this goal to the MoveBaseActionServer.The above problem was a misspelling problem I solved,but I system still not works
I hope this explanation was clear. Basically, I try to put MoveBaseClient and MoveBaseActionServer in a same node.