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

jotator's profile - activity

2021-01-24 13:05:25 -0500 received badge  Good Answer (source)
2020-04-03 12:48:10 -0500 received badge  Nice Answer (source)
2019-08-23 10:57:39 -0500 received badge  Famous Question (source)
2019-06-23 16:12:14 -0500 received badge  Famous Question (source)
2019-02-15 11:52:41 -0500 received badge  Famous Question (source)
2019-02-15 11:52:41 -0500 received badge  Notable Question (source)
2019-02-15 11:52:41 -0500 received badge  Popular Question (source)
2019-01-30 08:44:46 -0500 commented question Node Unit test: can't launch them on crosscompiled build

I have to upload all to a Jenkins machine that runs them natively, so perhaps it would be best if I do it that way. Once

2019-01-29 11:52:51 -0500 commented question Node Unit test: can't launch them on crosscompiled build

Ok, I just realized I am trying to compile against ARM shared libraries I previously compiled. While I fix that, I take

2019-01-28 13:10:43 -0500 received badge  Notable Question (source)
2019-01-28 10:37:00 -0500 commented question Node Unit test: can't launch them on crosscompiled build

@PeteBlackerThe3rd I am building the release node for ARM. How is the value reduced if no platform-dependent aspects are

2019-01-28 09:38:29 -0500 received badge  Popular Question (source)
2019-01-28 09:29:12 -0500 commented question Node Unit test: can't launch them on crosscompiled build

Completely remade the question after realizing I was attempting a native build for an executable target that depends on

2019-01-28 09:28:00 -0500 edited question Node Unit test: can't launch them on crosscompiled build

Node Unit test: can't launch them on crosscompiled build I am trying to prepare some UTs for a package I have, which con

2019-01-28 09:25:23 -0500 edited question Node Unit test: can't launch them on crosscompiled build

Node Unit test: can't find message headers I am trying to prepare some UTs for a package I have, which contains an execu

2019-01-25 06:23:49 -0500 asked a question Node Unit test: can't launch them on crosscompiled build

Node Unit test: can't find message headers I am trying to prepare some UTs for a package I have, which contains an execu

2019-01-24 01:21:10 -0500 commented question How to test the private functions inside a ROS node?

Thank you! I can use these examples but for later tests, the one's I want are at function-level because somehow I am hav

2019-01-24 01:15:10 -0500 received badge  Famous Question (source)
2019-01-23 09:11:47 -0500 commented question How to test the private functions inside a ROS node?

Only one of the functions is passed as a callback for the reception of a message in a given topic, the rest are called p

2019-01-23 09:02:27 -0500 commented answer How to test the private functions inside a ROS node?

Thanks for the answer, but I saw elsewhere that this approach is very unsafe because it would completely break functions

2019-01-23 07:23:29 -0500 received badge  Notable Question (source)
2019-01-23 06:09:45 -0500 received badge  Popular Question (source)
2019-01-23 06:09:43 -0500 commented answer How to test the private functions inside a ROS node?

The functions I mention aren't methods inside a class, they are standard C functions declared as static. All examples I

2019-01-23 05:41:24 -0500 commented question How to test the private functions inside a ROS node?

Sorry, I was also talking about the gtest-only resources included in the wiki (the Level1 testing with no rostest). Thes

2019-01-23 05:40:51 -0500 commented question How to test the private functions inside a ROS node?

Sorry, I was also talking about the gtest-only resources included in the wiki. These haven't been very helpful so far, t

2019-01-23 05:19:13 -0500 commented question How to test the private functions inside a ROS node?

No. I checked the resources available in the ROS Wiki and these examples: https://answers.ros.org/question/181708/rostes

2019-01-23 04:38:24 -0500 asked a question How to test the private functions inside a ROS node?

How to test the private functions inside a ROS node? Hello, I have a package that contains a single executable which re

2019-01-21 07:55:49 -0500 received badge  Teacher (source)
2019-01-21 02:23:35 -0500 commented question Using Arbotix instead of arduino

Which versions of ROS are you running?

2019-01-21 02:05:21 -0500 edited answer What is the difference between two setup.bash files ?

The purpose of the setup files is to provide a means to add workspaces to the environment so the packages and tools they

2019-01-21 02:00:44 -0500 answered a question What is the difference between two setup.bash files ?

The purpose of the setup files is to provide a means to add workspaces to the environment so the packages and tools they

2019-01-14 03:25:17 -0500 received badge  Famous Question (source)
2018-11-16 07:57:40 -0500 commented question Run unit tests for a C++ node on VectorCast

You are right, I just edited the OP with the link.

2018-11-16 07:57:15 -0500 edited question Run unit tests for a C++ node on VectorCast

Run unit tests for a C++ node on VectorCast Hello, I need to prepare the unit tests for a node I wrote with the C++ Cli

2018-11-16 05:45:31 -0500 commented question Run unit tests for a C++ node on VectorCast

That's a good question because I don't know, but it does help me to narrow down the possibilities. I will point it out o

2018-11-16 05:03:20 -0500 received badge  Notable Question (source)
2018-11-16 04:35:27 -0500 commented question Run unit tests for a C++ node on VectorCast

Thanks for the response! The normal procedure is intuitive enough for more or less trivial builds (pick a compiler, add

2018-11-15 04:12:07 -0500 received badge  Popular Question (source)
2018-11-15 02:45:01 -0500 commented question Run unit tests for a C++ node on VectorCast

Forgive the lack of clarity, I hope the edit is better. Thank you!

2018-11-15 02:44:34 -0500 received badge  Editor (source)
2018-11-15 02:44:34 -0500 edited question Run unit tests for a C++ node on VectorCast

Run unit tests for a C++ node on VectorCast Hello, I need to prepare the unit tests for a node I wrote with the C++ Cli

2018-11-14 11:17:26 -0500 received badge  Popular Question (source)
2018-11-14 11:17:26 -0500 received badge  Notable Question (source)
2018-11-14 11:13:28 -0500 asked a question Run unit tests for a C++ node on VectorCast

Run unit tests for a C++ node on VectorCast Hello, I need to prepare the unit tests for a node I wrote with the C++ Cli

2018-08-14 11:42:56 -0500 received badge  Famous Question (source)
2018-06-13 09:47:24 -0500 commented answer Catkin not building packages in order

Thank you so much! After reading the page you provided I went back to the tutorial and checked my own CMake file and, in

2018-06-13 09:45:29 -0500 marked best answer Catkin not building packages in order

I have just had a really odd problem with catkin_make. I have been successfully building a workspace containing three packages, two with messages and another one with an executable.

So far, removing the build and devel folders and relaunching the command worked fine, but now for some reason the process crashes in the linking phase of the executable while the headers of the other packages are still being generated. This means that I have to relaunch the command several times, getting different errors that come and go as new code is generated each time until finally the executable gets linked successfully.

Any ideas what the problem might be?

2018-06-13 08:21:01 -0500 asked a question Catkin not building packages in order

Catkin not building packages in order I have just had a really odd problem with catkin_make. I have been successfully bu

2018-06-13 07:57:18 -0500 edited question Catkin_make ignores some .msg files

Catkin_make ignores some .msg files Hello, I have been successfully building a catkin workspace containing three packag