Skip to content

Commit

Permalink
remove zero cmd vel node
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalTheCoder committed Nov 4, 2024
1 parent e03a5a6 commit 27b2a06
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 62 deletions.
7 changes: 0 additions & 7 deletions urc_bringup/launch/bringup_simulation.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,6 @@ def generate_launch_description():
remappings=[("/cmd_vel_out", "/rover_drivetrain_controller/cmd_vel")],
)

zero_cmd_vel_node = Node(
package="urc_platform",
executable="urc_platform_ZeroCmdVelNode",
output="screen",
)

# ekf_launch = IncludeLaunchDescription(
# PythonLaunchDescriptionSource(
# [FindPackageShare("urc_localization"),
Expand Down Expand Up @@ -224,7 +218,6 @@ def generate_launch_description():
],
)
),
zero_cmd_vel_node,
enable_color,
gazebo,
load_robot_state_publisher,
Expand Down
7 changes: 0 additions & 7 deletions urc_platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ include_directories(
# Library creation
add_library(${PROJECT_NAME} SHARED
src/joystick_driver.cpp
src/zero_cmd_vel_node.cpp
)

set(dependencies
Expand All @@ -42,12 +41,6 @@ rclcpp_components_register_node(
EXECUTABLE ${PROJECT_NAME}_JoystickDriver
)

rclcpp_components_register_node(
${PROJECT_NAME}
PLUGIN "zero_cmd_vel_node::ZeroCmdVelNode"
EXECUTABLE ${PROJECT_NAME}_ZeroCmdVelNode
)

# Install launch files.
install(
DIRECTORY
Expand Down
22 changes: 0 additions & 22 deletions urc_platform/include/zero_cmd_vel_node.hpp

This file was deleted.

26 changes: 0 additions & 26 deletions urc_platform/src/zero_cmd_vel_node.cpp

This file was deleted.

0 comments on commit 27b2a06

Please sign in to comment.