Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
b2fd8abf
Commit
b2fd8abf
authored
6 years ago
by
TSC21
Committed by
Nuno Marques
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: add rostest to 'px4' and MAVROS in caktin and colcon builds
parent
4ecb8746
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Jenkinsfile
+8
-1
8 additions, 1 deletion
Jenkinsfile
launch/multi_uav_mavros_sitl.launch
+1
-1
1 addition, 1 deletion
launch/multi_uav_mavros_sitl.launch
launch/posix_sitl.launch
+0
-1
0 additions, 1 deletion
launch/posix_sitl.launch
launch/px4.launch
+0
-1
0 additions, 1 deletion
launch/px4.launch
with
9 additions
and
4 deletions
Jenkinsfile
+
8
−
1
View file @
b2fd8abf
...
...
@@ -19,11 +19,17 @@ pipeline {
echo $0;
mkdir -p catkin_ws/src;
cd catkin_ws;
// ln -s Firmware/Tools/sitl_gazebo src/mavlink_sitl_gazebo;
source /opt/ros/melodic/setup.bash;
catkin init;
source devel/setup.bash;
catkin build -j$(nproc) -l$(nproc);
'''
// test if the binary was correctly installed and runs using 'mavros_posix_silt.launch'
//sh '''#!/bin/bash -l
// echo $0;
// source catkin_ws/devel/setup.bash;
// rostest px4 pub_test.launch;
//'''
}
post
{
always
{
...
...
@@ -49,6 +55,7 @@ pipeline {
unset ROS_DISTRO;
mkdir -p colcon_ws/src;
cd colcon_ws;
// ln -s Firmware/Tools/sitl_gazebo src/mavlink_sitl_gazebo;
source /opt/ros/bouncy/setup.sh;
colcon build --event-handlers console_direct+ --symlink-install;
'''
...
...
This diff is collapsed.
Click to expand it.
launch/multi_uav_mavros_sitl.launch
+
1
−
1
View file @
b2fd8abf
...
...
@@ -21,7 +21,7 @@
</include>
<!-- UAV1 -->
<group
ns=
"uav1"
>
<!-- MAVROS and vehicle configs -->
<!-- MAVROS and vehicle configs -->
<arg
name=
"ID"
value=
"1"
/>
<arg
name=
"fcu_url"
default=
"udp://:14541@localhost:14581"
/>
<!-- PX4 SITL and vehicle spawn -->
...
...
This diff is collapsed.
Click to expand it.
launch/posix_sitl.launch
+
0
−
1
View file @
b2fd8abf
...
...
@@ -43,4 +43,3 @@
<!-- gazebo model -->
<node
name=
"$(anon vehicle_spawn)"
pkg=
"gazebo_ros"
type=
"spawn_model"
output=
"screen"
args=
"-sdf -file $(arg sdf) -model $(arg vehicle) -x $(arg x) -y $(arg y) -z $(arg z) -R $(arg R) -P $(arg P) -Y $(arg Y)"
/>
</launch>
This diff is collapsed.
Click to expand it.
launch/px4.launch
+
0
−
1
View file @
b2fd8abf
...
...
@@ -16,4 +16,3 @@
<node
name=
"sitl_$(arg ID)"
pkg=
"px4"
type=
"px4"
output=
"screen"
args=
"$(find px4)/ROMFS/px4fmu_common -s etc/init.d-posix/rcS -i $(arg ID) $(arg px4_command_arg1)"
>
</node>
</launch>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment