Low level interface for the NYU Finger robot.
To run the python jupyter notebook demo without sudo, you have to adjust the permissions for the python executable:
$ sudo setcap cap_net_admin,cap_net_raw+ep /usr/bin/python2.7
Also, make sure the user is part of the realtime
group.
# To check if the user is part of the realtime group
$ groups
# To add the current user to the realtime group
# You will need to logout and login the current user again
# after running this command.
$ sudo usermod -a -G realtime $USER
- Julian Viereck
Copyright(c) 2020 Max Planck Gesellschaft, New York University
BSD 3-Clause License