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

Add safety_limiter_msgs package #16

Merged
merged 11 commits into from
Sep 17, 2019
Merged

Add safety_limiter_msgs package #16

merged 11 commits into from
Sep 17, 2019

Conversation

DaikiMaekawa
Copy link
Collaborator

No description provided.

@at-wat
Copy link
Owner

at-wat commented Sep 9, 2019

[#39] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#39] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

@DaikiMaekawa
Copy link
Collaborator Author

@at-wat PTAL

@at-wat
Copy link
Owner

at-wat commented Sep 9, 2019

[#40] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#40] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

Copy link
Owner

@at-wat at-wat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@at-wat
Copy link
Owner

at-wat commented Sep 9, 2019

[#41] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#41] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

@DaikiMaekawa
Copy link
Collaborator Author

@at-wat at-wat self-requested a review September 9, 2019 11:00
@at-wat
Copy link
Owner

at-wat commented Sep 11, 2019

@DaikiMaekawa basically looks good to me. Let's merge it after implementing a publisher in safety_limiter.

@at-wat
Copy link
Owner

at-wat commented Sep 11, 2019

[#42] FAILED on kinetic

catkin_make failed


[#42] FAILED on melodic

catkin_make failed

@at-wat
Copy link
Owner

at-wat commented Sep 11, 2019

[#43] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#43] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

float64 limit_ratio
bool is_cloud_available
bool has_watchdog_timed_out
time stuck_started_since
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

meaning of zero value (not being stuck) should be described as a comment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@at-wat
Copy link
Owner

at-wat commented Sep 11, 2019

[#44] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#44] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

Copy link
Owner

@at-wat at-wat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A dependency from the meta-package should be added.

<exec_depend>planner_cspace_msgs</exec_depend>
<exec_depend>costmap_cspace_msgs</exec_depend>
<exec_depend>map_organizer_msgs</exec_depend>
<exec_depend>trajectory_tracker_msgs</exec_depend>

<?xml version="1.0"?>
<package format="2">
<name>safety_limiter_msgs</name>
<version>0.0.0</version>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be 0.3.1

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@at-wat
Copy link
Owner

at-wat commented Sep 17, 2019

[#45] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#45] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

@at-wat
Copy link
Owner

at-wat commented Sep 17, 2019

@DaikiMaekawa dependency from neonavigation/package.xml should be added. #16 (review)

@at-wat
Copy link
Owner

at-wat commented Sep 17, 2019

[#46] PASSED on kinetic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

[#46] PASSED on melodic

All tests passed
build/test_results/trajectory_tracker_msgs/gtest-test_convert.xml: 2 tests
build/test_results/trajectory_tracker_msgs/roslint-trajectory_tracker_msgs.xml: 1 tests
Summary: 3 tests, 0 errors, 0 failures, 0 skipped

Copy link
Owner

@at-wat at-wat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I'll update PR title and merge this soon.

@at-wat at-wat changed the title safety_limiter_msgs package Add safety_limiter_msgs package Sep 17, 2019
@at-wat
Copy link
Owner

at-wat commented Sep 17, 2019

merging

@at-wat at-wat merged commit 095701f into master Sep 17, 2019
@at-wat at-wat deleted the safety-limiter-msgs branch September 17, 2019 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants