Regenerate SCT drivers

This commit is contained in:
Douglas Clowes
2014-12-02 10:09:17 +11:00
parent e64b7bf409
commit 5f2223510f
41 changed files with 82 additions and 0 deletions

View File

@@ -100,6 +100,8 @@ proc ::scobj::epson_pandp::read_config {} {
}
if { [string equal -nocase [dict get $v "driver"] "epson_pandp"] } {
::scobj::epson_pandp::sics_log 9 "No sctcontroller for epson_pandp"
set ip_address [dict get $v ip]
set tcp_port [dict get $v port]
set arg_list [list]
set missing_list [list]
foreach arg {robot_name} {