- 07 Oct, 2022 1 commit
-
-
Fernando Herrero authored
-
- 10 Jul, 2020 2 commits
-
-
Fernando Herrero authored
Add argument to add_cmake_dependencies function, to disable adding CMakeLists dependency to non existing target *_generate_messages_cpp when package does not contain messages. For example, tf2_ros, and Image packages (cv_bridge, camera_info_manager, image_transport)
-
Fernando Herrero authored
-
- 30 Jun, 2020 2 commits
-
-
Fernando Herrero authored
-
Fernando Herrero authored
Move modification of README to add ROS added interface. Placed before changing the code. Then if README is corrupted the script exits and nothing is modified
-
- 17 Jun, 2020 1 commit
-
-
Fernando Herrero authored
In template Readme: remove title, remove dependencies section and dependencies addition there, move info to disclaimer, update installation section. Bold interfaces and params names.
-
- 02 Jun, 2020 2 commits
-
-
Sergi Hernandez authored
-
Fernando Herrero authored
Add ROS Interfaces sections to Readme as they are added with scripts. Add also tf interfaces. Allow adding absolute namespace interfaces, for tf (/tf vs ~topic)
-
- 29 May, 2020 1 commit
-
-
Fernando Herrero authored
-
- 28 May, 2020 3 commits
-
-
Sergi Foix Salmerón authored
-
Sergi Foix Salmerón authored
-
Fernando Herrero authored
Updates See merge request !4
-
- 20 May, 2020 2 commits
-
-
Fernando Herrero authored
-
Fernando Herrero authored
-
- 18 May, 2020 2 commits
-
-
Fernando Herrero authored
-
Fernando Herrero authored
Fix way of adding dependencies, using add_build_run_dependencies. Remove deprecated add_pkg_tp_packagexml. Update output messages, specifying when its an ERROR. Add unlock/lock for tf listener example code
-
- 14 May, 2020 1 commit
-
-
Fernando Herrero authored
-
- 13 May, 2020 2 commits
-
-
Fernando Herrero authored
-
Fernando Herrero authored
Add template README, LICENSE and node/test launch files loading params.yaml file. Set example CMakeList variables to plural (_INCLUDE_DIRS, _LIBRARIES)
-
- 05 Apr, 2020 1 commit
-
-
Sergi Hernandez authored
Solved a bug when creating the package name: length of prefix option was used intead of camparing it to ":".
-
- 05 Feb, 2020 2 commits
-
-
Fernando Herrero authored
Add tf listener broadcaster See merge request labrobotica/ros/iri_core/scripts-catkin!3
-
Fernando Herrero authored
Added an example of how to lookup a transform and how to transform 'by hand' a point from a parent frame to a children frame
-
- 03 Jul, 2019 1 commit
-
-
Alejandro Lopez Gestoso authored
-
- 27 Mar, 2019 1 commit
-
-
Fernando Herrero authored
Driver CMakeLists template: target to specific python generated messages: iri_base_driver_generate_messages_py
-
- 19 Mar, 2019 1 commit
-
-
Fernando Herrero authored
CMakeLists driver template: project_gencfg depend on all generated messages, not only cpp (as cfg is python)
-
- 21 Feb, 2019 3 commits
-
-
Alejandro Lopez Gestoso authored
-
Alejandro Lopez Gestoso authored
-
Alejandro Lopez Gestoso authored
Topic slash check See merge request labrobotica/ros/iri_core/scripts-catkin!2
-
- 20 Feb, 2019 1 commit
-
-
Fernando Herrero authored
Add topic/service/action name check for invalid slash '/' characters, which created invalid function and variable names.
-
- 18 Dec, 2018 1 commit
-
-
Alejandro Lopez Gestoso authored
-
- 17 Sep, 2018 1 commit
-
-
Sergi Hernandez authored
-
- 01 Jun, 2018 1 commit
-
-
Fernando Herrero authored
-
- 18 Jan, 2018 2 commits
-
-
Fernando Herrero authored
Removed unnecessary output when dependencies not found. Changed suggested buffer size from 100 to 1.
-
Fernando Herrero authored
-
- 11 Jan, 2018 3 commits
-
-
Fernando Herrero authored
-
Fernando Herrero authored
-
Fernando Herrero authored
-
- 10 Jan, 2018 1 commit
-
-
Fernando Herrero authored
Now message names are looked up exact: now String.msg doesnt match fooString.msg or Stringfoo.msg Now when checking or adding package.xml dependencies: for format 2, build_depend and exec_depend, or just depend are checked. And depend is added. For previous format (1), build_depend and run_depend are checked, or added.
-
- 04 Apr, 2017 2 commits
-
-
Sergi Hernandez authored
Passed the private_node_handle to the action client class to use it instead of the default one. The namespace of the client will be the same as the server.
-
Sergi Hernandez authored
-