Skip to content

Commit

Permalink
Cleaned up #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Blebot0 committed Jun 9, 2023
1 parent 36073c1 commit bdfaf08
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 95 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ repos:
entry: ament_lint_cmake
language: system
files: CMakeLists\.txt$
exclude: 'baghira_hardware_interface/xsens/.*'
15 changes: 0 additions & 15 deletions chaining_controller/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ install(DIRECTORY
DESTINATION share/${PROJECT_NAME}/
)

add_executable(example_effort examples/example_effort.cpp)
ament_target_dependencies(example_effort
rclcpp
std_msgs
)

## Install
install(
TARGETS
example_effort

DESTINATION
lib/${PROJECT_NAME}
)

## effort_controller_upper
add_library(
effort_controller_upper
Expand Down
58 changes: 0 additions & 58 deletions chaining_controller/examples/example_effort.cpp

This file was deleted.

12 changes: 2 additions & 10 deletions chaining_controller/package.xml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
<?xml version="1.0"?>
<package format="2">
<name>chaining_controller</name>
<version>0.4.3</version>
<version>0.0.0</version>
<description>chaining_controller</description>

<maintainer email="[email protected]">Alejandro Hernandez</maintainer>
<maintainer email="[email protected]">example</maintainer>
<license>Apache License 2.0</license>


<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>control_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclcpp_action</build_depend>
<build_depend>std_msgs</build_depend>

<exec_depend>ament_index_python</exec_depend>
<exec_depend>control_msgs</exec_depend>
<exec_depend>effort_controllers</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>gazebo_ros2_control</exec_depend>
<exec_depend>gazebo_ros</exec_depend>
<exec_depend>hardware_interface</exec_depend>
Expand All @@ -31,8 +25,6 @@
<exec_depend>ros2_control</exec_depend>
<exec_depend>ros2_controllers</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>velocity_controllers</exec_depend>
<exec_depend>xacro</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
Expand Down
13 changes: 2 additions & 11 deletions gazebo_ros2_control/package.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
<?xml version="1.0"?>
<package format="2">
<name>gazebo_ros2_control</name>
<version>0.4.3</version>
<version>0.0.0</version>
<description>gazebo_ros2_control</description>

<maintainer email="[email protected]">Alejandro Hernandez</maintainer>

<license>BSD</license>
<maintainer email="[email protected]">example</maintainer>
<license>Apache License 2.0</license>

<url type="website">http://ros.org/wiki/gazebo_ros_control</url>
<url type="bugtracker">https://github.com/ros-controls/gazebo_ros2_control/issues</url>
<url type="repository">https://github.com/ros-controls/gazebo_ros2_control/</url>

<author>Jonathan Bohren</author>
<author>Dave Coleman</author>

<buildtool_depend>ament_cmake</buildtool_depend>

<depend>angles</depend>
Expand Down

0 comments on commit bdfaf08

Please sign in to comment.