pf-robotics / kachaka-api

スマートファニチャープラットフォーム「カチャカ」API
https://kachaka.zendesk.com/hc/ja/articles/7660222791183-%E3%82%AB%E3%83%81%E3%83%A3%E3%82%ABAPI
Apache License 2.0
85 stars 24 forks source link

bump version to v3.0.14 #87

Closed kmurase-pfr closed 4 months ago

kmurase-pfr commented 4 months ago

カチャカソフトウェア v3.0.14 に合わせてカチャカAPIを更新します。

変更点は、以下です。

新機能として、以下をサポートします。

coderabbitai[bot] commented 4 months ago

ウォークスルー

今回の変更は、KachakaのJupyterLabでの環境サポートとAPI機能の拡充に焦点を当てています。README.mdの更新、プロトコルバッファの追加、Pythonモジュールの拡張、ROS2ブリッジの新しいコンポーネントの導入が含まれます。これにより、マルチOSサポート、TOFカメラ機能、レーザースキャンの継続的な取得などが強化されました。

変更点

ファイル 変更内容
README.md JupyterLabの利用環境を明確化し、APIの利用可能なOS情報を更新
protos/kachaka-api.proto 新しいenumとmessage、およびRPCメソッドの追加
python/demos/get_laser_scan.ipynb 非同期関数get_and_show_laser_scan_loopLaserScanActivatorの導入
python/kachaka_api/aio/base.py TOFカメラ関連の非同期メソッドを追加
python/kachaka_api/base.py TOFカメラ情報、画像、圧縮画像を取得するメソッドを追加
python/kachaka_api/util/vision.py LaserScanActivatorクラスの追加と関数の署名変更
ros2/kachaka_description/config/kachaka.rviz TOFカメラ関連の新しい設定とパネルの追加
ros2/kachaka_grpc_ros2_bridge/CMakeLists.txt tof_camera_componenttorch_componentの追加
ros2/kachaka_grpc_ros2_bridge/src/camera_bridge.hpp is_depthパラメータを追加
ros2/kachaka_grpc_ros2_bridge/src/component/back_camera_component.cpp CameraBridgeのコンストラクタにfalseを追加
ros2/kachaka_grpc_ros2_bridge/src/component/front_camera_component.cpp CameraBridgeのコンストラクタにfalseを追加
ros2/kachaka_grpc_ros2_bridge/src/component/tof_camera_component.cpp TofCameraComponentクラスの追加
ros2/kachaka_grpc_ros2_bridge/src/component/torch_component.cpp TorchComponentクラスの追加

Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.