Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions patch/dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mujoco_vendor:
add_host: ["libgl-devel"] # MuJoCo's bundled GLFW simulation includes GL/gl.h
mujoco_ros2_control_plugins:
add_host: ["libegl-devel"] # CMake finds OpenGL COMPONENTS EGL
ament_package:
add_host: ['importlib_resources']
foxglove_bridge:
Expand Down
2 changes: 2 additions & 0 deletions vinca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ packages_select_by_deps:
- rosidl_buffer_backend
- rosidl_buffer_backend_registry
- rosidl_buffer_py
- rosidl_generator_dds_idl
- rqt_robot_monitor
- rqt_runtime_monitor
- rtabmap
Expand All @@ -203,6 +204,7 @@ packages_select_by_deps:
- if: linux
then:
- libcamera
- mujoco_ros2_control # Isaac ROS deploy / Unitree G1 simulation
- nobleo_socketcan_bridge # Depends on socketcan
- ros2_socketcan # Depends on socketcan
- rosgraph_monitor
Expand Down
Loading