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

[LiDAR] Scan data publishing is stopped when robot not moving #114

Closed MrKeith99 closed 3 weeks ago

MrKeith99 commented 1 month ago

[ENG] The LiDAR sensor is exhibiting inconsistent behavior regarding data publication. Specifically:

This behavior is undesirable as it limits the ability to utilize LiDAR data for static environment mapping and obstacle detection during stationary periods.

To address this issue, it would be desirable to introduce a ROS service that can toggle the LiDAR scan data publication on and off independently of the robot's movement state.


[日本語] LiDARセンサーからのデータはパブリッシュされないときがあります。具体的には以下の通りです。

静止状態での環境マッピングや障害物検知にLiDARデータを利用することを制限されます。

この問題に対処するために、ロボットの移動状態に関係なくLiDARスキャンデータのパブリッシュをオン/オフできるようにROSサービスを導入することのよって解決できるかと考えられます。

Additional Information: lidar_rviz

terakoji-pfr commented 1 month ago

103

MrKeith99 commented 3 weeks ago

@terakoji-pfr Thank you for your feedback. We will have a look on it. Meanwhile, it looks like it is possible to obtain the sensor data after Kachaka stops, so I will close this issue. Thank you!