This commit is contained in:
Pablo Iñigo Blasco 2019-10-07 23:30:15 +02:00
Родитель 989a316cd6
Коммит 46bdd90fe6
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,7 @@ robot_hostname="paule.local"
# Set *Either* your computers ip address or hostname. Please note if using
# your_hostname that this must be resolvable to the Robot.
# your_ip="127.0.XXX.XXX"
your_hostname="Ubuntu16"
your_hostname=`hostname`
# Specify ROS distribution (e.g. indigo, hydro, etc.)

2
setup/robot-challenge-setup.sh Normal file → Executable file
Просмотреть файл

@ -115,7 +115,7 @@ echo -e "***\n***\n***\n***\n Install ROS Kinetic Desktop FUll \n***\n***\n***\n
echo -e ${NC}
sudo apt-get update -y
sudo apt-get install -y ros-kinetic-desktop-full
sudo apt-get install -y ros-kinetic-desktop-full --allow-unauthenticated
# Initialize rosdep
sudo rosdep init || echo -e "${YELLOW}ROSDep Already Exists.${NC}"