Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated ::Model models leftovers #194

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions fuse_models/fuse_plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
another node
</description>
</class>
<class type="fuse_models::twist_2d::Model" base_class_type="fuse_core::SensorModel">
<description>
An adapter-type sensor that produces absolute velocity constraints from information published by another node
</description>
</class>
<class type="fuse_models::Twist2D" base_class_type="fuse_core::SensorModel">
<description>
An adapter-type sensor that produces absolute velocity constraints from information published by another node
Expand All @@ -59,5 +54,4 @@
A fuse_models ignition sensor designed to be used in conjunction with the unicycle 2D motion model.
</description>
</class>

</library>
2 changes: 1 addition & 1 deletion fuse_models/include/fuse_models/imu_2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ namespace fuse_models
* 2. Creates 2D velocity variables and constraints.
*
* This sensor really just separates out the orientation, angular velocity, and linear acceleration components of the
* message, and processes them just like the pose_2d::Model, twist_2d::Model, and acceleration_2d::Model classes.
* message, and processes them just like the Pose2D, Twist2D, and Acceleration2D classes.
*
* Parameters:
* - device_id (uuid string, default: 00000000-0000-0000-0000-000000000000) The device/robot ID to publish
Expand Down
2 changes: 1 addition & 1 deletion fuse_models/include/fuse_models/odometry_2d.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ namespace fuse_models
* 2. Creates 2D velocity variables and constraints.
*
* This sensor really just separates out the pose and twist components of the message, and processes them just like the
* pose_2d::Odometry2D and twist_2d::Odometry2D classes.
* Pose2D and Twist2D classes.
*
* Parameters:
* - device_id (uuid string, default: 00000000-0000-0000-0000-000000000000) The device/robot ID to publish
Expand Down