ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

apoorvcn47's profile - activity

2023-03-22 14:12:48 -0500 received badge  Famous Question (source)
2022-11-27 14:54:38 -0500 marked best answer Filtering out ROS2 rclcpp and rcl debug logs

Hi I am using ROS2 Foxy. My node has several types logging statements (info, debug, error). When I set the logging level to info, i see my error and info statements, which is expected. when i set the logging level to debug, i see all my logging statements but i also see bunch of logging statements from RCL and RCLCPP which I don't want to see. Is there a way I an filter out these system logs and only see my custom logging statements?

Thank you

2022-11-27 14:54:38 -0500 received badge  Scholar (source)
2022-10-25 12:48:29 -0500 received badge  Notable Question (source)
2022-10-25 04:34:30 -0500 received badge  Popular Question (source)
2022-10-22 16:15:03 -0500 asked a question Setting ROS2 log level in XML launch file

Setting ROS2 log level in XML launch file Hi I am using Ros2 Humble. I know how to set log level in python launch file.

2022-08-31 14:46:22 -0500 received badge  Famous Question (source)
2022-08-05 18:53:19 -0500 received badge  Notable Question (source)
2022-08-05 18:53:19 -0500 received badge  Popular Question (source)
2022-04-06 14:33:32 -0500 received badge  Nice Question (source)
2021-10-29 08:00:10 -0500 asked a question Filtering out ROS2 rclcpp and rcl debug logs

Filtering out ROS2 rclcpp and rcl debug logs Hi I am using ROS2 Foxy. My node has several types logging statements (info

2021-10-11 09:20:27 -0500 received badge  Famous Question (source)
2021-06-21 12:02:16 -0500 received badge  Notable Question (source)
2021-05-14 03:07:30 -0500 received badge  Popular Question (source)
2021-05-13 12:05:24 -0500 asked a question How to change log directory on ROS2 Foxy?

How to change log directory on ROS2 Foxy? Both variables ROS_HOME and ROS_LOG_DIR were empty. I set them both to the des

2021-05-13 11:59:43 -0500 commented answer How do I set the logging directory in Foxy?

Hi, I tried this answer. It only puts the log from the launch file to the specified log folder. the log from the nodes

2021-03-25 02:07:17 -0500 received badge  Famous Question (source)
2020-09-29 15:28:06 -0500 received badge  Notable Question (source)
2020-09-25 15:03:40 -0500 commented answer rclcpp::init crashes the node if i include certain header files from freeopcua library

Updated my answer

2020-09-25 15:03:14 -0500 edited answer rclcpp::init crashes the node if i include certain header files from freeopcua library

You were right sir. Both FreeOPCUA and ROS use different version of spdlogger. I edited some files in OPCUA to use syste

2020-09-25 13:21:27 -0500 answered a question rclcpp::init crashes the node if i include certain header files from freeopcua library

You were right sir. Both FreeOPCUA and ROS use different version of spdlogger. I edited some files in OPCUA to use syste

2020-09-25 13:21:27 -0500 received badge  Rapid Responder (source)
2020-09-25 07:25:43 -0500 received badge  Popular Question (source)
2020-09-24 09:00:28 -0500 asked a question rclcpp::init crashes the node if i include certain header files from freeopcua library

rclcpp::init crashes the node if i include certain header files from freeopcua library My node was working fine with ros

2014-06-13 09:05:13 -0500 received badge  Famous Question (source)
2014-01-09 08:29:01 -0500 received badge  Notable Question (source)
2014-01-09 06:38:08 -0500 received badge  Student (source)
2014-01-08 22:06:39 -0500 received badge  Popular Question (source)
2014-01-08 18:01:37 -0500 commented question No such package/stack on fuerte after giving roscd command

actually i am quite new at this, so no can you please provide me the instructions?

2014-01-08 17:21:16 -0500 asked a question No such package/stack on fuerte after giving roscd command

while creating a new node, and trying to change the directory, it is giving the error as

roscd: No such package/stack 'chapter2_tutorials/src/'