File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 102102 <input_port name =" input_goals" >Input goals to remove if passed</input_port >
103103 <input_port name =" radius" >Radius tolerance on a goal to consider it passed</input_port >
104104 <input_port name =" robot_base_frame" >Robot base frame</input_port >
105+ <input_port name =" input_waypoint_statuses" >Original waypoint_statuses to mark waypoint status from</input_port >
105106 <output_port name =" output_goals" >Set of goals after removing any passed</output_port >
107+ <output_port name =" output_waypoint_statuses" >Waypoint_statuses with passed waypoints marked</output_port >
106108 </Action >
107109
108110 <Action ID =" RemoveInCollisionGoals" >
111113 <input_port name =" use_footprint" >Whether to use the footprint cost or the point cost.</input_port >
112114 <input_port name =" cost_threshold" >The cost threshold above which a waypoint is considered in collision and should be removed.</input_port >
113115 <input_port name =" consider_unknown_as_obstacle" > If unknown cost is considered valid </input_port >
116+ <input_port name =" input_waypoint_statuses" >Original waypoint_statuses to mark waypoint status from</input_port >
114117 <output_port name =" output_goals" >A vector of goals containing only those that are not in collision.</output_port >
118+ <output_port name =" output_waypoint_statuses" >Waypoint_statuses with passed waypoints marked</output_port >
115119 </Action >
116120
117121 <Action ID =" SmoothPath" >
You can’t perform that action at this time.
0 commit comments