forked from ouster-lidar/ouster-ros
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix update. See changelog for details
* Add support for automatic UDP destination in simple_viz and ROS (ouster-lidar#255) * Add a read timeout for TCP sockets (ouster-lidar#258) * Fall back to ipv4 when ipv6 is disabled via kernel parameters (ouster-lidar#261) * Fix open3d example crash on macos (ouster-lidar#267)
- Loading branch information
Dima Garbuzov
authored and
Tobias Holmer
committed
Dec 26, 2023
1 parent
752e78f
commit b6376d7
Showing
6 changed files
with
21 additions
and
14 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>ouster_ros</name> | ||
<version>0.2.0</version> | ||
<version>0.2.1</version> | ||
<description>Ouster example ROS client</description> | ||
<maintainer email="[email protected]">ouster developers</maintainer> | ||
<license>BSD</license> | ||
|
@@ -25,5 +25,7 @@ | |
<exec_depend>message_runtime</exec_depend> | ||
<exec_depend>topic_tools</exec_depend> | ||
|
||
<test_depend>gtest</test_depend> | ||
|
||
<export></export> | ||
</package> |
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