socrob / autonomous_systems

Material used for learning ROS and robotics, as part of the Autonomous Systems course at Instituto Superior Tecnico
34 stars 9 forks source link

Install UDEV drivers #14

Open KelloTomas opened 7 years ago

KelloTomas commented 7 years ago

in Lab2 in installing drivers is sudo service udev restart source $HOME/autonomous_systems/resources/scripts/udev_rules/install_udev_rules.sh

But it write error that cant find 85-pioneer.rules because executing of command need to be from their location(so first make cd $HOME/autonom....): sudo cp 85-pioneer.rules /etc/udev/rules.d

socrob commented 7 years ago

Done, thanks!