Open laila-fangyan opened 3 years ago
Hi @laila-fangyan Have you also tried setting up the USB port as below?
$ rosrun turtlebot3_bringup create_udev_rules
The OpenCR firmware download is successfully completed, but connecting to TurtleBot3 from the PC isn't related to this issue. Virtual computing environment is not recommended as there could be various configurations that could interrupt ROS connection.
When connecting ssh, make sure that there isn't a space between @ and the IP address as below.
$ ssh ubuntu@172.20.10.xx
Hi @ROBOTIS-Will
Thanks for the instruction. Do you mean the OpenCR setting up is completed? I can just ignore "failed to set dtr/rts"? Does it matter that it stays in ubuntu@ubuntu directory, not enters turtlebot@turtlebot after $ ./update.sh $OPENCR_PORT $OPENCR_MODEL.opencr"?
I just tried $ rosrun turtlebot3_bringup create_udev_rules in my PC, still returns "permission denied".
Thanks Fang
@laila-fangyan Have you also tried replacing the micro USB cable?
Seems like you don't have permission to run the script. I've recovered RPi3B+ using the Noetic image file in the eManual and ran the command which resulted as below.
Hi @laila-fangyan is this error solved cdc_acm 1-1.2:1.0: failed to set dtr/rts
?
Hi @laila-fangyan is this error solved
cdc_acm 1-1.2:1.0: failed to set dtr/rts
?
Hi, I gave up to install through VM. I started over the installation under single Ubunbu OS. And no such issue any more.
@laila-fangyan I see, thank you for the reply.
ISSUE TEMPLATE ver. 0.4.0
Which TurtleBot3 platform do you use?
Which ROS is working with TurtleBot3?
Which SBC(Single Board Computer) is working on TurtleBot3?
Which OS you installed on SBC?
Which OS you installed on Remote PC?
Specify the software and firmware version(Can be found from Bringup messages)
Specify the commands or instructions to reproduce the issue. In 3.3. 5th step Upload firmware to the OpenCR
Copy and Paste the error messages on terminal.
Please describe the issue in detail.
I use ubuntu through VirtualBox in my PC, the network connection works well. IP of turtlebot is 172.20.10.xx PC IP (Virtualbox) is 172.20.10.yy
I also tried to connect turtlebot3 from my pc, but after $ ssh ubuntu@ 172.20.10.xx and input password: turtlebot
it returns error: permission denied (publickey, password) or connection closed by 172.20.10.xx port 22 there is eduroam wifi in my room, but I didn't use that. I used the private wifi through my phone hotspot. What reason could it be?