Skip to content

Commit

Permalink
Other fixes in action
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Feb 29, 2024
1 parent a24ad1c commit 1bb63eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

![ROS2](https://img.shields.io/badge/ros2-humble-blue?logo=ros&logoColor=white)
![License](https://img.shields.io/github/license/ajtudela/slg_msgs)
[![Build](https://github.com/ajtudela/slg_msgs/actions/workflows/build.yml/badge.svg?branch=humble)](https://github.com/ajtudela/slg_msgs/actions/workflows/build.yml)
![Codecov](https://img.shields.io/codecov/c/github/ajtudela/slg_msgs)
[![Build](https://github.com/ajtudela/slg_msgs/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/ajtudela/slg_msgs/actions/workflows/build.yml)
[![Codecov](https://img.shields.io/codecov/c/github/ajtudela/slg_msgs)](https://app.codecov.io/gh/ajtudela/slg_msgs/)

## Overview
This package provides classes and messages to interact with laser related geometry, simple laser geometry.
Expand Down
1 change: 0 additions & 1 deletion test/test_segment2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ TEST(Segment2DTest, comparisonOperators) {
segment4.add_point(slg::Point2D(5.0, 6.0, slg::PERSON));
segment4.add_point(slg::Point2D(7.0, 8.0, slg::PERSON));
EXPECT_TRUE(segment3 != segment4);

}

int main(int argc, char ** argv)
Expand Down

0 comments on commit 1bb63eb

Please # to comment.