ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

problem connecting Irobot_create, Permission denied: '/dev/ttyACM0'?

asked 2013-07-05 20:48:01 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

running the command on terminal

lsusb

it shows the serial to USB connectors connection as Sun Corp. (Suntac?):

Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
**Bus 003 Device 002: ID 05db:0012 Sun Corp. (Suntac?)**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 138a:003d Validity Sensors, Inc. 
Bus 001 Device 005: ID 04f2:b230 Chicony Electronics Co., Ltd Integrated HP HD Webcam
Bus 002 Device 003: ID 0a5c:21e1 Broadcom Corp.

running the command as bellow: I got to know it is connected at ttyACM0

dmesg | grep tty

But when running command on terminal

rosrun irobot_create_2_1 driver.py

the message appeared as"

could not open port /dev/ttyACM0: [Errno 13] Permission denied: '/dev/ttyACM0'
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-07-05 21:09:57 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

I just got the solution. just run the command to get permission.

sudo chmod 0777 /dev/ttyUSB0

I found this solution but there is still a problem I have to run this command every time I start run the brown driver.. the same is with the terminal command to change the port setting from ttyS0 to ttyACM0.

rosparam set /brown/irobot_create_2_1/port /dev/ttyACM0
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-05 20:48:01 -0500

Seen: 1,682 times

Last updated: Jul 06 '13