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

brkk's profile - activity

2020-11-03 23:14:01 -0500 received badge  Favorite Question (source)
2020-11-03 23:13:58 -0500 received badge  Nice Question (source)
2020-04-27 20:28:30 -0500 received badge  Famous Question (source)
2020-01-14 16:02:36 -0500 received badge  Notable Question (source)
2020-01-14 16:02:36 -0500 received badge  Popular Question (source)
2019-12-05 08:27:05 -0500 commented question rqt freezes when opening Dynamic Reconfigure

I also reproduce this in another way. First fire up rqt and start Dynamic Reconfigure plugin. Then fire up a node lets s

2019-12-05 01:52:31 -0500 commented question rqt freezes when opening Dynamic Reconfigure

rqt --clear-config fixed the issue somehow if you use rqt_reconfigure with gazebo it goes to that state again. To reprod

2019-12-04 04:41:46 -0500 edited question rqt freezes when opening Dynamic Reconfigure

rqt freezes when opening Dynamic Reconfigure Hi, rqt freezes when we try to open Dynamic Reconfigure plugin (see the s

2019-12-04 04:34:40 -0500 asked a question rqt freezes when opening Dynamic Reconfigure

rqt freezes when opening Dynamic Reconfigure Hi, rqt freezes when we try to open Dynamic Reconfigure plugin (see the s

2019-08-18 09:07:24 -0500 received badge  Student (source)
2019-08-18 09:05:03 -0500 received badge  Famous Question (source)
2019-08-15 09:32:22 -0500 marked best answer Is it possible to use shared memory configuration with ROS2

I am trying to change the QoS settings to use the shared memory but I got the following error when tying to run a node. It says the OpenSpliceDDS is not running in shared memory mode but I started it by ospl start and says ospl start Domain with name ospl_shmem_ddsi with id 0 is already running, ignoring command if I try to start it again. So I am wondering if it is possible to use shared memory configuration with ROS2.

========================================================================================
Context     : DDS::DomainParticipantFactory::create_participant
Date        : 2019-05-01T11:08:28+0200
Node        : btopal-ThinkPad-T580
Process     : mock_performance_fast_main <20554>
Thread      : main thread 7fb1726d3f40
Internals   : DomainParticipantFactory.cpp/324/6.9.190403OSS///-1
----------------------------------------------------------------------------------------
Report      : Unable to connect to domain id = 0.
          The most common causes of this error are an incorrect configuration file or
          that OpenSpliceDDS is not running (when using shared memory mode).
Internals   : u_participantNew/u_participant.c/234/773/1556701708.115704938
----------------------------------------------------------------------------------------
Report      : Creation of internal Domain Database failed.
Internals   : user::u_domain::attachToFederatedDomain/u_domain.c/1360/773/1556701708.115716030
----------------------------------------------------------------------------------------
Report      : segment defaultDomainDatabase not found
Internals   : c_base::c_open/c_base.c/1710/0/1556703445.973830343
----------------------------------------------------------------------------------------

>>> [rcutils|error_handling.c:106] rcutils_set_error_state()
This error state is being overwritten:

  'failed to create domain participant, at /tmp/binarydeb/ros-crystal-rmw-opensplice-cpp-0.6.3/src/rmw_node.cpp:161, at /tmp/binarydeb/ros-crystal-rcl-0.6.5/src/rcl/node.c:402'

with this new error message:

  'rcl node's rmw handle is invalid, at /tmp/binarydeb/ros-crystal-rcl-0.6.5/src/rcl/node.c:535'

rcutils_reset_error() should be called after error handling to avoid this.
<<<
[ERROR] [rcl]: Failed to fini publisher for node: 1
terminate called after throwing an instance of 'rclcpp::exceptions::RCLError'
  what():  failed to initialize rcl node: rcl node's rmw handle is invalid, at /tmp/binarydeb/ros-crystal-rcl-0.6.5/src/rcl/node.c:535
2019-06-05 13:44:55 -0500 received badge  Famous Question (source)
2019-05-16 22:19:01 -0500 received badge  Notable Question (source)
2019-05-16 06:30:03 -0500 received badge  Notable Question (source)
2019-05-16 02:41:13 -0500 received badge  Favorite Question (source)
2019-05-16 02:02:09 -0500 marked best answer Opensplice support

My question is if ros2 has support for Adlink Opensplice lib and what extend?

2019-05-16 02:02:09 -0500 received badge  Scholar (source)
2019-05-16 02:02:02 -0500 commented answer Opensplice support

Well yes it works but what we found is it has some performance issues and higher resource usage (especially CPU) than t

2019-05-16 01:58:32 -0500 commented answer Opensplice support

Thanks for the answer from the latest commits to the infrastructure I see that they are changing the definition of Tier

2019-05-16 01:48:35 -0500 received badge  Popular Question (source)
2019-05-15 09:22:45 -0500 asked a question Opensplice support

Opensplice support My question is if ros2 has support for Adlink Opensplice lib and what extend?

2019-05-14 03:27:07 -0500 received badge  Enthusiast
2019-05-02 04:10:42 -0500 received badge  Popular Question (source)
2019-05-01 04:44:18 -0500 edited question Is it possible to use shared memory configuration with ROS2

Is it possible to use shared memory configuration with ROS2 I am trying to change the QoS settings to use the shared mem

2019-05-01 04:44:18 -0500 received badge  Editor (source)
2019-05-01 04:44:14 -0500 edited question Is it possible to use shared memory configuration with ROS2

Is it possible to use shared memory configuration with ROS2 I am trying to change the QoS settings to use the shared mem

2019-05-01 04:42:23 -0500 asked a question Is it possible to use shared memory configuration with ROS2

Is it possible to use shared memory configuration with ROS2 I am trying to change the QoS settings to use the shared mem

2015-07-26 19:25:04 -0500 received badge  Teacher (source)
2015-07-26 19:25:04 -0500 received badge  Necromancer (source)
2013-04-27 12:47:54 -0500 answered a question Quadrotor without physics

You can pause the physic engine by writing "rosservice call gazebo/pause_physics" on the terminal. look at gazebo tutorials for other options.

2013-04-25 11:25:23 -0500 commented question Turtlebot simulation vs. pr2_controller_manager

Hi ZdenekM,I am trying to create urdf of the robotic arm which driven by dynamizel servos so what's the PID gain that you have used.Your urdf file is removed on the link above.