SendingSimpleGoals [closed]

asked 2013-09-02 02:09:23 -0500

Yami gravatar image

Hello all, Following the SendingSimpleGoals tutorial, after running the executable, Waiting for the move_base action server to come up waits forever. Can anyone suggest me sth plz? Thx.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-08-08 01:41:38.098826

Comments

Are you actually running move_base?

dornhege gravatar image dornhege  ( 2013-09-02 02:27:38 -0500 )edit

Hello Dornhege, I publish these messages: /odom Type: geometry_msgs/TwistStamped Publishers: * /vrep (http://ubuntu:39530/) Subscribers: None /odom_2 Type: geometry_msgs/PoseStamped Publishers: * /vrep (http://ubuntu:39530/) Subscribers: None /rosout /rosout_agg /tf /vrep/info /vrep/laser_scan from V-rep to ROS. But after running the executable: simple_navigation_goalsI always have: Waiting for the move_base action server to come up. Can u please tell me what more I should publish/subscribe?

Yami gravatar image Yami  ( 2013-09-17 23:08:25 -0500 )edit

It seems like you're not running move_base. You need to run the move_base node as that supplies all the navigation functionality.

dornhege gravatar image dornhege  ( 2013-09-17 23:12:49 -0500 )edit

The move_base node which is in http://wiki.ros.org/move_base?action=AttachFile&do=view&target=overview_tf.png defined? I'm running a simulation in rviz. How shall I support that? I thought I shall publish each necessary msg to ROS. Can u please help me with that?

Yami gravatar image Yami  ( 2013-09-17 23:37:22 -0500 )edit

In ceneral I have these now: rostopic list /move_base/cancel ,/move_base/feedback ,/move_base/goal ,/move_base/result ,/move_base/status ,/odom ,/odom_2 ,/rosout ,/rosout_agg ,/tf ,/vrep/info ,/vrep/laser_scan

Yami gravatar image Yami  ( 2013-09-17 23:40:07 -0500 )edit

Are you trying to emulate move_base by offering the same topics or are these from running move_base?

dornhege gravatar image dornhege  ( 2013-09-18 01:19:25 -0500 )edit

That's what im doing: I wanna send a very simple command from the simple_navigation_goals package (wiki.ros.org/navigation/Tutorials/SendingSimpleGoals) to a simulated kuka youbot in v-rep. I added some lines to the script of the simulated robot to support topics necessary for move_base action server.

Yami gravatar image Yami  ( 2013-09-18 01:30:58 -0500 )edit

In that case, you'll need to implement an action server for the MoveBaseAction: http://wiki.ros.org/move_base_msgs?distro=hydro

dornhege gravatar image dornhege  ( 2013-09-18 03:34:12 -0500 )edit