Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Meta Ros
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
Container 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uav-hds
intel-aero
Meta Ros
Commits
67a46daa
Commit
67a46daa
authored
11 years ago
by
Esteve Fernandez
Committed by
Esteve Fernandez
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
roslaunch: increase the start and stop timeouts for the ROS master (resolves #215)
parent
9a426d7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
recipes-ros/ros-comm/roslaunch/0001-increase-rosmaster-timeout.patch
+30
-0
30 additions, 0 deletions
.../ros-comm/roslaunch/0001-increase-rosmaster-timeout.patch
recipes-ros/ros-comm/roslaunch_1.9.50.bb
+2
-0
2 additions, 0 deletions
recipes-ros/ros-comm/roslaunch_1.9.50.bb
with
32 additions
and
0 deletions
recipes-ros/ros-comm/roslaunch/0001-increase-rosmaster-timeout.patch
0 → 100644
+
30
−
0
View file @
67a46daa
From 3802a766efee8438c604b49507b15c17cf00982f Mon Sep 17 00:00:00 2001
From: Esteve Fernandez <esteve@osrfoundation.org>
Date: Tue, 14 Jan 2014 17:53:29 +0100
Subject: Increase start and stop timeouts for ROS master.
Certain boards are too slow to boot up the ROS master before roscore gives up.
This patch increases the start and stop timeouts, giving the ROS master more
time to start.
---
src/roslaunch/launch.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/roslaunch/launch.py b/src/roslaunch/launch.py
index 1a2d3e4..a2d1fbd 100644
--- a/src/roslaunch/launch.py
+++ b/src/roslaunch/launch.py
@@ -55,8 +55,8 @@
from roslaunch.pmon import start_process_monitor, ProcessListener
from roslaunch.rlutil import update_terminal_name
-_TIMEOUT_MASTER_START = 10.0 #seconds
-_TIMEOUT_MASTER_STOP = 10.0 #seconds
+_TIMEOUT_MASTER_START = 60.0 #seconds
+_TIMEOUT_MASTER_STOP = 60.0 #seconds
_ID = '/roslaunch'
--
1.7.9.5
This diff is collapsed.
Click to expand it.
recipes-ros/ros-comm/roslaunch_1.9.50.bb
+
2
−
0
View file @
67a46daa
...
...
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=16;endline=16;md5=d566ef916e9de
require ros-comm.inc
SRC_URI += "file://0001-increase-rosmaster-timeout.patch"
ROS_PKG_SUBDIR = "tools"
RDEPENDS_${PN} = "\
...
...
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