- Feb 17, 2025
-
-
Fernando Herrero authored
Service clients dyn reconf, allow 0 num retries, which means only attempting to call the service once
-
- Feb 03, 2025
-
-
Fernando Herrero authored
Move action feedback msg reset from action_done function to make_request function. Then, last feedback is still available until new request is made
-
- Nov 20, 2024
-
-
Sergi Hernandez authored
Solved a bug when the state is LOST: the result pointer is not valid and generated a segmentation fault.
-
- Apr 18, 2024
-
-
Sergi Hernandez authored
-
- May 16, 2023
-
-
Alejandro Lopez Gestoso authored
-
Sergi Hernandez authored
In the action_done callback, the action status is only updated if the tiemout and watchdog have not been activated.
-
- May 11, 2023
-
-
Alejandro Lopez Gestoso authored
-
Sergi Hernandez authored
Handled the timeout and watchdog internally. See merge request !4
-
- May 04, 2023
-
-
Sergi Hernandez authored
-
- Apr 14, 2023
-
-
Sergi Hernandez authored
Added the pending condition to the is_finished function to avoid returning true when the action is still pending.
-
- Nov 02, 2022
-
-
Sergi Hernandez authored
-
- Jun 06, 2022
-
-
Sergi Hernandez authored
Solved a bug: the dynamic reconfigure parameter name for the module service was not properly read at each iteration.
-
- May 06, 2022
-
-
Sergi Hernandez authored
Development See merge request !3
-
- Mar 25, 2022
-
-
Fernando Herrero authored
-
- Nov 02, 2021
-
-
Fernando Herrero authored
-
- Oct 31, 2021
-
-
Sergi Hernandez authored
-
- Oct 29, 2021
-
-
Sergi Hernandez authored
-
- Jul 16, 2021
-
-
Sergi Hernandez authored
Solved a bug with the module rate handle functions: It is a ros::Rate object... See merge request !2
-
- Jul 14, 2021
-
-
Sergi Hernandez authored
Solved a bug with the module rate handle functions: It is a ros::Rate object but it was handled as a double.
-
Sergi Hernandez authored
Added the dynamic_reconfigure function to handle generic parameters to the... See merge request !1
-
- Nov 06, 2020
-
-
Sergi Hernandez authored
-
- Oct 23, 2020
-
-
Sergi Hernandez authored
Added the python functions to generate the generic parameters for the module, module service and module action classes.
-
Sergi Hernandez authored
Added the dynamic_reconfigure function to handle generic parameters to the module and module action classes.
-
- Oct 21, 2020
-
-
Sergi Hernandez authored
-
- Jun 09, 2020
-
-
Sergi Hernandez authored
-
- Jun 02, 2020
-
-
Sergi Hernandez authored
-
- May 29, 2020
-
-
Sergi Hernandez authored
-
- May 28, 2020
-
-
Sergi Foix Salmerón authored
-
- May 26, 2020
-
-
Sergi Hernandez authored
-
- May 25, 2020
-
-
Sergi Hernandez authored
-
- May 22, 2020
-
-
Sergi Hernandez authored
-
- Apr 20, 2020
-
-
Sergi Hernandez authored
-
- Dec 18, 2018
-
-
Alejandro Lopez Gestoso authored
-
- Oct 18, 2018
-
-
Sergi Hernandez authored
-
- Sep 25, 2018
-
-
Sergi Foix Salmerón authored
-
- Jun 20, 2018
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Jan 10, 2018
-
-
Sergi Hernandez authored
-
- Dec 14, 2017
-
-
Sergi Hernandez authored
all sub-modules and action and service wrappers should use this->module_nh.getNamespace() for the namespace parameter. all modules used directly from a ROS node should use ros::this_node::getName().
-
- Nov 17, 2017
-
-
Sergi Hernandez authored
Added functions to enable and disable the watchdog. Modified the function to set the watchdog period. It is now enable_watchdog(time).
-