sick_safevisionary_base package from sick_safevisionary_base reposick_safevisionary_base |
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | Apache-2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/SICKAG/sick_safevisionary_base.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-10-17 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Marvin Grosse Besselmann
- Stefan Scherzinger
- Jochen Lienhart
Authors
Sick Safevisionary Base
This is the C++ driver library for SICK safeVisionary 3D cameras. It implements the core functionality of the sensor communication for usage in different frameworks.
Sensor configuration
Each camera needs an initial configuration once to get started. Here’s a brief explanation how to do that.
ROS1/2 usage
There are two lean drivers that cover all supported ROS versions. You’ll find them here:
Standalone build and usage
You can also use this library in your non-ROS C++ application. In a suitable directory, get this package with
git clone https://github.com/SICKAG/sick_safevisionary_base.git
Navigate into the freshly cloned package and call
mkdir build && cd "$_"
cmake ..
make
to build the library with plain CMake. You can then include this library in the CMakeLists.txt of your application with the usual functionality:
cmake_minimum_required(VERSION 3.10)
project(your_application)
# Find the base library as a dependency
find_package(sick_safevisionary_base REQUIRED)
# Link your application against the library
target_link_libraries(your_application
sick_safevisionary_base::sick_safevisionary_base
)
Changelog for package sick_safevisionary_base
1.0.1 (2023-10-17)
- Update top-level readme with build instructions
(#2)
- Update top-level readme with build instructions
- Mention the send when option in the safety designer
- Extended tutorial on initial safety designer setup
- Fix duplicate [.png]{.title-ref} extension
* Added structure and fixed minor errors ---------Co-authored-by: Marvin Große Besselmann <<grosse@fzi.de>>
- Deactivate the CI pipelines for [testing]{.title-ref}
- Add CI pipelines for ROS2 [Iron]{.title-ref} and [Rolling]{.title-ref}
- Add build and license badges to top-level readme
- Add CI pipeline for [Noetic]{.title-ref} and [Humble]{.title-ref}
- Fixed License file and added maintainer in package xml
- Updated license
- Changed ci to master branch
- Added ci script
- clang formate/tidy
- Adjusted CMakeList file to support client library function
- Moved header into seperate include folder
- fixed package name
- Removed old copied files
- Initial commit
- Contributors: Jochen Lienhart, Marvin Große Besselmann, Stefan Scherzinger
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
sick_safevisionary_driver |
Launch files
Messages
Services
Plugins
Recent questions tagged sick_safevisionary_base at Robotics Stack Exchange
sick_safevisionary_base package from sick_safevisionary_base reposick_safevisionary_base |
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | Apache-2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/SICKAG/sick_safevisionary_base.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-10-17 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Marvin Grosse Besselmann
- Stefan Scherzinger
- Jochen Lienhart
Authors
Sick Safevisionary Base
This is the C++ driver library for SICK safeVisionary 3D cameras. It implements the core functionality of the sensor communication for usage in different frameworks.
Sensor configuration
Each camera needs an initial configuration once to get started. Here’s a brief explanation how to do that.
ROS1/2 usage
There are two lean drivers that cover all supported ROS versions. You’ll find them here:
Standalone build and usage
You can also use this library in your non-ROS C++ application. In a suitable directory, get this package with
git clone https://github.com/SICKAG/sick_safevisionary_base.git
Navigate into the freshly cloned package and call
mkdir build && cd "$_"
cmake ..
make
to build the library with plain CMake. You can then include this library in the CMakeLists.txt of your application with the usual functionality:
cmake_minimum_required(VERSION 3.10)
project(your_application)
# Find the base library as a dependency
find_package(sick_safevisionary_base REQUIRED)
# Link your application against the library
target_link_libraries(your_application
sick_safevisionary_base::sick_safevisionary_base
)
Changelog for package sick_safevisionary_base
1.0.1 (2023-10-17)
- Update top-level readme with build instructions
(#2)
- Update top-level readme with build instructions
- Mention the send when option in the safety designer
- Extended tutorial on initial safety designer setup
- Fix duplicate [.png]{.title-ref} extension
* Added structure and fixed minor errors ---------Co-authored-by: Marvin Große Besselmann <<grosse@fzi.de>>
- Deactivate the CI pipelines for [testing]{.title-ref}
- Add CI pipelines for ROS2 [Iron]{.title-ref} and [Rolling]{.title-ref}
- Add build and license badges to top-level readme
- Add CI pipeline for [Noetic]{.title-ref} and [Humble]{.title-ref}
- Fixed License file and added maintainer in package xml
- Updated license
- Changed ci to master branch
- Added ci script
- clang formate/tidy
- Adjusted CMakeList file to support client library function
- Moved header into seperate include folder
- fixed package name
- Removed old copied files
- Initial commit
- Contributors: Jochen Lienhart, Marvin Große Besselmann, Stefan Scherzinger
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
sick_safevisionary_driver |
Launch files
Messages
Services
Plugins
Recent questions tagged sick_safevisionary_base at Robotics Stack Exchange
sick_safevisionary_base package from sick_safevisionary_base reposick_safevisionary_base |
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | Apache-2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/SICKAG/sick_safevisionary_base.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-10-17 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Marvin Grosse Besselmann
- Stefan Scherzinger
- Jochen Lienhart
Authors
Sick Safevisionary Base
This is the C++ driver library for SICK safeVisionary 3D cameras. It implements the core functionality of the sensor communication for usage in different frameworks.
Sensor configuration
Each camera needs an initial configuration once to get started. Here’s a brief explanation how to do that.
ROS1/2 usage
There are two lean drivers that cover all supported ROS versions. You’ll find them here:
Standalone build and usage
You can also use this library in your non-ROS C++ application. In a suitable directory, get this package with
git clone https://github.com/SICKAG/sick_safevisionary_base.git
Navigate into the freshly cloned package and call
mkdir build && cd "$_"
cmake ..
make
to build the library with plain CMake. You can then include this library in the CMakeLists.txt of your application with the usual functionality:
cmake_minimum_required(VERSION 3.10)
project(your_application)
# Find the base library as a dependency
find_package(sick_safevisionary_base REQUIRED)
# Link your application against the library
target_link_libraries(your_application
sick_safevisionary_base::sick_safevisionary_base
)
Changelog for package sick_safevisionary_base
1.0.1 (2023-10-17)
- Update top-level readme with build instructions
(#2)
- Update top-level readme with build instructions
- Mention the send when option in the safety designer
- Extended tutorial on initial safety designer setup
- Fix duplicate [.png]{.title-ref} extension
* Added structure and fixed minor errors ---------Co-authored-by: Marvin Große Besselmann <<grosse@fzi.de>>
- Deactivate the CI pipelines for [testing]{.title-ref}
- Add CI pipelines for ROS2 [Iron]{.title-ref} and [Rolling]{.title-ref}
- Add build and license badges to top-level readme
- Add CI pipeline for [Noetic]{.title-ref} and [Humble]{.title-ref}
- Fixed License file and added maintainer in package xml
- Updated license
- Changed ci to master branch
- Added ci script
- clang formate/tidy
- Adjusted CMakeList file to support client library function
- Moved header into seperate include folder
- fixed package name
- Removed old copied files
- Initial commit
- Contributors: Jochen Lienhart, Marvin Große Besselmann, Stefan Scherzinger
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
sick_safevisionary_driver |
Launch files
Messages
Services
Plugins
Recent questions tagged sick_safevisionary_base at Robotics Stack Exchange
sick_safevisionary_base package from sick_safevisionary_base reposick_safevisionary_base |
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | Apache-2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/SICKAG/sick_safevisionary_base.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-10-17 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Marvin Grosse Besselmann
- Stefan Scherzinger
- Jochen Lienhart
Authors
Sick Safevisionary Base
This is the C++ driver library for SICK safeVisionary 3D cameras. It implements the core functionality of the sensor communication for usage in different frameworks.
Sensor configuration
Each camera needs an initial configuration once to get started. Here’s a brief explanation how to do that.
ROS1/2 usage
There are two lean drivers that cover all supported ROS versions. You’ll find them here:
Standalone build and usage
You can also use this library in your non-ROS C++ application. In a suitable directory, get this package with
git clone https://github.com/SICKAG/sick_safevisionary_base.git
Navigate into the freshly cloned package and call
mkdir build && cd "$_"
cmake ..
make
to build the library with plain CMake. You can then include this library in the CMakeLists.txt of your application with the usual functionality:
cmake_minimum_required(VERSION 3.10)
project(your_application)
# Find the base library as a dependency
find_package(sick_safevisionary_base REQUIRED)
# Link your application against the library
target_link_libraries(your_application
sick_safevisionary_base::sick_safevisionary_base
)
Changelog for package sick_safevisionary_base
1.0.1 (2023-10-17)
- Update top-level readme with build instructions
(#2)
- Update top-level readme with build instructions
- Mention the send when option in the safety designer
- Extended tutorial on initial safety designer setup
- Fix duplicate [.png]{.title-ref} extension
* Added structure and fixed minor errors ---------Co-authored-by: Marvin Große Besselmann <<grosse@fzi.de>>
- Deactivate the CI pipelines for [testing]{.title-ref}
- Add CI pipelines for ROS2 [Iron]{.title-ref} and [Rolling]{.title-ref}
- Add build and license badges to top-level readme
- Add CI pipeline for [Noetic]{.title-ref} and [Humble]{.title-ref}
- Fixed License file and added maintainer in package xml
- Updated license
- Changed ci to master branch
- Added ci script
- clang formate/tidy
- Adjusted CMakeList file to support client library function
- Moved header into seperate include folder
- fixed package name
- Removed old copied files
- Initial commit
- Contributors: Jochen Lienhart, Marvin Große Besselmann, Stefan Scherzinger
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
sick_safevisionary_driver |
Launch files
Messages
Services
Plugins
Recent questions tagged sick_safevisionary_base at Robotics Stack Exchange
sick_safevisionary_base package from sick_safevisionary_base reposick_safevisionary_base |
|
Package Summary
Tags | No category tags. |
Version | 1.0.1 |
License | Apache-2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/SICKAG/sick_safevisionary_base.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2023-10-17 |
Dev Status | DEVELOPED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Marvin Grosse Besselmann
- Stefan Scherzinger
- Jochen Lienhart
Authors
Sick Safevisionary Base
This is the C++ driver library for SICK safeVisionary 3D cameras. It implements the core functionality of the sensor communication for usage in different frameworks.
Sensor configuration
Each camera needs an initial configuration once to get started. Here’s a brief explanation how to do that.
ROS1/2 usage
There are two lean drivers that cover all supported ROS versions. You’ll find them here:
Standalone build and usage
You can also use this library in your non-ROS C++ application. In a suitable directory, get this package with
git clone https://github.com/SICKAG/sick_safevisionary_base.git
Navigate into the freshly cloned package and call
mkdir build && cd "$_"
cmake ..
make
to build the library with plain CMake. You can then include this library in the CMakeLists.txt of your application with the usual functionality:
cmake_minimum_required(VERSION 3.10)
project(your_application)
# Find the base library as a dependency
find_package(sick_safevisionary_base REQUIRED)
# Link your application against the library
target_link_libraries(your_application
sick_safevisionary_base::sick_safevisionary_base
)
Changelog for package sick_safevisionary_base
1.0.1 (2023-10-17)
- Update top-level readme with build instructions
(#2)
- Update top-level readme with build instructions
- Mention the send when option in the safety designer
- Extended tutorial on initial safety designer setup
- Fix duplicate [.png]{.title-ref} extension
* Added structure and fixed minor errors ---------Co-authored-by: Marvin Große Besselmann <<grosse@fzi.de>>
- Deactivate the CI pipelines for [testing]{.title-ref}
- Add CI pipelines for ROS2 [Iron]{.title-ref} and [Rolling]{.title-ref}
- Add build and license badges to top-level readme
- Add CI pipeline for [Noetic]{.title-ref} and [Humble]{.title-ref}
- Fixed License file and added maintainer in package xml
- Updated license
- Changed ci to master branch
- Added ci script
- clang formate/tidy
- Adjusted CMakeList file to support client library function
- Moved header into seperate include folder
- fixed package name
- Removed old copied files
- Initial commit
- Contributors: Jochen Lienhart, Marvin Große Besselmann, Stefan Scherzinger
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
sick_safevisionary_driver |