-
Notifications
You must be signed in to change notification settings - Fork 38
Conversation
d0163ae
to
a63d909
Compare
28dedff
to
adc7824
Compare
Fixed in adc7824 |
@@ -4,17 +4,17 @@ | |||
<!-- common parameters --> | |||
<arg name="mode" default="camera_lidar_fusion"/> | |||
<!-- "camera_lidar_fusion", "lidar" or "camera" --> | |||
<arg name="image_raw0" default="/sensing/camera/0/image_raw"/> | |||
<arg name="image_raw0" default="/sensing/camera/0/image_rect_color"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Single number in namaspace or name is not allowed in ros2.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review.
This is fixed in 2bc1a5e
@@ -18,6 +18,8 @@ | |||
<exec_depend>naive_path_prediction</exec_depend> | |||
<exec_depend>roi_cluster_fusion</exec_depend> | |||
<exec_depend>shape_estimation</exec_depend> | |||
<exec_depend>tensorrt_yolo</exec_depend> | |||
<exec_depend>object_range_splitter</exec_depend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing object_merger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in cd9edd0
870125f
to
95c13d5
Compare
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
This reverts commit 7b50ca1.
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
* cosmetic change * add image topic * fix bug
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
95c13d5
to
3038e77
Compare
3038e77
to
95c13d5
Compare
91df038
to
d018823
Compare
03c7d67
to
df6d5f5
Compare
…ition Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
df6d5f5
to
3112700
Compare
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* temporary commit tlr_nodelet Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * compressed to compressed Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * Update traffic_light.launch Signed-off-by: Daisuke Nishimatsu <border_goldenmarket@yahoo.co.jp> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * change image_transport to relay Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * decompress as rgb8 Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> * fix bug Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com> Co-authored-by: Yukihiro Saito <yukky.saito@gmail.com>
No description provided.