No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

grpc package from grpc repo

grpc

Package Summary

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

Repository Summary

Checkout URI https://github.com/CogRob/catkin_grpc.git
VCS Type git
VCS Version master
Last Updated 2023-05-12
Dev Status MAINTAINED
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

Catkinized gRPC Package

Additional Links

No additional links.

Maintainers

  • Shengye Wang

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package grpc

0.0.12 (2023-05-11)

  • Removed cronet dependencies (#47)
  • Contributors: Friedrich M. Rockenbauer

0.0.11 (2022-06-02)

  • Update package.xml
  • Fix build failure (#45)
  • Update package.xml (#44)
  • Support finding libraries for grpc v1.34.1 (#43)
  • Bump grpc version to v1.34.1 for supporting noetic (#42)

    • use git to fetch external project grpc

    * bump grpc version to v1.34.1 Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use git to fetch external project grpc (#41)

    • use git to fetch external project grpc

    * Specify Cmake version for using GIT_REPOSITORY and GIT_CONFIG Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use absolute path for RELATIVE_BASE_DIR (#37)

  • Contributors: JaeyoungLim, Shengye Wang, Tom Lankhorst, Yuki Furuta

0.0.10 (2018-09-26)

  • Follow upstream grpc 1.15.1 (#33)
    • Sync grpc to upstream 1.15.1
    • Typo fix
  • Contributors: Shengye Wang

0.0.9 (2018-04-18)

  • Fixed missing grpc++_core_stats library. It is a new library generated by gRPC.
  • Contributors: Shengye Wang

0.0.8 (2018-04-18)

  • Install grpcpp headers which was missing.
  • Contributors: Shengye Wang

0.0.7 (2018-04-18)

  • Update git tags to third party repos (#27)
  • Contributors: bikramak

0.0.6 (2017-11-20)

  • Depend on zlib (#23) and link protobuf with zlib (#22) (#24)
  • Depend on absolute path of .proto file (#21) This should fix #20. The original concern was for some reason cmake re-generate protos if .proto is not within src. Initial test shows this is not the case, but should do more tests.
  • Contributors: Shengye Wang

0.0.5 (2017-10-06)

  • Fixes a problem in default SRC_BASE (#18)

    • Fix an issue when package directory is not the same as package name, protoc fails to generate files in the correct path
    • Improve the copy src/proto command

    * Revert \"Improve the copy src/proto command\" This reverts commit adfca498b7b3b00fb4c350675d3b4dbcb154fe75. - Fixes a problem that src in include is not installed

  • Contributors: Shengye Wang

0.0.4 (2017-10-02)

  • Adds INCLUDE_DIRS and expose grpc/src/proto (#14)
    • Allows generate_proto to have specify include_dirs
    • Allow grpc\'s build-in protos to be used by clients
  • Minor documentation fix. (#13)
  • Contributors: Shengye Wang

0.0.3 (2017-09-30)

  • Allows CMake to choose dynamic/static linking on grpc libraries
  • Some fix to grpc package. (#11)
    • Use all embedded third_party software, use grpc 1.6.x, use all static linking to avoid conflicts, move include dir
    • Use HTTPS download instead of GIT to speedup downloading
    • Missing libs
    • Adds boringssl with Bazel in third_party
  • Contributors: Shengye Wang

0.0.2 (2017-09-05)

  • Lower version requirement for cmake so that the package can be built under trusty.
  • Contributors: Shengye Wang

0.0.1 (2017-09-04)

  • Pre-release commit. (#1)
  • Contributors: Shengye Wang

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged grpc at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.

grpc package from grpc repo

grpc

Package Summary

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

Repository Summary

Checkout URI https://github.com/CogRob/catkin_grpc.git
VCS Type git
VCS Version master
Last Updated 2023-05-12
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

Catkinized gRPC Package

Additional Links

No additional links.

Maintainers

  • Shengye Wang

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package grpc

0.0.12 (2023-05-11)

  • Removed cronet dependencies (#47)
  • Contributors: Friedrich M. Rockenbauer

0.0.11 (2022-06-02)

  • Update package.xml
  • Fix build failure (#45)
  • Update package.xml (#44)
  • Support finding libraries for grpc v1.34.1 (#43)
  • Bump grpc version to v1.34.1 for supporting noetic (#42)

    • use git to fetch external project grpc

    * bump grpc version to v1.34.1 Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use git to fetch external project grpc (#41)

    • use git to fetch external project grpc

    * Specify Cmake version for using GIT_REPOSITORY and GIT_CONFIG Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use absolute path for RELATIVE_BASE_DIR (#37)

  • Contributors: JaeyoungLim, Shengye Wang, Tom Lankhorst, Yuki Furuta

0.0.10 (2018-09-26)

  • Follow upstream grpc 1.15.1 (#33)
    • Sync grpc to upstream 1.15.1
    • Typo fix
  • Contributors: Shengye Wang

0.0.9 (2018-04-18)

  • Fixed missing grpc++_core_stats library. It is a new library generated by gRPC.
  • Contributors: Shengye Wang

0.0.8 (2018-04-18)

  • Install grpcpp headers which was missing.
  • Contributors: Shengye Wang

0.0.7 (2018-04-18)

  • Update git tags to third party repos (#27)
  • Contributors: bikramak

0.0.6 (2017-11-20)

  • Depend on zlib (#23) and link protobuf with zlib (#22) (#24)
  • Depend on absolute path of .proto file (#21) This should fix #20. The original concern was for some reason cmake re-generate protos if .proto is not within src. Initial test shows this is not the case, but should do more tests.
  • Contributors: Shengye Wang

0.0.5 (2017-10-06)

  • Fixes a problem in default SRC_BASE (#18)

    • Fix an issue when package directory is not the same as package name, protoc fails to generate files in the correct path
    • Improve the copy src/proto command

    * Revert \"Improve the copy src/proto command\" This reverts commit adfca498b7b3b00fb4c350675d3b4dbcb154fe75. - Fixes a problem that src in include is not installed

  • Contributors: Shengye Wang

0.0.4 (2017-10-02)

  • Adds INCLUDE_DIRS and expose grpc/src/proto (#14)
    • Allows generate_proto to have specify include_dirs
    • Allow grpc\'s build-in protos to be used by clients
  • Minor documentation fix. (#13)
  • Contributors: Shengye Wang

0.0.3 (2017-09-30)

  • Allows CMake to choose dynamic/static linking on grpc libraries
  • Some fix to grpc package. (#11)
    • Use all embedded third_party software, use grpc 1.6.x, use all static linking to avoid conflicts, move include dir
    • Use HTTPS download instead of GIT to speedup downloading
    • Missing libs
    • Adds boringssl with Bazel in third_party
  • Contributors: Shengye Wang

0.0.2 (2017-09-05)

  • Lower version requirement for cmake so that the package can be built under trusty.
  • Contributors: Shengye Wang

0.0.1 (2017-09-04)

  • Pre-release commit. (#1)
  • Contributors: Shengye Wang

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged grpc at Robotics Stack Exchange

No version for distro jade. Known supported distros are highlighted in the buttons above.

grpc package from grpc repo

grpc

Package Summary

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

Repository Summary

Checkout URI https://github.com/CogRob/catkin_grpc.git
VCS Type git
VCS Version master
Last Updated 2023-05-12
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

Catkinized gRPC Package

Additional Links

No additional links.

Maintainers

  • Shengye Wang

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package grpc

0.0.12 (2023-05-11)

  • Removed cronet dependencies (#47)
  • Contributors: Friedrich M. Rockenbauer

0.0.11 (2022-06-02)

  • Update package.xml
  • Fix build failure (#45)
  • Update package.xml (#44)
  • Support finding libraries for grpc v1.34.1 (#43)
  • Bump grpc version to v1.34.1 for supporting noetic (#42)

    • use git to fetch external project grpc

    * bump grpc version to v1.34.1 Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use git to fetch external project grpc (#41)

    • use git to fetch external project grpc

    * Specify Cmake version for using GIT_REPOSITORY and GIT_CONFIG Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use absolute path for RELATIVE_BASE_DIR (#37)

  • Contributors: JaeyoungLim, Shengye Wang, Tom Lankhorst, Yuki Furuta

0.0.10 (2018-09-26)

  • Follow upstream grpc 1.15.1 (#33)
    • Sync grpc to upstream 1.15.1
    • Typo fix
  • Contributors: Shengye Wang

0.0.9 (2018-04-18)

  • Fixed missing grpc++_core_stats library. It is a new library generated by gRPC.
  • Contributors: Shengye Wang

0.0.8 (2018-04-18)

  • Install grpcpp headers which was missing.
  • Contributors: Shengye Wang

0.0.7 (2018-04-18)

  • Update git tags to third party repos (#27)
  • Contributors: bikramak

0.0.6 (2017-11-20)

  • Depend on zlib (#23) and link protobuf with zlib (#22) (#24)
  • Depend on absolute path of .proto file (#21) This should fix #20. The original concern was for some reason cmake re-generate protos if .proto is not within src. Initial test shows this is not the case, but should do more tests.
  • Contributors: Shengye Wang

0.0.5 (2017-10-06)

  • Fixes a problem in default SRC_BASE (#18)

    • Fix an issue when package directory is not the same as package name, protoc fails to generate files in the correct path
    • Improve the copy src/proto command

    * Revert \"Improve the copy src/proto command\" This reverts commit adfca498b7b3b00fb4c350675d3b4dbcb154fe75. - Fixes a problem that src in include is not installed

  • Contributors: Shengye Wang

0.0.4 (2017-10-02)

  • Adds INCLUDE_DIRS and expose grpc/src/proto (#14)
    • Allows generate_proto to have specify include_dirs
    • Allow grpc\'s build-in protos to be used by clients
  • Minor documentation fix. (#13)
  • Contributors: Shengye Wang

0.0.3 (2017-09-30)

  • Allows CMake to choose dynamic/static linking on grpc libraries
  • Some fix to grpc package. (#11)
    • Use all embedded third_party software, use grpc 1.6.x, use all static linking to avoid conflicts, move include dir
    • Use HTTPS download instead of GIT to speedup downloading
    • Missing libs
    • Adds boringssl with Bazel in third_party
  • Contributors: Shengye Wang

0.0.2 (2017-09-05)

  • Lower version requirement for cmake so that the package can be built under trusty.
  • Contributors: Shengye Wang

0.0.1 (2017-09-04)

  • Pre-release commit. (#1)
  • Contributors: Shengye Wang

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged grpc at Robotics Stack Exchange

No version for distro hydro. Known supported distros are highlighted in the buttons above.

grpc package from grpc repo

grpc

Package Summary

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

Repository Summary

Checkout URI https://github.com/CogRob/catkin_grpc.git
VCS Type git
VCS Version master
Last Updated 2023-05-12
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

Catkinized gRPC Package

Additional Links

No additional links.

Maintainers

  • Shengye Wang

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package grpc

0.0.12 (2023-05-11)

  • Removed cronet dependencies (#47)
  • Contributors: Friedrich M. Rockenbauer

0.0.11 (2022-06-02)

  • Update package.xml
  • Fix build failure (#45)
  • Update package.xml (#44)
  • Support finding libraries for grpc v1.34.1 (#43)
  • Bump grpc version to v1.34.1 for supporting noetic (#42)

    • use git to fetch external project grpc

    * bump grpc version to v1.34.1 Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use git to fetch external project grpc (#41)

    • use git to fetch external project grpc

    * Specify Cmake version for using GIT_REPOSITORY and GIT_CONFIG Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use absolute path for RELATIVE_BASE_DIR (#37)

  • Contributors: JaeyoungLim, Shengye Wang, Tom Lankhorst, Yuki Furuta

0.0.10 (2018-09-26)

  • Follow upstream grpc 1.15.1 (#33)
    • Sync grpc to upstream 1.15.1
    • Typo fix
  • Contributors: Shengye Wang

0.0.9 (2018-04-18)

  • Fixed missing grpc++_core_stats library. It is a new library generated by gRPC.
  • Contributors: Shengye Wang

0.0.8 (2018-04-18)

  • Install grpcpp headers which was missing.
  • Contributors: Shengye Wang

0.0.7 (2018-04-18)

  • Update git tags to third party repos (#27)
  • Contributors: bikramak

0.0.6 (2017-11-20)

  • Depend on zlib (#23) and link protobuf with zlib (#22) (#24)
  • Depend on absolute path of .proto file (#21) This should fix #20. The original concern was for some reason cmake re-generate protos if .proto is not within src. Initial test shows this is not the case, but should do more tests.
  • Contributors: Shengye Wang

0.0.5 (2017-10-06)

  • Fixes a problem in default SRC_BASE (#18)

    • Fix an issue when package directory is not the same as package name, protoc fails to generate files in the correct path
    • Improve the copy src/proto command

    * Revert \"Improve the copy src/proto command\" This reverts commit adfca498b7b3b00fb4c350675d3b4dbcb154fe75. - Fixes a problem that src in include is not installed

  • Contributors: Shengye Wang

0.0.4 (2017-10-02)

  • Adds INCLUDE_DIRS and expose grpc/src/proto (#14)
    • Allows generate_proto to have specify include_dirs
    • Allow grpc\'s build-in protos to be used by clients
  • Minor documentation fix. (#13)
  • Contributors: Shengye Wang

0.0.3 (2017-09-30)

  • Allows CMake to choose dynamic/static linking on grpc libraries
  • Some fix to grpc package. (#11)
    • Use all embedded third_party software, use grpc 1.6.x, use all static linking to avoid conflicts, move include dir
    • Use HTTPS download instead of GIT to speedup downloading
    • Missing libs
    • Adds boringssl with Bazel in third_party
  • Contributors: Shengye Wang

0.0.2 (2017-09-05)

  • Lower version requirement for cmake so that the package can be built under trusty.
  • Contributors: Shengye Wang

0.0.1 (2017-09-04)

  • Pre-release commit. (#1)
  • Contributors: Shengye Wang

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged grpc at Robotics Stack Exchange

grpc package from grpc repo

grpc

Package Summary

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

Repository Summary

Checkout URI https://github.com/CogRob/catkin_grpc.git
VCS Type git
VCS Version master
Last Updated 2023-05-12
Dev Status MAINTAINED
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

Catkinized gRPC Package

Additional Links

No additional links.

Maintainers

  • Shengye Wang

Authors

No additional authors.
README
No README found. See repository README.
CHANGELOG

Changelog for package grpc

0.0.12 (2023-05-11)

  • Removed cronet dependencies (#47)
  • Contributors: Friedrich M. Rockenbauer

0.0.11 (2022-06-02)

  • Update package.xml
  • Fix build failure (#45)
  • Update package.xml (#44)
  • Support finding libraries for grpc v1.34.1 (#43)
  • Bump grpc version to v1.34.1 for supporting noetic (#42)

    • use git to fetch external project grpc

    * bump grpc version to v1.34.1 Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use git to fetch external project grpc (#41)

    • use git to fetch external project grpc

    * Specify Cmake version for using GIT_REPOSITORY and GIT_CONFIG Co-authored-by: Shengye Wang <BillWSY@users.noreply.github.com>

  • use absolute path for RELATIVE_BASE_DIR (#37)

  • Contributors: JaeyoungLim, Shengye Wang, Tom Lankhorst, Yuki Furuta

0.0.10 (2018-09-26)

  • Follow upstream grpc 1.15.1 (#33)
    • Sync grpc to upstream 1.15.1
    • Typo fix
  • Contributors: Shengye Wang

0.0.9 (2018-04-18)

  • Fixed missing grpc++_core_stats library. It is a new library generated by gRPC.
  • Contributors: Shengye Wang

0.0.8 (2018-04-18)

  • Install grpcpp headers which was missing.
  • Contributors: Shengye Wang

0.0.7 (2018-04-18)

  • Update git tags to third party repos (#27)
  • Contributors: bikramak

0.0.6 (2017-11-20)

  • Depend on zlib (#23) and link protobuf with zlib (#22) (#24)
  • Depend on absolute path of .proto file (#21) This should fix #20. The original concern was for some reason cmake re-generate protos if .proto is not within src. Initial test shows this is not the case, but should do more tests.
  • Contributors: Shengye Wang

0.0.5 (2017-10-06)

  • Fixes a problem in default SRC_BASE (#18)

    • Fix an issue when package directory is not the same as package name, protoc fails to generate files in the correct path
    • Improve the copy src/proto command

    * Revert \"Improve the copy src/proto command\" This reverts commit adfca498b7b3b00fb4c350675d3b4dbcb154fe75. - Fixes a problem that src in include is not installed

  • Contributors: Shengye Wang

0.0.4 (2017-10-02)

  • Adds INCLUDE_DIRS and expose grpc/src/proto (#14)
    • Allows generate_proto to have specify include_dirs
    • Allow grpc\'s build-in protos to be used by clients
  • Minor documentation fix. (#13)
  • Contributors: Shengye Wang

0.0.3 (2017-09-30)

  • Allows CMake to choose dynamic/static linking on grpc libraries
  • Some fix to grpc package. (#11)
    • Use all embedded third_party software, use grpc 1.6.x, use all static linking to avoid conflicts, move include dir
    • Use HTTPS download instead of GIT to speedup downloading
    • Missing libs
    • Adds boringssl with Bazel in third_party
  • Contributors: Shengye Wang

0.0.2 (2017-09-05)

  • Lower version requirement for cmake so that the package can be built under trusty.
  • Contributors: Shengye Wang

0.0.1 (2017-09-04)

  • Pre-release commit. (#1)
  • Contributors: Shengye Wang

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

Deps Name
1 catkin

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged grpc at Robotics Stack Exchange