Skip to content

Commit

Permalink
Added directory for command_module related nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed May 8, 2024
1 parent de8ed98 commit 8b37310
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(ezbot_robot)
project(ezbot_command_module)

# Default to C99
if(NOT CMAKE_C_STANDARD)
Expand Down Expand Up @@ -33,22 +33,9 @@ if(BUILD_TESTING)
endif()

install(
DIRECTORY config description launch worlds meshes media
DIRECTORY config launch
DESTINATION share/${PROJECT_NAME}
)

install(
DIRECTORY media/
DESTINATION $ENV{HOME}/.gazebo/media/
)

install(
DIRECTORY media/
DESTINATION $ENV{HOME}/.gazebo/media/
)

install(PROGRAMS
launch/camerapubsub.py
DESTINATION lib/${PROJECT_NAME})

ament_package()
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ezbot_robot</name>
<name>ezbot_command_module</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<description>Package for all ros nodes related to tje esnot </description>
<maintainer email="[email protected]">MY NAME</maintainer>
<license>TODO: License declaration</license>

Expand All @@ -12,11 +12,6 @@

<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<!-- TODO add controller manager dependency-->
<!--
removed opencv, even though we need it-->
<depend>rclpy</depend>

<test_depend>ament_lint_auto</test_depend>
Expand Down

0 comments on commit 8b37310

Please sign in to comment.