-
Notifications
You must be signed in to change notification settings - Fork 13.7k
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
Jenkins enable rover SITL test #12117
Conversation
c1f37e4
to
c7f9307
Compare
I am currently trying to get this to work, but it will depend upon this PR in the sitl_gazebo repo: PX4/PX4-SITL_gazebo-classic#329 |
24d6e45
to
77c9aef
Compare
77c9aef
to
f365ccc
Compare
@@ -61,6 +61,13 @@ pipeline { | |||
vehicle: "iris" | |||
], | |||
|
|||
[ | |||
name: "Rover 1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dagar what was your thought behind "Rover 1"? Is there going to be another one? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wishful thinking that we were going to have significantly more of these tests.
Thanks for finishing this @ItsTimmy. |
Describe problem solved by the proposed pull request
There are no existing SITL tests for the rover.
Describe your preferred solution
A rover mission,
rover_mission_1
, was added to Jenkins. It is a simple mission consisting of driving to 3 waypoints.