Skip to content

Commit

Permalink
[Misc] Change reasoning branches to develop and build_depend->depend …
Browse files Browse the repository at this point in the history
…in package.xml
  • Loading branch information
hridaybavle committed Apr 22, 2024
1 parent 05c584c commit f795e02
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
[submodule "utils/reasoning/graph_reasoning"]
path = utils/reasoning/graph_reasoning
url = https://github.com/snt-arg/graph_reasoning.git
branch = complete_gnn_architecture
branch = develop
[submodule "utils/reasoning/graph_wrapper"]
path = utils/reasoning/graph_wrapper
url = https://github.com/snt-arg/graph_wrapper.git
branch = develop
[submodule "utils/reasoning/graph_datasets"]
path = utils/reasoning/graph_datasets
url = https://github.com/snt-arg/graph_datasets.git
branch = graph_reasoning
branch = develop
[submodule "utils/reasoning/graph_matching"]
path = utils/reasoning/graph_matching
url = https://github.com/snt-arg/graph_matching.git
Expand Down
66 changes: 23 additions & 43 deletions s_graphs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,50 +11,30 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<build_depend>ndt_omp</build_depend>
<build_depend>fast_gicp</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclpy</build_depend>
<build_depend>geodesy</build_depend>
<build_depend>nmea_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>libg2o</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>tf2_eigen</build_depend>
<build_depend>geographic_msgs</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>reasoning_msgs</build_depend>
<build_depend>backward_ros</build_depend>
<build_depend>rviz_visual_tools</build_depend>
<build_depend>s_graphs_msgs</build_depend>
<depend>ndt_omp</depend>
<depend>fast_gicp</depend>
<depend>pcl_ros</depend>
<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>geodesy</depend>
<depend>nmea_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>visualization_msgs</depend>
<depend>libg2o</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tf2_eigen</depend>
<depend>geographic_msgs</depend>
<depend>message_filters</depend>
<depend>reasoning_msgs</depend>
<depend>backward_ros</depend>
<depend>rviz_visual_tools</depend>
<depend>s_graphs_msgs</depend>
<depend>libceres-dev</depend>
<depend>ament_cmake_gtest</depend>

<exec_depend>ndt_omp</exec_depend>
<exec_depend>fast_gicp</exec_depend>
<exec_depend>pcl_ros</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>geodesy</exec_depend>
<exec_depend>nmea_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>tf2_eigen</exec_depend>
<exec_depend>geographic_msgs</exec_depend>
<exec_depend>message_filters</exec_depend>
<exec_depend>reasoning_msgs</exec_depend>
<exec_depend>backward_ros</exec_depend>
<exec_depend>rviz_visual_tools</exec_depend>
<exec_depend>s_graphs_msgs</exec_depend>

<build_depend>ament_cmake_gtest</build_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>

Expand Down

0 comments on commit f795e02

Please sign in to comment.