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

jaduol391's profile - activity

2022-05-27 03:34:15 -0500 received badge  Famous Question (source)
2019-08-11 11:44:28 -0500 received badge  Notable Question (source)
2019-08-11 11:44:28 -0500 received badge  Popular Question (source)
2019-07-12 07:23:12 -0500 received badge  Famous Question (source)
2018-07-16 08:27:50 -0500 marked best answer Logger conflicts with my own logger

When I call rospy.init_node, logging of errors using my own defined logger stops working and nothing is displayed. For example when I call an object without its arguments, I get a TypeError printed on the interpreter but after I call rospy.init_node the same object instantiation without arguments goes through without any error being printed. This then makes it difficult to debug my code.

The logger I use is derived from the Python logging module. I am using Python3 with the Python2 rospy module in the Ubuntu terminal multiplexer screen. I am using ROS Kinetic.

My question is: Does anyone know how to resolve such a problem? Can I use the rospy logger with my own?

Thanks in advance.

2018-07-16 08:27:48 -0500 received badge  Student (source)
2018-07-05 08:11:31 -0500 received badge  Notable Question (source)
2018-06-19 11:29:20 -0500 edited question How is pr2_controller_manager service created?

How is pr2_controller_manager service created? I am trying to run roslaunch pr2_gazebo pr2_empty_world.launch on Mac OS

2018-06-19 11:29:20 -0500 received badge  Editor (source)
2018-06-19 09:50:15 -0500 edited question How is pr2_controller_manager service created?

How is pr2_controller_manager service created? I am trying to run roslaunch pr2_gazebo pr2_empty_world.launch on Mac OS

2018-06-19 06:34:13 -0500 received badge  Supporter (source)
2018-06-19 06:33:06 -0500 asked a question How is pr2_controller_manager service created?

How is pr2_controller_manager service created? I am trying to run roslaunch pr2_gazebo pr2_empty_world.launch on Mac OS

2018-06-07 07:47:31 -0500 received badge  Enthusiast
2018-06-03 06:13:42 -0500 received badge  Popular Question (source)
2018-05-29 16:23:45 -0500 asked a question Logger conflicts with my own logger

Logger conflicts with my own logger When I call rospy.init_node, logging of errors using my own defined logger stops wor