Skip to content

Commit

Permalink
Replace rosidl_cmake with rosidl_common
Browse files Browse the repository at this point in the history
The former is deprecated and the build was warning of this.
  • Loading branch information
jprestwo committed Jun 19, 2024
1 parent ca24a3c commit 958df01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<buildtool_depend>ament_index_python</buildtool_depend>
<buildtool_depend>python3</buildtool_depend>
<buildtool_depend>python3-catkin-pkg-modules</buildtool_depend>
<buildtool_depend>rosidl_cmake</buildtool_depend>
<buildtool_depend>rosidl_pycommon</buildtool_depend>
<buildtool_depend>rosidl_parser</buildtool_depend>

<build_depend>builtin_interfaces</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion ros1_bridge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import genmsg.msg_loader

import rosidl_adapter.parser
from rosidl_cmake import expand_template
from rosidl_pycommon import expand_template
import rosidl_parser.parser

import yaml
Expand Down

0 comments on commit 958df01

Please sign in to comment.