-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/ground segmentation #78
Conversation
ご対応ありがとうございます. |
以下のようにしていますが、 orange_ros2/orange_ros2.rosinstall Lines 25 to 28 in 9732ee2
baiyeweiguang/linefit_ground_segmentation_ros2#1 にて私のPRがマージされたので本家の方をcloneするようにしても良いかもしれません。今後、またバグが出て修正するかもなら現状のままでも良いです。 |
問題発生時にKBKNからcloneしている方が対応(変更・debug)しやすいと思うので今のままで良いかなと思います. |
[WARN]の件以外は問題ないと思います. |
レビューありがとうございます。 |
承知しました. |
空であればセンサのフレームが使われる旨が書かれていますが、
これが間違いで、実際にはコード内で ROS1のlinefit_ground_segmentation_rosでは空のフレーム名でパラメータを初期化していて、そのようなことは起きないのでこれは明らかなバグですが、一旦は以下でwarningは消えそうなのでこの対応方法で不問にしたいと思います。 gravity_aligned_frame: "velodyne" |
対応ありがとうございます. |
以下のようにしても、 gravity_aligned_frame: "velodyne" |
はい, おっしゃる通りです. |
私の環境だと |
承知です. |
…ous-Robotics-Lab/orange_ros2 into feature/ground_segmentation
orange_gazeboからはパラメータファイルを適切に読み込めていましたが、orange_bringupからは読み込めていませんでした。includeしている箇所に以下を足すとこの問題は修正されました。 <arg name="config_file_path" value="$(find-pkg-share orange_sensor_tools)/config/ground_segmentation.yaml"/> orange_bringupにはCMakeLists.txtが無いのでここら辺ももしかしたら問題かなと思いますが一先ずはこれで解決とします。 |
上記は、私の解釈ミスでこれは問題ではありませんでした。 |
@shunki1006 |
PR Type
Overview
Detail
r_min
: 以下の値に変更。orange_ros2/orange_bringup/launch/orange_robot.launch.xml
Line 78 in d90c0ac
sensor_height
: 以下2つのz
の値の和に変更。orange_ros2/orange_description/xacro/orange_robot.xacro
Line 26 in d90c0ac
orange_ros2/orange_description/xacro/orange_robot.xacro
Line 13 in d90c0ac
latch
: デッドコードのため削除。Test
実機での動作検証では、以下の箇所を、
https://github.com/KBKN-Autonomous-Robotics-Lab/orange_ros2_docker/blob/d172002bcd26aab4a6fa8638320f0d89e41be7c8/Dockerfile#L113
下記のように変更してビルドし直す必要があります。
Attention