Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_laser2d
Commits
26854669
Commit
26854669
authored
Jan 21, 2022
by
Joan Vallvé Navarro
Browse files
Update .gitlab-ci.yml file
parent
6cf7f8f1
Pipeline
#8564
failed with stage
in 17 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26854669
...
...
@@ -145,8 +145,7 @@ stages:
-
catkin_make
-
roscd wolf_demo_laser2d/bag
-
wget https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_ros/demos/demo_rosbags/-/raw/master/laser2d/advanced.bag
#- roslaunch_output=$( roslaunch wolf_demo_laser2d demo_laser2d.launch rviz:=false bag:=advanced.bag 2>&1 | tee /dev/tty )
-
roslaunch_output=$(roslaunch wolf_demo_laser2d demo_laser2d.launch rviz:=false bag:=advanced.bag)
-
roslaunch_output=$(roslaunch wolf_demo_laser2d demo_laser2d.launch rviz:=false bag:=advanced)
-
echo "$roslaunch_output"
-
if [[ "$roslaunch_output" == *"process has finished cleanly"* ]]; then
-
echo "=============\rROSLAUNCH FINISHED WITHOUT ANY PROBLEM!\r=================";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment