Skip to content

Commit

Permalink
fully port geodesy python to ROS2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski committed Sep 20, 2019
1 parent e94d461 commit 42ba053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions geodesy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ set(dependencies
unique_identifier_msgs
)

# TODO(stevemacenski) port python libraries to ROS2
# ament_python_install_package(${PROJECT_NAME} PACKAGE_DIR src/${PROJECT_NAME})
ament_python_install_package(${PROJECT_NAME} PACKAGE_DIR src/${PROJECT_NAME})

# build C++ coordinate conversion library
add_library(geoconv STATIC src/conv/utm_conversions.cpp)
Expand Down
1 change: 1 addition & 0 deletions geodesy/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>unique_identifier_msgs</depend>
<depend>python-pyproj</depend>

<!-- these dependencies are only for testing -->
<test_depend>rosunit</test_depend>
Expand Down

0 comments on commit 42ba053

Please sign in to comment.