Skip to content

Commit

Permalink
A few more minor comment updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 30, 2023
1 parent 149454b commit ec6c882
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 2 additions & 3 deletions arena_camera/src/nodes/streaming_node_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
*
* Copyright (C) 2023, University of Washington. All rights reserved.
*
* Derived from LucidVisions ros2 node, which included this original
* copyright notification:
*
* based on the arena_camera_ros driver released under the BSD License:
* Copyright (C) 2021, Lucidvision Labs
* Copyright (C) 2016, Magazino GmbH. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 0 additions & 6 deletions arena_camera/src/polled_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,11 @@

namespace arena_camera {

// using sensor_msgs::CameraInfo;
// using sensor_msgs::CameraInfoPtr;

ArenaCameraPolledNode::ArenaCameraPolledNode(const rclcpp::NodeOptions &options)
: ArenaCameraBaseNode("arena_polled", options) {}

ArenaCameraPolledNode::~ArenaCameraPolledNode() {}

//
// Nodelet::onInit function

// void ArenaCameraPolledNode::onInit() {
// ArenaCameraNodeletBase::onInit();

Expand Down

0 comments on commit ec6c882

Please sign in to comment.