Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robot (first time) configuration through access point #8

Open
David-Estevez opened this issue Apr 6, 2016 · 4 comments
Open

Robot (first time) configuration through access point #8

David-Estevez opened this issue Apr 6, 2016 · 4 comments

Comments

@David-Estevez
Copy link
Collaborator

Suggestion for a cool improvement: When you first turn on you robot, it creates a wireless access point that you can use to configure the robot and tell which network it should connect to. Then, the robot switches off this access point and connects to the game network.

@jgvictores
Copy link
Member

Blocked by #29

@jgvictores
Copy link
Member

Unblocked as #29 closed.

The proposed interface should modify the installed versions of these launch files, which are currently hard-coded to be used from /usr/local/share/robotDevastation-robots/contexts/launch/ in the services.

As an additional reference, we still have this web snippet, but it lacks editing permissions on the installed files.

@jgvictores
Copy link
Member

Historic from http://asrob.uc3m.es/index.php/C%C3%B3mo_instalar_el_software_de_RD1_sobre_Raspbian_7 (perma):

git clone https://github.com/asrob-uc3m/robotDevastation-robots.git  # Download the robotDevastation-robots software from the repository
cd robotDevastation-robots/rd1/software; mkdir build; cd build; cmake ..  # Configure the robotDevastation-robots RD1 software
make  # Compile
sudo make install  # Install :-)

#- Extra robotName config server:
sudo apt-get install php5
sudo ln -s web/index.php /var/www
sudo ln -s web/save.php /var/www

@jgvictores
Copy link
Member

Setting up a Raspberry Pi as an access point in a standalone network (NAT): https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants