![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan
Wiki Tutorials
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged fluent_bit_vendor at Robotics Stack Exchange
![]() |
fluent_bit_vendor package from fluent_bit_vendor repofluent_bit_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/minipada/fluent_bit_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-06-06 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- David Bensoussan
Authors
fluent_bit_vendor
CMake wrapper to provide Fluent Bit C API.
The wrapper compiles Fluent Bit and export the library and includes. Some includes are not provided by the standard package and that is why there is a patch.
Then, in your ROS 2 project:
- Add it as dependency in your package.xml
- Add it as dependency in your CMakeLists.txt
find_package(fluent_bit_vendor REQUIRED)
find_package(fluent_bit REQUIRED)
- Include it in your project
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wpedantic"
#pragma GCC diagnostic ignored "-Wunused-parameter"
#pragma GCC diagnostic ignored "-Wparentheses"
#pragma GCC diagnostic ignored "-Wsign-compare"
#include <fluent-bit.h>
#pragma GCC diagnostic pop
- Link your cpp file to it
target_link_libraries(
my_library
fluent_bit::fluent_bit
)
- Run
colcon build
Changelog for package fluent_bit_vendor
2.1.3 (2023-05-16)
- fix: add libyaml-vendor as dependency
- cleanup: include and dependencies
- feat: add pre-commit and fix all errors
- feat: add Fluent Bit vendor package With this package, we don't need to install Fluent Bit beforehand
- Contributors: David Bensoussan