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

d.fenucci's profile - activity

2023-05-26 05:02:35 -0500 received badge  Notable Question (source)
2023-04-18 03:53:34 -0500 received badge  Good Question (source)
2023-02-28 06:40:56 -0500 received badge  Popular Question (source)
2023-02-28 05:59:35 -0500 commented question Unexpected debug print when publishing a message

It looks like everything is working fine, i.e. the topic is published correctly. I was just wondering what that print me

2023-02-28 05:59:20 -0500 commented question Unexpected debug print when publishing a message

It looks like everything is working fine, i.e. the topic is published correctly. I was just wondering what that print me

2023-02-28 04:21:08 -0500 edited question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2023-02-28 04:19:22 -0500 edited question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2023-02-28 04:16:17 -0500 edited question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2023-02-28 04:15:52 -0500 edited question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2023-02-28 04:14:23 -0500 edited question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2023-02-28 04:12:09 -0500 commented question Unexpected debug print when publishing a message

There is nothing special in my code - but I've edited the post with a MRE

2023-02-28 04:12:09 -0500 received badge  Commentator
2023-02-27 05:42:49 -0500 asked a question Unexpected debug print when publishing a message

Unexpected debug print when publishing a message Hello, when running a ROS node, I see this message printed (which I ne

2021-12-08 12:51:39 -0500 marked best answer Use roswtf in continuous integration

Hello everyone,

I am trying to setup a continuous integration on a GitLab repository to check whether my launch files are written correctly or not. roswtf looks the right tool to use fro my purpose, but if I print the exit code after running it it shows always zero (success), even when there are errors displayed.

Is there a way of analysing the results of roswtf - same as catkin_test_results does with the output of catkin_make run_tests? If not, can someone suggest me an alternative?

Many thanks in advance.

2021-12-08 12:51:36 -0500 commented answer Use roswtf in continuous integration

Thanks, I did not know the existence of roslaunch_check. That looks like exactly what I was looking after.

2021-12-04 06:20:33 -0500 received badge  Notable Question (source)
2021-12-03 16:32:21 -0500 received badge  Popular Question (source)
2021-12-03 07:25:16 -0500 received badge  Favorite Question (source)
2021-12-03 06:16:11 -0500 edited question Use roswtf in continuous integration

Use roswtf in continuous integration Hello everyone, I am trying to setup a continuous integration on a GitLab reposito

2021-12-03 06:16:10 -0500 edited question Use roswtf in continuous integration

Use roswtf in continuous integration Hello everyone, I am trying to setup a continuous integration on a GitLab reposito

2021-12-03 05:53:39 -0500 asked a question Use roswtf in continuous integration

Use roswtf in continuous integration Hello everyone, I am trying to setup a continuous integration on a GitLab reposito

2021-05-13 17:00:31 -0500 received badge  Famous Question (source)
2021-05-13 17:00:31 -0500 received badge  Notable Question (source)
2021-03-10 12:45:20 -0500 received badge  Famous Question (source)
2020-12-04 02:53:34 -0500 received badge  Notable Question (source)
2020-11-30 06:48:16 -0500 edited question [roslaunch] Load parameters in node namespace from outside the node

[roslaunch] Load parameters in node namespace from outside the node Hello everyone, in my package, I have the following

2020-11-30 06:31:37 -0500 edited question [roslaunch] Load parameters in node namespace from outside the node

[roslaunch] Load parameters in node namespace from outside the node Hello everyone, in my package, I have the following

2020-11-30 06:15:39 -0500 commented answer [roslaunch] Load parameters in node namespace from outside the node

Thank you for the suggestion. I edited the post to expand on the conceptual setup (I thought it is worth to give some mo

2020-11-27 05:21:07 -0500 received badge  Popular Question (source)
2020-11-26 16:13:58 -0500 edited question [roslaunch] Load parameters in node namespace from outside the node

[roslaunch] Load parameters in node namespace from outside the node Hello everyone, in my package, I have the following

2020-11-26 12:47:09 -0500 asked a question [roslaunch] Load parameters in node namespace from outside the node

[roslaunch] Load parameters in node namespace from outside the node Hello everyone, in my package, I have the following

2020-10-26 10:54:22 -0500 received badge  Popular Question (source)
2020-10-20 06:08:49 -0500 marked best answer roscpp: set / get vector containing infinity from parameter server

Hello everyone,

I would to read a vector containing some infinity components from the ROS parameter server. I have included the following line in the roslaunch:

<rosparam param="my_vector">[0.0, inf, 0.0]</rosparam>

Using the command line rosparam get tool, the vector seems to be loaded correctly in the parameter server, but trying to read it from my node with the following lines:

std::vector<double> v;
ros::param::get("my_vector", v);

returns false.

Is there any built-in way to set / get an infinity value from the parameter server?

Thank you in advance

2020-10-20 05:27:53 -0500 commented question roscpp: set / get vector containing infinity from parameter server

Yes, that works! Many thanks

2020-10-20 04:52:36 -0500 asked a question roscpp: set / get vector containing infinity from parameter server

roscpp: set / get vector containing infinity from parameter server Hello everyone, I would to read a vector containing

2020-04-28 05:11:32 -0500 edited question [roscpp] How can I get the type of a message field?

[roscpp] Type of message field Hello everyone, I was wondering how it is possible to retrieve the type of a specific fi

2020-04-28 05:09:08 -0500 edited question [roscpp] How can I get the type of a message field?

[roscpp] Type of message field Hello everyone, I was wondering how it is possible to retrieve the type of a specific fi

2020-04-28 04:45:32 -0500 asked a question [roscpp] How can I get the type of a message field?

[roscpp] Type of message field Hello everyone, I was wondering how it is possible to retrieve the type of a specific fi

2020-04-16 10:44:00 -0500 received badge  Famous Question (source)
2020-03-09 17:46:13 -0500 received badge  Notable Question (source)
2020-01-10 22:01:53 -0500 received badge  Teacher (source)
2020-01-10 18:10:02 -0500 received badge  Popular Question (source)
2020-01-10 09:29:12 -0500 edited answer How to assign the result returned by the bash command to the arg parameter or the param parameter?

I think the problem is that the resulting string from the command date + '~ / rtabmap_databases / rtabmap_% Y-% m-% d-%

2020-01-10 09:28:51 -0500 received badge  Rapid Responder (source)
2020-01-10 09:28:51 -0500 answered a question How to assign the result returned by the bash command to the arg parameter or the param parameter?

I think the problem is that the resulting string from the command date + '~ / rtabmap_databases / rtabmap_% Y-% m-% d-%

2020-01-10 08:41:53 -0500 commented answer [roscpp] Get package name from argv vector

Thank you very much for your help, and sorry if I caused waste of time. Try to read my edit, hoping I have been clear en

2020-01-10 08:39:26 -0500 edited question [roscpp] Get package name from argv vector

[roscpp] Get package name from argv vector Hello everyone, as per the title of the post, I am looking for a method able

2020-01-10 07:04:02 -0500 commented question [roscpp] Get package name from argv vector

Ok, I'll edit the post now and try to explain what I'm trying to solve

2020-01-10 06:51:57 -0500 commented question [roscpp] Get package name from argv vector

Yes, I don't like it either and I understand your concern. In my mind, I would always rely on roslaunch to run the node,