Skip to content

Commit

Permalink
add object representation and conversion from ast
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 20, 2018
1 parent e3ea4e9 commit 363cade
Show file tree
Hide file tree
Showing 7 changed files with 1,234 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rosidl_parser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ if(BUILD_TESTING)
endif()

ament_package()

if(BUILD_TESTING)
find_package(ament_cmake_pytest REQUIRED)
ament_add_pytest_test(pytest test)
endif()
3 changes: 3 additions & 0 deletions rosidl_parser/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<exec_depend>python3-lark-parser</exec_depend>
<exec_depend>rosidl_adapter</exec_depend> <!-- TODO(dirk-thomas) only for backward compatibilty -->

<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>python3-pytest</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down
Loading

0 comments on commit 363cade

Please sign in to comment.