Skip to content

Commit 963f9be

Browse files
ensure clang-tidy fails this commit
1 parent ced3a84 commit 963f9be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fuse_models/src/omnidirectional_3d.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ PLUGINLIB_EXPORT_CLASS(fuse_models::Omnidirectional3D, fuse_core::MotionModel)
6565
namespace std
6666
{
6767

68+
// test clang tidy
6869
inline bool isfinite(const fuse_core::Vector3d& vector)
6970
{
7071
return std::isfinite(vector.x()) && std::isfinite(vector.y()) && std::isfinite(vector.z());

0 commit comments

Comments
 (0)