forked from tier4/hesai_pandar
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support for gpstime and seamscontroller * Fixed the program to publish to diagnostics. * Fixed the program * rm respawn * pandar decoder. edge case when sensor returns timestamps larger than 2^32 Signed-off-by: amc-nu <[email protected]> --------- Signed-off-by: amc-nu <[email protected]> Co-authored-by: Takuro Suzuki <[email protected]> Co-authored-by: yudai.yamazaki <[email protected]>
- Loading branch information
1 parent
fd7cf23
commit 39f50e7
Showing
5 changed files
with
67 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<launch> | ||
<arg name="config_file" default="$(find pandar_monitor)/config/pandar_monitor.yaml"/> | ||
<arg name="ip_address" default="192.168.1.204" /> | ||
<arg name="output" default="log"/> | ||
<arg name="ip_address" default="192.168.1.201" /> | ||
<arg name="output" default="screen"/> | ||
|
||
<node pkg="pandar_monitor" type="pandar_monitor" name="pandar_monitor" output="$(arg output)" respawn="true"> | ||
<node pkg="pandar_monitor" type="pandar_monitor" name="pandar_monitor" output="$(arg output)"> | ||
<rosparam command="load" file="$(arg config_file)"/> | ||
<param name="ip_address" value="$(arg ip_address)" /> | ||
</node>/> | ||
</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
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