-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename nodelets_os namesapce to ouster_ros +
Rename nodelets_os.xml to ouster_ros_nodelet.xml + Wrap all classes with ouster_ros + always default no_bond + Fix Dockerfile build formatting
- Loading branch information
Showing
28 changed files
with
201 additions
and
198 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
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
This file was deleted.
Oops, something went wrong.
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,27 @@ | ||
<library path="lib/libouster_ros_nodelets"> | ||
<class name="ouster_ros/OusterSensor" type="ouster_ros::OusterSensor" base_class_type="nodelet::Nodelet"> | ||
<description> | ||
A nodelet that connects to an Ouster sensor and publish incoming imu and lidar packets to other ros nodes. | ||
</description> | ||
</class> | ||
<class name="ouster_ros/OusterReplay" type="ouster_ros::OusterReplay" base_class_type="nodelet::Nodelet"> | ||
<description> | ||
A nodelet that can load up existing Ouster recordings and replay them. | ||
</description> | ||
</class> | ||
<class name="ouster_ros/OusterCloud" type="ouster_ros::OusterCloud" base_class_type="nodelet::Nodelet"> | ||
<description> | ||
A nodelet that process incoming Ouster lidar packets and publishes a corresponding point cloud. | ||
</description> | ||
</class> | ||
<class name="ouster_ros/OusterImage" type="ouster_ros::OusterImage" base_class_type="nodelet::Nodelet"> | ||
<description> | ||
A nodelet that processes Ouster point clouds and publish them as depth images. | ||
</description> | ||
</class> | ||
<class name="ouster_ros/OusterDriver" type="ouster_ros::OusterDriver" base_class_type="nodelet::Nodelet"> | ||
<description> | ||
A nodelet that combines the capabilities of OusterSensor, OusterCloud and OusterImage into a single nodelet. | ||
</description> | ||
</class> | ||
</library> |
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
Oops, something went wrong.