Carma-platform v4.2.0
CARMA Platform is built on robot operating system (ROS) and utilizes open source software (OSS) that enables Cooperative Driving Automation (CDA) features to allow Automated Driving Systems to interact and cooperate with infrastructure and other vehicles through communication.
speedharm-cli.py File Reference

Go to the source code of this file.

Namespaces

namespace  speedharm-cli
 

Functions

def speedharm-cli.print_response (resp)
 
def speedharm-cli.unknown_command (cmd)
 
def speedharm-cli.process_set_command (parts)
 
def speedharm-cli.process_get_command (parts)
 
def speedharm-cli.process_delete_command (parts)
 
def speedharm-cli.cd (new_url)
 
def speedharm-cli.process_cd_command (parts)
 
def speedharm-cli.process_post_command (parts)
 
def speedharm-cli.process_create_vehicle ()
 
def speedharm-cli.process_create_experiment ()
 
def speedharm-cli.process_create_algorithm ()
 
def speedharm-cli.process_create_command (parts)
 
def speedharm-cli.select_vehicle ()
 
def speedharm-cli.process_assign_experiment ()
 
def speedharm-cli.process_assign_algorithm ()
 
def speedharm-cli.process_assign_command (parts)
 
def speedharm-cli.process_list_vehicles ()
 
def speedharm-cli.process_list_experiments ()
 
def speedharm-cli.process_list_algorithms ()
 
def speedharm-cli.process_list_command (parts)
 
def speedharm-cli.process_fetch_command (parts)
 
def speedharm-cli.parse_input (cmd)
 
def speedharm-cli.get_cur_url ()
 
def speedharm-cli.main ()
 

Variables

string speedharm-cli.version_id = "v0.1"
 
bool speedharm-cli.running = True
 
string speedharm-cli.base_url = "http://35.153.64.44:8081"
 
string speedharm-cli.rel_url = ""
 
string speedharm-cli.vehicles_url = "/rest/vehicles"
 
string speedharm-cli.experiments_url = "/rest/experiments"
 
string speedharm-cli.algorithms_url = "/rest/algorithms"