Skip to content

running python3 roar-vr.py -c permission error #11

@wuxiaohua1011

Description

@wuxiaohua1011

When running python3 roar-vr.py -c according to instruction https://github.com/augcog/ROAR_Jetson/blob/fix_jetson_control/Jetson-Control.md

I encounter this error:
serial.serialutil.SerialException: [Errno 13] could not open port /dev/ttyACM0: [Errno 13] Permission denied: '/dev/ttyACM0'

The solution is to
sudo chmod 666 /dev/ttyACM0

following from this stackoverflow post

Maybe good to put that in instruction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions