Skip to content

Commit

Permalink
remove currently-unused mujoco dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Dec 9, 2024
1 parent ef94df5 commit be32430
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions fuse.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ repositories:
type: git
url: https://github.com/giafranchini/covariance_geometry_ros.git
version: iron
mujoco:
type: git
url: https://github.com/google-deepmind/mujoco.git
version: 3.2.4
10 changes: 5 additions & 5 deletions fuse_models/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ find_package(tf2 REQUIRED)
find_package(tf2_2d REQUIRED)
find_package(tf2_geometry_msgs REQUIRED)
find_package(tf2_ros REQUIRED)
find_package(mujoco REQUIRED)
# find_package(mujoco REQUIRED)

find_package(Ceres REQUIRED)
find_package(Eigen3 REQUIRED)
Expand All @@ -47,7 +47,7 @@ add_library(
src/graph_ignition.cpp
src/imu_2d.cpp
src/imu_3d.cpp
src/mujoco_model.cpp
# src/mujoco_model.cpp
src/odometry_2d.cpp
src/odometry_2d_publisher.cpp
src/odometry_3d.cpp
Expand Down Expand Up @@ -77,7 +77,7 @@ target_link_libraries(
fuse_publishers::fuse_publishers
fuse_variables::fuse_variables
${geometry_msgs_TARGETS}
mujoco::mujoco
# mujoco::mujoco
${nav_msgs_TARGETS}
pluginlib::pluginlib
rclcpp_components::component
Expand Down Expand Up @@ -136,7 +136,7 @@ ament_export_dependencies(
tf2_ros
Ceres
Eigen3
Boost
mujoco)
Boost)
# mujoco)

ament_package()
2 changes: 1 addition & 1 deletion fuse_models/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<depend>boost</depend>
<depend>libceres-dev</depend>
<depend>eigen</depend>
<depend>mujoco</depend>
<!-- <depend>mujoco</depend> -->

<build_depend>covariance_geometry_ros</build_depend>
<build_depend>fuse_constraints</build_depend>
Expand Down

0 comments on commit be32430

Please sign in to comment.