Daisuke Nishimatsu
Daisuke Nishimatsu
[Sync is out.](https://discourse.ros.org/t/new-packages-for-ros-2-humble-hawksbill-2022-09-30/27583)
@HaoruXue Thank you for your modification. Could you make the commit message same as the PR title to pass `semantic-pull-request` check?
@amtommy @yukkysaito @miursh I think it is better to create a node with dynamic number of callbacks than one with specific number of callbacks. What do you think?
@amtommy I think you can refer `image_projection_based_fusion`. https://github.com/autowarefoundation/autoware.universe/blob/main/perception/image_projection_based_fusion/src/fusion_node.cpp
@HaoruXue @mitsudome-r I added some patch to official yolov5 onnx to fit the current `tensorrt_yolo` implementation. Do you need a converter script?
@yukke42 Could you try https://github.com/autowarefoundation/autoware.universe/pull/1436 first? It may be better to keep backward compatibility for multiple l4t version e.g. 32.6(tensorrt 8.2) and 34.1(tensorrt 8.4).
@NilaySener I added modifications to compile without adding `-Wno-deprecated-declarations` except for `lidar_apollo_instance_segmentation`. Could you try and review this PR?
@yukke42 I added more modifications to build with tensorrt 8.2. Could you try to run with a rosbag again? I reverted changes for `lidar_apollo_instance_segmentation` because explicit batch is not supported...
@NilaySener Thank you for confirming it. [Your PR](https://github.com/autowarefoundation/autoware.universe/pull/1436) is closed due to merging this PR, but thank you for your contribution.
@maximilianwulf Could you try to work demos with [rocker](https://github.com/osrf/rocker)? [Here](https://github.com/wep21/grid_map/pkgs/container/grid_map) is my docker image. ``` sudo apt-get install python3-rocker docker pull ghcr.io/wep21/grid_map:fix-demo rocker --nvidia --x11 --user --home ghcr.io/wep21/grid_map:fix-demo ``` Dockerfile(if...