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

destogl's profile - activity

2023-08-03 04:46:27 -0500 received badge  Nice Answer (source)
2023-03-29 06:58:43 -0500 received badge  Nice Answer (source)
2023-02-09 22:42:26 -0500 received badge  Good Answer (source)
2022-08-25 08:49:48 -0500 received badge  Necromancer (source)
2022-08-10 09:36:18 -0500 answered a question Gazebo model isn't responding to ros2controller

If you are using this under your own namespace then you should also place controller manager under a namespace, i.e., th

2022-07-28 17:26:18 -0500 received badge  Nice Answer (source)
2022-06-29 16:36:47 -0500 received badge  Necromancer (source)
2022-06-29 16:20:00 -0500 commented question Kuka kr16 and dynamics?

I was doing admittance control on KUKAs with external FTS sensor. And yes for impedance control you need dynamic model w

2022-06-29 16:13:05 -0500 answered a question How do you implement a rospy KeyboardInterrupt without killing the node?

If someone ends up here searching for how to that in ROS2 the key is: rclpy.init(args=args, signal_handler_options=Sig

2022-04-27 10:18:24 -0500 answered a question Build debian package on ROS2 without recompiling

I doubt that this is possible because when you are generating Debian files you are doing this in a separate (fakeroot) e

2022-04-27 10:10:53 -0500 answered a question Give just the application ROS without the code (src)

Yes, of course. The easiest is to generate debian packages using bloom. Then users can simply install them on their comp

2022-04-27 10:10:53 -0500 received badge  Rapid Responder (source)
2022-04-27 10:02:55 -0500 commented answer QoS settings for /joint_states in Humble

As for the joint_state_broadcaster in ros2_controllers, I will wait until we get some kind of consensus on this to discu

2022-04-21 08:53:59 -0500 received badge  Necromancer (source)
2022-04-10 04:30:48 -0500 commented answer Using ROS to create a GUI

I don’t think you have to do anything with qt creator. Simply create an rqt plugin based on examples. If you want to do

2022-04-05 17:20:14 -0500 received badge  Nice Answer (source)
2022-04-03 06:12:56 -0500 answered a question Using ROS to create a GUI

Hi, I was doing something similar few years ago and we decided to create an rqt plugin specifically for our robot/need

2022-03-23 03:43:02 -0500 received badge  Necromancer (source)
2022-03-04 10:53:58 -0500 answered a question ROS2_CONTROL diff_bot hw_positions_ what it function and why we need it in diff-drive

The hw_positions_ store position values of the example hardware. On a real hardware or simulation, you will also use som

2022-03-04 10:49:01 -0500 edited answer ros2_control implement job such as homing, alarm clear, etc.

Communication to hardware using topics, services, or actions is not and will not be possibly off-the-shelf. If you reall

2022-03-04 10:48:47 -0500 answered a question ros2_control implement job such as homing, alarm clear, etc.

Communication to hardware using topics, services, or actions is not and will not be possibly off-the-shelf. If you reall

2022-03-04 09:27:30 -0500 edited answer diffbot ros2_control_demos: how to configure output value for "hw_commands_"? Default output is 66.6666

Hi, I guess that you are using some old version or publishing to a wrong topic, your velocity commands for DiffBot. Did

2022-03-03 08:08:11 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

I see now. I am open to reconsider everything we do in ros2_control, but for now, DDS shown itself rather as a bottlenec

2022-03-03 03:17:03 -0500 edited answer ros_control interface vs Node that publishes topics (ROS2)

(disclosure: biased answer from a ros2_control maintainer) TL;DR: booth approaches are equally valid, but you probably

2022-03-03 03:17:03 -0500 received badge  Associate Editor (source)
2022-03-03 03:10:58 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

Check my edit about too

2022-03-03 03:10:29 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

Now with ROS 2, not working on facilitating distributed, deterministic control, but instead still trying to work-arou

2022-03-03 03:08:27 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

@gvdhoorn I agree with you on all points. And I fully understand your comments. Let me clarify some things I think are m

2022-03-03 03:08:17 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

Now with ROS 2, not working on facilitating distributed, deterministic control, but instead still trying to work-arou

2022-03-03 03:07:01 -0500 commented answer ros_control interface vs Node that publishes topics (ROS2)

@gvhoorn I agree with you on all points. And I fully understand your comments. Let me clarify some things I think are mi

2022-03-02 07:40:59 -0500 answered a question ros_control interface vs Node that publishes topics (ROS2)

(disclosure: biased answer from a ros2_control maintainer) TL;DR: booth approaches are equally valid, but you probably

2022-03-02 06:36:37 -0500 received badge  Necromancer (source)
2022-03-02 06:34:48 -0500 edited answer Differential Drive not turning the vehicle

These issues are usually caused by friction parameters. It appears that you are using dead-reckoning for rotation. There

2022-03-02 06:33:46 -0500 commented question Control and read sensors of OnRobot RG2-FT gripper mounted to a UR5 robot arm using ROS2

Then if you need any help with setting up the ros2_control driver for the gripper let me know.

2022-03-02 06:32:50 -0500 commented question Differential Drive not turning the vehicle

@sameh4 I wrote my commend as answer. Please mark it as correct if you are happy with it.

2022-03-02 06:32:06 -0500 answered a question Differential Drive not turning the vehicle

These issues are usually caused by friction parameters. It appears that you are using dead-reckoning for rotation. There

2022-03-01 02:43:39 -0500 answered a question Correct "ROS" way to deal with different namespaces for nodes/topics

You are already doing it correctly. I am using remapping in large projects, and they work great. The issues you have is

2022-03-01 02:40:51 -0500 answered a question How to define transmissions with ros2 control

The support for transmission has just landed in ros2_control. At least the test case with SimpleTransmission is working.

2022-03-01 02:35:29 -0500 answered a question Delta Robot Movement in Gazebo ROS2 Foxy

There are currently no controllers supporting explicitly parallel (delta) robots. But what you can always do is to use

2022-03-01 02:28:47 -0500 commented question Differential Drive not turning the vehicle

These issues are usually caused by friction parameters. It appears that you are using dead-reckoning for rotation. There

2022-03-01 02:19:27 -0500 commented question What are the industry best practices for the URDF / SDF mismatch?

Regarding the latest comment. IMHO, one should always use .xacro files, even urdf is straightforward. It just gives you

2022-02-25 04:20:11 -0500 received badge  Nice Answer (source)
2022-02-25 02:00:08 -0500 received badge  Necromancer (source)
2022-02-25 01:28:51 -0500 answered a question Configuring ros2_control/urdf with several robots

This is desired, since i would need to write only one hardware interface if the robots are identical and would only n

2022-02-24 16:53:58 -0500 answered a question Which ROS version makes sense for Universal Robot applications?

ROS-industrial seems very well developed and maintained but it is based on ROS-Kinetic which was already EOL in April

2022-02-24 16:53:58 -0500 received badge  Rapid Responder (source)
2022-02-23 05:14:32 -0500 answered a question ros2_control manage hardware_interface::return_type::ERROR

Hi, there is not and will not be any error management done by controller_manager for foxy. We integrated error manageme

2022-02-23 05:10:46 -0500 commented question Control and read sensors of OnRobot RG2-FT gripper mounted to a UR5 robot arm using ROS2

Since you don't have “e” version, you should probably connect the gripper directly. If there are no drivers for it, then

2022-02-17 10:18:20 -0500 received badge  Necromancer (source)
2022-02-16 15:53:58 -0500 answered a question Are there examples of robots using diff_drive_controller in ros2_control?

Hi all, There is an example for a simple diff-drive robot in ros2_control_demos repository. See here for the explanati