Turtlebot Dashboard not coming up.
Hello,
I have a problem with turtlebot dashboard not popping up on the screen. When I run the command:
rosrun turtlebot_dashboard turtlebot_dashboard
I get a message that looks like this:
Unable to register with master node [http://143.215.120.237:11311]: master may not be running yet. Will keep trying
One time it actually ran the dashboard and everything was greyed out. The tutorial said that the ROS_MASTER_URI must not be set correctly but it is.
I am pinging to the turtlebot, turtlebot is on, and I have ssh'ed in to it already. (I don't know if any of this makes a difference)
Although, when I roscore on MY laptop it give me an error saying:
WARNING: ROS_MASTER_URI [http://143.215.120.237:11311] host is not set to this machine
I have made an edit in my .bashrc to run the correct ROS_MASTER_URI.
What can I do for my dashboard to pop up correctly?
Thanks in advance! :D