Skip to content

Commit

Permalink
Rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Aug 20, 2024
1 parent c578b43 commit d500919
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions panther_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ ament_target_dependencies(
target_link_libraries(panther_simulation_plugins ignition-gazebo6::core)

set(CMAKE_AUTOMOC ON)
qt5_add_resources(resources_rcc src/e_stop/EStop.qrc)
qt5_add_resources(resources_rcc src/gui/EStop.qrc)

add_library(EStop SHARED include/panther_gazebo/e_stop.hpp
src/e_stop/e_stop.cpp ${resources_rcc})
add_library(EStop SHARED include/panther_gazebo/gui/e_stop.hpp
src/gui/e_stop.cpp ${resources_rcc})
ament_target_dependencies(EStop ignition-common4 ignition-gazebo6
ignition-plugin1 rclcpp std_srvs)
target_link_libraries(EStop ${Qt5Core_LIBRARIES} ${Qt5Qml_LIBRARIES}
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "panther_gazebo/e_stop.hpp"
#include "panther_gazebo/gui/e_stop.hpp"

#include <memory>

Expand Down

0 comments on commit d500919

Please sign in to comment.