Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ros_tools
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
labrobotica
ros
iri_core
iri_ros_tools
Graph
master
Select Git revision
Branches
2
indigo
master
default
protected
Tags
1
Esplugues_demo
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
17
Feb
3
20
Nov
18
Apr
16
May
11
4
14
Apr
2
Nov
6
Jun
6
May
25
Mar
2
Nov
31
Oct
29
16
Jul
14
6
Nov
23
Oct
21
9
Jun
2
29
May
28
26
25
22
20
Apr
18
Dec
18
Oct
25
Sep
20
Jun
10
Jan
14
Dec
17
Nov
7
3
30
Oct
18
11
10
6
2
22
Sep
27
Jul
18
May
16
9
17
Nov
26
Oct
22
Jun
Service clients dyn reconf, allow 0 num retries, which means only attempting to call the service once
master
master
Move action feedback msg reset from action_done function to make_request function. Then, last feedback is still available until new request is made
Solved a bug when the state is LOST: the result pointer is not valid and generated a segmentation fault.
Set up the install commands for the CMake.
Merge branch 'testing'
In the action_done callback, the action status is only updated if the tiemout and watchdog have not been activated.
Added timeout stop in action_done function
Merge branch 'testing' into 'master'
Handled the timeout and watchdog internally.
Added the pending condition to the is_finished function to avoid returning true when the action is still pending.
Solved a bug: when the watchdog time was 0.0, the watchdog never got active.
Solved a bug: the dynamic reconfigure parameter name for the module service was not properly read at each iteration.
Esplugues_demo
Esplugues_demo
Merge branch 'development' into 'master'
Add gitignore file to ignore .pyc files
Add gitignore for *.pyc
Solved a bug in the read_params functions: The bools parameters was used for all data types.
Added functions to get the value of the parameters.
Merge branch 'generic_dyn_reconf' into 'master'
Solved a bug with the module rate handle functions: It is a ros::Rate object but it was handled as a double.
Merge branch 'generic_dyn_reconf' into 'master'
Solved a bug in the handling of the dynamic reconfigure parameters.
Set the python setup of the package.
Added the dynamic_reconfigure function to handle generic parameters to the module and module action classes.
Modified the module service to handle generic dynamic reconfigure parameters.
Removed the while loop in the destructor to wait for the action to finish.
Merge branch 'kinetic_migration'
Changed the package.xml to format 2 and removed all the commented lines.
CMakeLists.txt indentation format
Update README.md
Updated the README and added some images.
Added a partial README file.
Cleared the feedback information when the action ends (whatever the reason).
Add LICENSE
Removed the dependency of the iriutils library.
solving iriutils dependency problems
Updated some information in the package.xml file.
Added the roscpp dependency.
Updated the internal module name at the beginning of the constructor and used elsewhere.
indigo
indigo
Solved a bug in the module namspace generation:
Added a bool to enable/disable the watchdog feature.
Loading