Skip to content

Commit

Permalink
small cleanup (#233)
Browse files Browse the repository at this point in the history
* small cleanup

* smaller cleanup
  • Loading branch information
mrinalTheCoder authored Nov 20, 2024
1 parent 5944ee2 commit 0675e51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions urc_bringup/launch/bringup.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@ def generate_launch_description():
name="twist_mux",
)

teleop_launch = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
[FindPackageShare("urc_bringup"), "/launch/teleop.launch.py"]
)
)

launch_gps = IncludeLaunchDescription(
PythonLaunchDescriptionSource(
os.path.join(
Expand Down Expand Up @@ -168,7 +162,6 @@ def generate_launch_description():
# load_arm_controller,
# load_gripper_controller_left,
# load_gripper_controller_right,
teleop_launch,
launch_gps,
rosbridge_server_node,
odom_frame_node,
Expand Down
6 changes: 0 additions & 6 deletions urc_hw/src/hardware_interfaces/status_light.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ hardware_interface::CallbackReturn StatusLight::on_deactivate(const rclcpp_lifec

hardware_interface::return_type StatusLight::read(const rclcpp::Time &, const rclcpp::Duration &)
{
RCLCPP_INFO(
rclcpp::get_logger(
hardware_interface_name), "Red: %s, Green: %s, Blue: %s", num_to_state(
lightStates[0]).c_str(), num_to_state(lightStates[1]).c_str(), num_to_state(
lightStates[2]).c_str());

return hardware_interface::return_type::OK;
}

Expand Down

0 comments on commit 0675e51

Please sign in to comment.