Skip to content

Commit

Permalink
register_controller macro not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-palacios authored and Karsten1987 committed Feb 10, 2020
1 parent cd459c7 commit 7e8ac84
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ros_controllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ ament_target_dependencies(
"sensor_msgs"
"trajectory_msgs"
)
controller_manager_register_controller(
default_controllers
"ros_controllers::JointStateController"
"ros_controllers::JointTrajectoryController"
)
# Causes the visibility macros to use dllexport rather than dllimport,
# which is appropriate when building the dll but not consuming it.
target_compile_definitions(default_controllers PRIVATE "ROS_CONTROLLERS_BUILDING_DLL")
Expand Down

0 comments on commit 7e8ac84

Please sign in to comment.