Skip to content

Commit

Permalink
fix(aip_x2_gen2_launch): add autoware_ prefix to glog component (#384)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo authored Feb 3, 2025
1 parent fdbcf80 commit 474ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aip_x2_gen2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def str2vector(string):

glog_component = ComposableNode(
package="autoware_glog_component",
plugin="GlogComponent",
plugin="autoware::glog_component::GlogComponent",
name="glog_component",
)

Expand Down

0 comments on commit 474ad26

Please sign in to comment.