ethz-asl / mav_voxblox_planning

MAV planning tools using voxblox as the map representation.
BSD 3-Clause "New" or "Revised" License
453 stars 135 forks source link

Could not contact ROS master at [http://localhost:11311], retrying... #37

Closed mechaliomar closed 5 years ago

mechaliomar commented 5 years ago

Any one experienced this problem and solved it?

helenol commented 5 years ago

You don't have a roscore running. :) http://wiki.ros.org/roscore http://wiki.ros.org/ROS/Tutorials/UnderstandingNodes

mechaliomar commented 5 years ago

@helenol Thanks for your respond. I solved that problem by lunching roscore in one terminal and rviz in another terminal. But still have a problem, I cant do the following:

In rviz, select Panels -> Add New Panel and select Planning Panel: I just have the following choices -rviz -rviz_plugin_tutorials

IMG_20190417_204538 :

IMG_20190417_204514

BEST REGARDS

RicoJia commented 3 years ago

You don't have a roscore running. :) http://wiki.ros.org/roscore http://wiki.ros.org/ROS/Tutorials/UnderstandingNodes THANK YOU! WORKED FOR ME @helenol

WohimLee commented 3 years ago

Any one experienced this problem and solved it?

same question

ArifinRafi commented 2 years ago

I am facing the same issue. How did you solve it?

Jaeyoung-Lim commented 2 years ago

@liheqian1993 @ArifinRafi Please read the linked document on the original reply.

The problem you are having is not related to this repository, but related to the startup sequence of ROS in general