- Oct 07, 2022
-
-
Fernando Herrero authored
-
- Jul 10, 2020
-
-
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
-
- Jun 30, 2020
-
-
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
-
- Jun 17, 2020
-
-
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.
-
- Jun 02, 2020
-
-
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)
-
- May 29, 2020
-
-
Fernando Herrero authored
-
- May 28, 2020
-
-
Sergi Foix Salmerón authored
-
Sergi Foix Salmerón authored
-
Fernando Herrero authored
Updates See merge request !4
-
- May 20, 2020
-
-
Fernando Herrero authored
-
Fernando Herrero authored
-
- May 18, 2020
-
-
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
-
- May 14, 2020
-
-
Fernando Herrero authored
-
- May 13, 2020
-
-
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)
-
- Apr 05, 2020
-
-
Sergi Hernandez authored
Solved a bug when creating the package name: length of prefix option was used intead of camparing it to ":".
-
- Feb 05, 2020
-
-
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
-
- Jul 03, 2019
-
-
Alejandro Lopez Gestoso authored
-
- Mar 27, 2019
-
-
Fernando Herrero authored
Driver CMakeLists template: target to specific python generated messages: iri_base_driver_generate_messages_py
-
- Mar 19, 2019
-
-
Fernando Herrero authored
CMakeLists driver template: project_gencfg depend on all generated messages, not only cpp (as cfg is python)
-
- Feb 21, 2019
-
-
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
-
- Feb 20, 2019
-
-
Fernando Herrero authored
Add topic/service/action name check for invalid slash '/' characters, which created invalid function and variable names.
-
- Dec 18, 2018
-
-
Alejandro Lopez Gestoso authored
-
- Sep 17, 2018
-
-
Sergi Hernandez authored
-
- Jun 01, 2018
-
-
Fernando Herrero authored
-
- Jan 18, 2018
-
-
Fernando Herrero authored
Removed unnecessary output when dependencies not found. Changed suggested buffer size from 100 to 1.
-
Fernando Herrero authored
-
- Jan 11, 2018
-
-
Fernando Herrero authored
-
Fernando Herrero authored
-
Fernando Herrero authored
-
- Jan 10, 2018
-
-
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.
-
- Apr 04, 2017
-
-
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
-