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
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