personalrobotics / ada_ros2

ROS2 Hardware Interface and Description for the ADA Robot
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Allow Command-Line Configuration of Log Level #43

Closed amalnanavati closed 8 months ago

amalnanavati commented 8 months ago

Description

This PR does two things:

  1. The SRDF had an end_effector that wasn't and couldn't be used, because there is no appropriate group to specify as a parent group (see here for details on how that SRDF tag is parsed, and here for details about the intent of that SRDF tag). This PR removes that unnecessary SRDF tag.
  2. Although MoveIt2 nodes use a variety of log levels, there is currently no convenient way to set the log levels across all the nodes launched in the MoveIt2 ecosystem. This PR is one way to address that, although a more succinct way is proposed in moveit2#2770.

Testing