Skip to content
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

Issue of no responding after roslaunch #2

Open
chenxizhang1994 opened this issue Jan 17, 2018 · 11 comments
Open

Issue of no responding after roslaunch #2

chenxizhang1994 opened this issue Jan 17, 2018 · 11 comments

Comments

@chenxizhang1994
Copy link

Hi,

When I roslaunch the package, rviz has not been launched and it says 'connecting to move_base'. I have waited for a long time and still, nothing displayed as shown in the picture named troubleshoot. In addition, followed the tutorial at http://wiki.ros.org/follow_waypoints the fault output has occurred as shown in picture named troubleshoot 2. I am a newbie to ROS and currently I am still researching and learning. Please do help! Many thanks indeed.
troubleshoot 2
troubleshoot of follow_waypoints

@danielsnider
Copy link
Owner

danielsnider commented Jan 17, 2018 via email

@ROSnewbie
Copy link

Hi, thank you for your last reply. This time the problem is move_base_msgs.msg cannot find, however I did look up and couldn't find this message file anywhere. Can you help?
image

@danielsnider
Copy link
Owner

danielsnider commented Jan 23, 2018 via email

@Shubhamvithalani
Copy link

Shubhamvithalani commented Apr 5, 2019

@ROSnewbie How did you solved the previous error? Where you were unable to connect to move_base. Cause when I do rostopic list I can see the topics of /move_base/$(feedback, goal, status)

@Shubhamvithalani
Copy link

Hi, This package expects you to be using the move_base ROS service. Move_base is a component of the ROS Navigation stack (nav stack). The main way to do path planning in ROS. http://wiki.ros.org/navigation http://wiki.ros.org/navigation/Tutorials Are you running the nav stack and move_base? If so the follow_waypoints package should move past the connecting stop. Daniel Snider ツ

On Wed, Jan 17, 2018 at 4:55 PM, jackiepong @.***> wrote: Hi, When I roslaunch the package, rviz has not been launched and it says 'connecting to move_base'. I have waited for a long time and still, nothing displayed as shown in the picture named troubleshoot. In addition, followed the tutorial at http://wiki.ros.org/follow_waypoints the fault output has occurred as shown in picture named troubleshoot 2. I am a newbie to ROS and currently I am still researching and learning. Please do help! Many thanks indeed. [image: troubleshoot 2] https://user-images.githubusercontent.com/29064129/35069056-ec49d05c-fbd0-11e7-8c07-b1a21ec8ece0.png [image: troubleshoot of follow_waypoints] https://user-images.githubusercontent.com/29064129/35069057-ec62d502-fbd0-11e7-9697-fa3e51c18304.png — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#2>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABqDWKCoIVOyoesRxYMTQYPRKc3M5UTKks5tLmxUgaJpZM4RiDEw .

What do you mean by "Are you running the nav stack and move_base?" Please mention the commands if any

@danielsnider
Copy link
Owner

@Shubhamvithalani the nav stack is complicated. The roslaunch I use to start it is <node pkg="move_base" type="move_base" name="move_base" output="screen" respawn="true" clear_params="true" > from this file: https://github.com/danielsnider/URC/blob/master/rosws/src/rover_navigation/launch/move_base.launch#L7

I recommend you read some tutorials:
http://wiki.ros.org/navigation
http://wiki.ros.org/navigation/Tutorials

@Shubhamvithalani
Copy link

Shubhamvithalani commented Apr 5, 2019

@danielsnider I tried as you said and still was not able to connect to the server.
I started the move_base node and this was the possible error/warning.

[ WARN] [1554472043.191979217, 13.950000000]: Timed out waiting for transform from base_link to map to become available before running costmap, tf error: canTransform: target_frame map does not exist.. canTransform returned after 0.1 timeout was 0.1.

Also, does this repo necessarily need a /map. Can I do waypoint following using /odom data?

@danielsnider
Copy link
Owner

danielsnider commented Apr 5, 2019 via email

@Shubhamvithalani
Copy link

@danielsnider Actually I am working on Monocular ORB Slam2 from which we can get the trajectory traversed by the camera and localise ourselves in the map. Now I plan to traverse the same trajectory given the discrete way-points to reach to the goal. If you can just let me know that move_base will help. I'll try. Thanks

@danielsnider
Copy link
Owner

danielsnider commented Apr 5, 2019 via email

@hsaleem1
Copy link

hsaleem1 commented Dec 4, 2021

Hi @chenxizhang1994, have you solved this problem?
I have got the following output after using roslaunch follow_waypoints follow_waypoints.launch

[ DEBUG ] : Adding state 'GET_PATH' to the state machine.
[ DEBUG ] : State 'GET_PATH' is missing transitions: {}
[ DEBUG ] : TRANSITIONS FOR GET_PATH: {'success': 'FOLLOW_PATH'}
[INFO][139636283606784][/follow_waypoints/init:54]: Connecting to move_base...

Could you please guide me, what can I do next?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants