Skip to content

Commit

Permalink
Merge pull request autowarefoundation#543 from CPFL/add-dialog
Browse files Browse the repository at this point in the history
Add dialog
  • Loading branch information
TomohitoAndo authored Dec 13, 2016
2 parents 79d551d + 5563f35 commit 812a754
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@
<param name="map_topic" value="$(arg map_topic)" />
</node>

<!-- Visualization node-->
<node pkg="waypoint_maker" type="waypoint_marker_publisher" name="waypoint_marker_publisher"/>

</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
<node pkg="waypoint_maker" type="waypoint_marker_publisher" name="waypoint_marker_publisher"/>


</launch>
</launch>
21 changes: 21 additions & 0 deletions ros/src/util/packages/runtime_manager/scripts/computing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ subs :
- name : astar_navi
desc : astar_navi desc sample
cmd : roslaunch freespace_planner astar_navi.launch
param: astar_navi

- name : Motion Planning
desc : Motion Planning desc sample
Expand Down Expand Up @@ -1865,6 +1866,26 @@ params :
- Passing desc sample
v : 1

- name : astar_navi
vars :
- name : use_back
desc : Use reverse motion for planning
label : Use Reverse Motion
kind : checkbox
v : False
cmd_param:
dash : ''
delim : ':='
- name : waypoint_velocity_kmph
desc : Velocity of planned waypoints
label : Waypoint Velocity
min : 0.0
max : 40.0
v : 5.0
cmd_param :
dash : ''
delim : ':='

- name : waypoint_saver
vars :
- name : save_filename
Expand Down

0 comments on commit 812a754

Please sign in to comment.