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

Flautz's profile - activity

2020-12-18 12:49:07 -0500 marked best answer ROS2 ROS_ERROR_STREAM equivalent

Is there an equivalent to the stream log functions in ROS1?

I only found the RCLCPP_ERROR which is an equivalent for the ROS_ERROR.

2019-06-25 03:12:59 -0500 received badge  Famous Question (source)
2019-06-06 13:48:14 -0500 received badge  Famous Question (source)
2019-02-22 14:11:40 -0500 received badge  Notable Question (source)
2019-01-02 04:45:26 -0500 received badge  Notable Question (source)
2018-12-19 16:20:38 -0500 received badge  Popular Question (source)
2018-12-17 03:01:09 -0500 asked a question ROS2 ROS_ERROR_STREAM equivalent

ROS2 ROS_ERROR_STREAM equivalent Is there an equivalent to the stream log functions in ROS1? I only found the RCLCPP_ER

2018-12-13 00:55:03 -0500 received badge  Popular Question (source)
2018-12-12 15:23:47 -0500 marked best answer Ament/Colcon: Share variable between package CMakeLists

I want to share a filepath variable between the CMakeLists of two packages.

When I set in the firstCMakeLists a variable using the following ways:

set(varABC "x" CACHE STRING "Description")
set( ENV{varDEF} x )

It won't appear in the second CmakeLists the following way:

find_package(packageA REQUIRED)
message(STATUS "${varABC}")
message(STATUS "${varDEF}")

Anybody knows how to do that the right way?

2018-12-12 15:23:47 -0500 received badge  Scholar (source)
2018-12-12 14:34:08 -0500 commented answer Ament/Colcon: Share variable between package CMakeLists

Thanks, that seems to be the right thing!

2018-12-12 14:32:34 -0500 received badge  Supporter (source)
2018-12-12 07:43:44 -0500 asked a question Ament/Colcon: Share variable between package CMakeLists

Ament/Colcon: Share variable between package CMakeLists I want to share a filepath variable between the CMakeLists of tw

2018-07-31 10:14:17 -0500 received badge  Famous Question (source)
2018-07-31 10:14:17 -0500 received badge  Notable Question (source)
2018-07-31 10:14:17 -0500 received badge  Popular Question (source)
2018-02-05 00:59:42 -0500 received badge  Popular Question (source)
2018-02-04 10:01:27 -0500 asked a question service statistics

service statistics Does anyone know a possibility to observe the number of service calls in a ros system, similar to the

2018-01-31 13:03:42 -0500 asked a question rosbag record high data rates

rosbag record high data rates I have a i7 system with a RAID 0 of 8 SSDs with a write performance of about 1.4 GB/s (mea