Commit bef84b9
Port to ROS 2 (#35)
* init conversion
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* refactor msgs to new package
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* continue action server impl
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* fix message name + base action server compiles
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* use rosidl_default_generators is find_package or else python interfaces are not generated
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* simplify action server
* remove unused code
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* remove ROS 1 test
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* fix install
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* add include directory
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
* add and run pre-commit
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* add test file
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* test action server
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* add workflow file
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* sort headers, update maintainer/authors
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
* Update tf2_web_republisher/CMakeLists.txt
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>
* Update tf2_web_republisher/src/tf2_web_republisher.cpp
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>
* Update tf2_web_republisher/src/tf2_web_republisher.cpp
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>
* Update tf2_web_republisher/include/tf_web_republisher/tf2_web_republisher.hpp
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>
* Update tf2_web_republisher/CMakeLists.txt
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>
* Use newer .hpp headers instead of deprecated .h headers
* Change include directory name
* Use target_link_libraries instead of ament_target_dependencies
* Rename _msgs package to _interfaces
* Simplify interfaces package dependencies
* Remove .gitkeep file
* Simplify package dependencies
* Register node as rclcpp component
* Use snake_case for all member functions
* Don't call member function with this->
* Use class logger
* Add ci workflow
* Fix inconsistent place of return type
* Add license header
* Add ament_cmake_gmock to test dependencies
* Use .h headers for tf2_ros
* Move service definition to standard directory srv
* Build shared library
* Use rclcpp::Rate
* Reject goals which cannot be handled
* Add missing LICENSE content
* Add ROS2 port section in AUTHORS.md
* Add authors to code source
* Add docstrings for member functions
* Add type aliases for ROS interfaces
* Add XML schema
* Update maintainer and author tags
* Remove pre-commit files
* Move README, AUTHORS and LICENSE to top-level directory
* Update README
* Fix trailing whitespace in maintainer email
* Remove ROS wiki reference
* Restore github workflow
Accidentally removed it with an earlier commit.
---------
Signed-off-by: Paul Gesel <paulgesel@gmail.com>
Signed-off-by: Paul Gesel <paul.gesel@picknik.ai>
Co-authored-by: Błażej Sowa <bsowa123@gmail.com>1 parent 0fa7ba1 commit bef84b9
File tree
26 files changed
+639
-982
lines changed- .github/workflows
- include
- msg
- src
- test
- test
- tf2_web_republisher_interfaces
- action
- msg
- srv
- tf2_web_republisher
- include/tf2_web_republisher
- src
- test
26 files changed
+639
-982
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
10 | 22 | | |
11 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
12 | 28 | | |
13 | | - | |
| 29 | + | |
14 | 30 | | |
15 | 31 | | |
16 | | - | |
| 32 | + | |
17 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments