Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version humble
Last Updated 2024-03-26
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Geoffrey Biggs

Authors

  • Jack O'Quin
  • Patrick Mihelich
  • Vincent Rabaud
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version iron
Last Updated 2024-03-26
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Geoffrey Biggs

Authors

  • Jack O'Quin
  • Patrick Mihelich
  • Vincent Rabaud
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version rolling
Last Updated 2024-04-16
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Alejandro Hernandez Cordero
  • Geoffrey Biggs

Authors

  • Jack O'Quin
  • Patrick Mihelich
  • Vincent Rabaud
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.12.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version noetic-devel
Last Updated 2024-01-18
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.12.0 (2020-04-03)

  • Noetic release image_common (#155)
  • Contributors: Alejandro Hern

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version crystal
Last Updated 2018-12-08
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

Forthcoming

  • Image Transport ROS2 port (#84)
  • Contributors: Michael Carroll

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version eloquent
Last Updated 2019-10-24
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version dashing
Last Updated 2019-05-31
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 2.14.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version galactic
Last Updated 2022-11-16
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version foxy
Last Updated 2022-07-12
Dev Status MAINTAINED
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

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.11.14
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-perception/image_common.git
VCS Type git
VCS Version hydro-devel
Last Updated 2020-04-03
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

polled_camera contains a service and C++ helper classes for implementing a polled camera driver node and requesting images from it. The package is currently for internal use as the API is still under development.

Additional Links

Maintainers

  • Jack O'Quin
  • Vincent Rabaud

Authors

  • Patrick Mihelich
README
No README found. No README in repository either.
CHANGELOG

Changelog for package polled_camera

1.11.14 (2020-04-03)

  • export runtime binaries correctly on Windows (#116)
  • add DLL import/export macro (#118)
  • Contributors: James Xu

1.11.13 (2017-11-05)

1.11.12 (2017-01-29)

  • Fix CMake of image_transport/tutorial and polled_camera Fix loads of problems with the CMakeLists.
  • 1.11.11
  • update changelogs
  • address gcc6 build error in polled_camera With gcc6, compiling fails with [stdlib.h: No such file or directory]{.title-ref}, as including \'-isystem /usr/include\' breaks with gcc6, cf., https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129. This commit addresses this issue for this package in the same way it was addressed in various other ROS packages. A list of related commits and pull requests is at: https://github.com/ros/rosdistro/issues/12783 Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
  • Contributors: Lukas Bulwahn, Martin Guenther, Vincent Rabaud

1.11.11 (2016-09-24)

1.11.10 (2016-01-19)

1.11.9 (2016-01-17)

1.11.8 (2015-11-29)

1.11.7 (2015-07-28)

1.11.6 (2015-07-16)

1.11.5 (2015-05-14)

1.11.4 (2014-09-21)

1.11.3 (2014-05-19)

1.11.2 (2014-02-13)

1.11.1 (2014-01-26 02:33)

1.11.0 (2013-07-20 12:23)

1.10.5 (2014-01-26 02:34)

1.10.4 (2013-07-20 11:42)

  • add Jack as maintainer
  • Contributors: Vincent Rabaud

1.10.3 (2013-02-21 05:33)

1.10.2 (2013-02-21 04:48)

1.10.1 (2013-02-21 04:16)

1.10.0 (2013-01-13)

  • use CATKIN_DEVEL_PREFIX instead of obsolete CATKIN_BUILD_PREFIX
  • fix the urls
  • Missing link flags exposed on OS X
  • added license headers to various cpp and h files
  • Contributors: Aaron Blasdel, Dirk Thomas, Vincent Rabaud, William Woodall

1.9.22 (2012-12-16)

  • replace genmsg by message_generation
  • Contributors: Vincent Rabaud

1.9.21 (2012-12-14)

  • Updated package.xml file(s) to handle new catkin buildtool_depend requirement
  • Contributors: mirzashah

1.9.20 (2012-12-04)

1.9.19 (2012-11-08)

1.9.18 (2012-11-06)

  • remove the brief attribute
  • Contributors: Vincent Rabaud

1.9.17 (2012-10-30 19:32)

  • comlpy to the new catkin API
  • Contributors: Vincent Rabaud

1.9.16 (2012-10-30 09:10)

1.9.15 (2012-10-13 08:43)

  • fix bad folder/libraries
  • Contributors: Vincent Rabaud

1.9.14 (2012-10-13 01:07)

  • fix typo that resulted in bad installation of include folder
  • Contributors: Vincent Rabaud

1.9.13 (2012-10-06)

1.9.12 (2012-10-04)

1.9.11 (2012-10-02 02:56)

1.9.10 (2012-10-02 02:42)

1.9.9 (2012-10-01)

  • fix dependencies
  • Contributors: Vincent Rabaud

1.9.8 (2012-09-30)

  • add catkin as a dependency
  • comply to the catkin API
  • Contributors: Vincent Rabaud

1.9.7 (2012-09-18 11:39)

1.9.6 (2012-09-18 11:07)

1.9.5 (2012-09-13)

  • install the include directories
  • Contributors: Vincent Rabaud

1.9.4 (2012-09-12 23:37)

  • make sure we depend on the server
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-12 20:44)

1.9.2 (2012-09-10)

1.9.1 (2012-09-07 15:33)

1.9.0 (2012-09-07 13:03)

  • catkinize for Groovy
  • polled_camera (rep0104): Changed callback to allow filling status_message field.
  • polled_camera (rep0104): Applied changes to GetPolledImage service.
  • Contributors: Vincent Rabaud, eitan, gerkey, kwc, mihelich

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Launch files

No launch files found

Messages

No message files found.

Plugins

No plugins found.

Recent questions tagged polled_camera at Robotics Stack Exchange