Skip to content
  • Leigh B. Stoller's avatar
    Add destination coords to the nodes table for robots. · be79278b
    Leigh B. Stoller authored
    	alter table nodes add destination_x float NOT NULL default '0';
    	alter table nodes add destination_y float NOT NULL default '0';
    
    Unlike other coords, these are meters and translated to pixels
    later when displayed (trying to head in the right direction ...)
    be79278b