-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/CPFL/Autoware
- Loading branch information
Showing
22 changed files
with
3,717 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
ros/src/computing/planning/motion/packages/waypoint_follower/launch/velocity_set.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<!-- --> | ||
<launch> | ||
|
||
<arg name="detection_range" default="1.3" /> <!-- meter 2.2 --> | ||
<arg name="threshold_points" default="15" /> <!-- 5 --> | ||
<arg name="stop_interval" default="15" /> | ||
<arg name="detection_height_top" default="2.0" /><!-- 2.0 --> | ||
<arg name="detection_height_bottom" default="-1.0" /> | ||
<arg name="current_pose_topic" default="ndt" /> | ||
|
||
<!-- rosrun waypoint_follower velocity_set _detection_range:=0 --> | ||
<node pkg="waypoint_follower" type="velocity_set" name="velocity_set" output="screen"> | ||
<param name="detection_range" value="$(arg detection_range)" /> | ||
<param name="threshold_points" value="$(arg threshold_points)" /> | ||
<param name="stop_interval" value="$(arg stop_interval)" /> | ||
<param name="detection_height_top" value="$(arg detection_height_top)" /> | ||
<param name="detection_height_bottom" value="$(arg detection_height_bottom)" /> | ||
<param name="current_pose_topic" value="$(arg current_pose_topic)" /> | ||
</node> | ||
|
||
</launch> |
Oops, something went wrong.