Skip to content

Commit

Permalink
Add checkbox for dist_transform node in Computing tab
Browse files Browse the repository at this point in the history
  • Loading branch information
TomohitoAndo committed Jul 4, 2017
1 parent 862ca22 commit cabee68
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions ros/src/util/packages/runtime_manager/scripts/computing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ subs :
cmd : roslaunch object_map potential_field.launch
param: potential_field

- name : dist_transform
desc : Generate distance transformed cost map from OccupancyGrid
cmd : roslaunch object_map dist_transform.launch
param: dist_transform

- subs :
- name : Mission Planning
desc : Mission Planning desc sample
Expand Down Expand Up @@ -2870,3 +2875,23 @@ params :
cmd_param :
dash : ''
delim : ':='

- name : dist_transform
vars :
- name : max_distance
desc : Max distance for distance transform
label : Max Distance
min : 0.0
max : 20.0
v : 3.0
cmd_param :
dash : ''
delim : ':='
- name : map_topic
desc : Subscribing topic of OccupancyGrid message
label : Map Topic
kind : str
v : /realtime_cost_map
cmd_param :
dash : ''
delim : ':='

0 comments on commit cabee68

Please sign in to comment.