ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

what's the meaning of "X Continuous Integration:xxx/xxx"?

asked 2019-08-29 09:46:33 -0500

Panason gravatar image

updated 2019-08-30 04:59:31 -0500

Hi, I am using melodic and Gazebo 9, and I am learning ros_control.

My question is, what does the "X Continuous Integration:xxx/xxx" mean? such as "X Continuous Integration:242/249" in ros_controllers in melodic, does it mean that I can't use the ros_controllers in melodic?

thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2019-08-29 12:42:32 -0500

ahendrix gravatar image

From a practical perspective, a package that is released but has failing tests can be installed and will probably build, but the test failures indicate that the package probably has bugs.

You will need to review the test failures to determine whether the failing tests indicate bugs that will be a problem for you or not. For example, if you're not trying to use the libraries or controllers where the tests are failing, then the package will probably work OK.

edit flag offensive delete link more

Comments

thanks!

[1] The melodic ros_controllers Package has released, but test failure, so will it fix the error and bug in the immediate future?

[2] I have installed the ros_controllers Package in my ubuntu, how to update the Package when bug fixed?

thanks!

Panason gravatar image Panason  ( 2019-08-29 22:37:27 -0500 )edit

(1) if the test failures indicate a bug that you care about, you should ask the maintainers about them, and maybe offer to help fix them. The maintainers may not be aware of the test failures, or may not have time to work on them.

(2) When the bug is fixed and the maintainer releases a new version of the package, it will be uploaded to apt during the next ROS package sync. Then you will get it automatically the next time you run apt-get update

ahendrix gravatar image ahendrix  ( 2019-08-30 10:58:53 -0500 )edit
1

answered 2019-08-29 11:33:28 -0500

gvdhoorn gravatar image

Please see ROS Wiki: announcing extended CI badges in package headers on ROS Discourse for the announcement about those CI badges.

edit flag offensive delete link more

Comments

thanks!

[1] The melodic ros_controllers Package has released, but test failure, so will it fix the error and bug in the immediate future?

[2] I have installed the ros_controllers Package in my ubuntu, how to update the Package when bug fixed?

thanks!

Panason gravatar image Panason  ( 2019-08-29 22:37:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2019-08-29 09:46:33 -0500

Seen: 354 times

Last updated: Aug 30 '19