Skip to content

Commit

Permalink
feat: added support for spacecraft thrusters
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro-Roque committed Jun 3, 2024
1 parent bd1d057 commit dfff60b
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ add_subdirectory(rf_comms)
add_subdirectory(scene_broadcaster)
add_subdirectory(sensors)
add_subdirectory(shader_param)
add_subdirectory(spacecraft_thruster_model)
add_subdirectory(thermal)
add_subdirectory(thruster)
add_subdirectory(touch_plugin)
Expand Down
6 changes: 6 additions & 0 deletions src/systems/spacecraft_thruster_model/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
gz_add_system(spacecraft_thruster_model
SOURCES
SpacecraftThrusterModel.cc
PUBLIC_LINK_LIBS
gz-common${GZ_COMMON_VER}::gz-common${GZ_COMMON_VER}
)
Loading

0 comments on commit dfff60b

Please sign in to comment.