Skip to content

Commit c42e9a3

Browse files
committed
misc clean up
1 parent 8917578 commit c42e9a3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

clearpath_motor_drivers/puma_motor_driver/src/driver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ can_hardware::Frame Driver::getMsg(const uint32_t id)
197197
msg.id = id;
198198
msg.dlc = 0;
199199
msg.is_extended = true;
200-
// msg.header.stamp = nh_->get_clock()->now();
201-
// msg.header.frame_id = "base_link";
202200
return msg;
203201
}
204202

clearpath_motor_drivers/puma_motor_driver/src/multi_puma_node.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,6 @@ void MultiPumaNode::frameCallback(const can_hardware::Frame& frame)
292292

293293
void MultiPumaNode::run()
294294
{
295-
RCLCPP_INFO_THROTTLE(this->get_logger(), *this->get_clock(), 5000,
296-
"[HAL-y Code]: MultiPumaNode Run Cycle %d", status_count_);
297-
298295
if (active_) {
299296
// Checks to see if power flag has been reset for each driver
300297
for (auto & driver : drivers_) {

0 commit comments

Comments
 (0)