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

Nima Shiri's profile - activity

2019-02-05 04:38:14 -0500 received badge  Famous Question (source)
2017-10-02 08:00:43 -0500 received badge  Famous Question (source)
2017-10-02 08:00:43 -0500 received badge  Notable Question (source)
2017-07-01 21:09:09 -0500 received badge  Popular Question (source)
2017-07-01 21:09:09 -0500 received badge  Notable Question (source)
2017-05-29 20:00:58 -0500 received badge  Popular Question (source)
2017-03-26 11:12:21 -0500 asked a question add catkin_ws in clion

I want to add my catkin workspace in clion IDE. I have no idea how can i do that? i was wondering if you answer my question.

2015-12-19 12:43:57 -0500 asked a question how can i use diagnosticArray data which i subscribe them from /diagnostics topic?

hello everyone, i was wondering if you help me in this case.

i have some modules which send diagnostic array messages over /diagnostic topic. now i wanna used those message but i cant access to them. as we know diagnostic array consist of these values:

byte level # level of operation enumerated above string name # a description of the test/component reporting string message # a description of the status string hardware_id # a hardware unique string KeyValue[] values # an array of values associated with the status

i wanna get as an example name of the module.