Robotics StackExchange | Archived questions

First boot of pi 3b+ on turtlebot3 login

Hello,

I'm trying to boot into my Raspberry Pi 3b+ on my Turtlebot3 with the respective image (https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/#sbc-setup). I get to the point where I need to enter the login information, but ubuntu/ ubuntu doesn't work. I have also tried pi/ raspberry etc. but nothing is correct.

Am I missing something? Is the username and pw for this image different?

Asked by sudo-Boris on 2021-05-26 08:07:01 UTC

Comments

Hey can you help me out with connecting my turtlebot3 with my laptop. Nothing comes up when I connect the HDMI cable

Asked by koundinya on 2022-01-06 10:24:25 UTC

Answers

Did you try user = "pi" and pass = "turtlebot"?

The default password is turtlebot.

Asked by shonigmann on 2021-05-26 19:31:05 UTC

Comments

No I have not. This could work! I have already worked around this issue by going through the manual SBC setup.

But for other people this could be the solution.

Asked by sudo-Boris on 2021-05-27 02:19:04 UTC

I had to do a new setup of the OS for the PI.. But I tried out the ROS1 Melodic image and the following user and pw worked!

user = "ubuntu" password = "turtlebot"

Asked by sudo-Boris on 2021-06-02 11:27:37 UTC

For Melodic at least:

user = "ubuntu"
password = "turtlebot"

Asked by sudo-Boris on 2021-06-02 14:05:25 UTC

Comments