Functions | Variables
fetch_tools.commands.create_account Namespace Reference

Functions

def add_arguments (parser)
 
def main (args)
 

Variables

string create_user_script
 
string help_text = "Create an account on a robot"
 
string name = "create-account"
 
string setup_user_script
 

Detailed Description

The create account command creates a new user account on the specified robot.

Copyright 2015 Fetch Robotics Inc.
Author: Alex Henning

Function Documentation

◆ add_arguments()

def fetch_tools.commands.create_account.add_arguments (   parser)

Definition at line 122 of file create_account.py.

◆ main()

def fetch_tools.commands.create_account.main (   args)

Definition at line 36 of file create_account.py.

Variable Documentation

◆ create_user_script

string fetch_tools.commands.create_account.create_user_script
Initial value:
1 = """
2 echo %(fetch_password)s | sudo -S adduser %(user)s --gecos '%(fullname)s,,,' --disabled-password &&
3 echo '%(user)s:%(password)s' | sudo chpasswd &&
4 sudo usermod -G adm,audio,cdrom,sudo,dip,plugdev,lpadmin,sambashare %(user)s
5 """

Definition at line 20 of file create_account.py.

◆ help_text

string fetch_tools.commands.create_account.help_text = "Create an account on a robot"

Definition at line 18 of file create_account.py.

◆ name

string fetch_tools.commands.create_account.name = "create-account"

Definition at line 17 of file create_account.py.

◆ setup_user_script

string fetch_tools.commands.create_account.setup_user_script
Initial value:
1 = """
2 export FETCH_WORKSPACE=%(remote_workspace)s
3 export ROS_DISTRO=%(ros_distro)s
4 echo source /opt/ros/%(ros_distro)s/setup.bash >> ~/.bashrc.d/40-ros-setup.sh
5 echo source %(remote_workspace)s/devel/setup.bash >> ~/.bashrc.d/40-ros-setup.sh
6 echo '%(password)s' | sudo -S echo granting root priveleges for installation
7 bash ~/initialize.sh
8 """

Definition at line 26 of file create_account.py.



fetch_tools
Author(s): Alex Henning
autogenerated on Mon Feb 28 2022 22:19:10