This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea9dbb4
commit 4b2b134
Showing
6 changed files
with
201 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
|
||
<launch> | ||
<arg name="hostname" default="192.168.0.1"/> | ||
<arg name="cloud_topic" default="cloud"/> | ||
<arg name="frame_id" default="cloud"/> | ||
<node name="sick_nav_3xx" pkg="sick_scan" type="sick_generic_caller" respawn="false" output="screen"> | ||
<param name="scanner_type" type="string" value="sick_nav_3xx"/> | ||
|
||
<!-- -90° --> | ||
<param name="min_ang" type="double" value="-1.570796327"/> | ||
|
||
<!-- 270° --> | ||
<param name="max_ang" type="double" value="4.71238898"/> | ||
|
||
<param name="use_binary_protocol" type="bool" value="false"/> | ||
<param name="intensity" type="bool" value="True"/> | ||
<param name="hostname" type="string" value="$(arg hostname)"/> | ||
<param name="cloud_topic" type="string" value="$(arg cloud_topic)"/> | ||
<param name="frame_id" type="str" value="$(arg frame_id)"/> | ||
<param name="port" type="string" value="2112"/> | ||
<param name="timelimit" type="int" value="5"/> | ||
</node> | ||
|
||
</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