Skip to content

Commit

Permalink
Merge pull request #11 from CPFL/add_region_tlr_dialog
Browse files Browse the repository at this point in the history
Runtime Manager Computing tab, add region_tlr diloag
  • Loading branch information
kondoh2 committed Sep 2, 2015
2 parents 1f95756 + 63c5ded commit f7e6f23
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ros/src/util/packages/runtime_manager/scripts/computing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ subs :
param: feat_proj
- name : region_tlr
cmd : roslaunch road_wizard traffic_light_recognition.launch
param: region_tlr

- name : viewers
subs :
Expand Down Expand Up @@ -778,6 +779,15 @@ params :
max : 100
v : 0

- name : region_tlr
topic: /config/superimpose
msg : Bool
vars :
- name : data
label : Display superimpose result
kind : checkbox
v : False

- name : traffic_light
vars :
- name : file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
import rtmgr
import rospy
import std_msgs.msg
from std_msgs.msg import Bool
from decimal import Decimal
from runtime_manager.msg import ConfigCarDpm
from runtime_manager.msg import ConfigPedestrianDpm
Expand Down

0 comments on commit f7e6f23

Please sign in to comment.