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

danzimmerman's profile - activity

2023-12-04 08:09:43 -0500 received badge  Famous Question (source)
2023-08-06 18:00:59 -0500 received badge  Rapid Responder (source)
2023-08-06 18:00:59 -0500 answered a question Speed control of UR in Simulation and RealLife

If you're using MoveIt, I think there is a default speed scaling of 10% that can be increased from a dialog box in the m

2023-08-03 11:17:26 -0500 received badge  Nice Answer (source)
2023-08-03 07:52:30 -0500 edited answer Create a joint on the fly

Assuming your physics simulator is Gazebo Classic, I know of https://github.com/JenniferBuehler/gazebo-pkgs/wiki/The-Gaz

2023-08-03 07:52:11 -0500 received badge  Rapid Responder (source)
2023-08-03 07:52:11 -0500 answered a question Create a joint on the fly

Assuming your physics simulator is Gazebo Classic, I know of https://github.com/JenniferBuehler/gazebo-pkgs/wiki/The-Gaz

2023-08-01 04:49:55 -0500 received badge  Good Answer (source)
2023-07-31 21:44:38 -0500 commented answer How does rclcpp convert its documentation from Doxygen to Sphinx?

No, I don't know how the default is handled.

2023-07-31 07:28:49 -0500 edited answer How does rclcpp convert its documentation from Doxygen to Sphinx?

It seems from this PR that the doc build is using Exhale. There's a design doc here that discusses the requirements for

2023-07-31 07:28:29 -0500 edited answer How does rclcpp convert its documentation from Doxygen to Sphinx?

It seems from this PR that the doc build is using [Exhale].(https://exhale.readthedocs.io/en/latest/) There's a design

2023-07-31 07:27:27 -0500 answered a question How does rclcpp convert its documentation from Doxygen to Sphinx?

It seems from this PR they're using Exhale (https://exhale.readthedocs.io/en/latest/) There's a design doc here that d

2023-07-31 07:27:27 -0500 received badge  Rapid Responder (source)
2023-07-31 03:46:53 -0500 received badge  Nice Answer (source)
2023-07-30 23:42:44 -0500 edited answer Working ROS version for Gazebo+Moveit

For Gazebo Classic, the unreleased package https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation

2023-07-30 23:42:08 -0500 edited answer Working ROS version for Gazebo+Moveit

For Gazebo Classic, the unreleased package https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation ca

2023-07-30 23:40:52 -0500 answered a question Working ROS version for Gazebo+Moveit

The unreleased package https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation can be built from sour

2023-07-30 23:40:52 -0500 received badge  Rapid Responder (source)
2023-07-24 22:24:39 -0500 edited answer UR Robot arm + Gazebo Simulation

I don't think it's necessarily your problem because it looks like you already have absolute paths to your meshes in your

2023-07-24 22:24:29 -0500 edited answer UR Robot arm + Gazebo Simulation

I don't think it's necessarily your problem because it looks like you already have absolute paths to your meshes in your

2023-07-24 22:24:10 -0500 edited answer UR Robot arm + Gazebo Simulation

I don't think it's necessarily your problem because it looks like you already have absolute paths to your meshes in your

2023-07-24 22:23:33 -0500 answered a question UR Robot arm + Gazebo Simulation

I don't think it's necessarily your problem because it looks like you already have absolute paths to your meshes in your

2023-07-24 22:23:33 -0500 received badge  Rapid Responder (source)
2023-07-22 12:23:02 -0500 received badge  Rapid Responder (source)
2023-07-22 12:23:02 -0500 answered a question Simplest way to obtain a transformation matrix and multiply it with a 3D point

TF2 is a good option for frame lookups, and definitely what you want to use if you want to share coordinate frame inform

2023-07-12 06:30:06 -0500 received badge  Necromancer (source)
2023-06-27 21:03:08 -0500 commented answer MoveIt!2 UR Driver: Parameter has invalid type

it begins with "!degrees". I've never seen yaml files containing values that start with such string. Is that supporte

2023-06-27 07:33:45 -0500 commented answer How to get argument from launch-file not used in a Node ?

Updated my answer with info there. I am not sure there's any way besides OpaqueFunction to get a valid context. It's the

2023-06-27 07:33:27 -0500 commented answer How to get argument from launch-file not used in a Node ?

I am not sure there's any way besides OpaqueFunction to get a valid context. It's the only way I know. Creating a new o

2023-06-27 07:33:02 -0500 commented answer How to get argument from launch-file not used in a Node ?

I am not sure there's any way besides OpaqueFunction to get a valid context. I could be wrong, but it's the only way I k

2023-06-27 07:11:48 -0500 edited answer How to get argument from launch-file not used in a Node ?

First you need to add your declared argument to the final LaunchDescription that you return: return LaunchDescription([

2023-06-27 07:11:28 -0500 edited answer How to get argument from launch-file not used in a Node ?

First you need to add your declared argument to the final LaunchDescription that you return: return LaunchDescription([

2023-06-27 07:11:08 -0500 edited answer How to get argument from launch-file not used in a Node ?

First you need to add your declared argument to the final LaunchDescription that you return: return LaunchDescription([

2023-06-27 07:09:19 -0500 edited answer How to get argument from launch-file not used in a Node ?

One thing you need to do to expose the argument to the user is to add it to the final LaunchDescription that you return:

2023-06-27 07:08:22 -0500 edited answer How to get argument from launch-file not used in a Node ?

One thing you need to do to expose the argument to the user is to add it to the final LaunchDescription that you return:

2023-06-27 06:44:26 -0500 received badge  Rapid Responder (source)
2023-06-27 06:44:26 -0500 answered a question How to get argument from launch-file not used in a Node ?

You also need to add your declared argument to the final LaunchDescription that you return.

2023-06-27 06:34:17 -0500 received badge  Critic (source)
2023-06-13 22:24:16 -0500 received badge  Rapid Responder (source)
2023-06-13 22:24:16 -0500 answered a question Adding node from within OpaqueFunction in ROS2 Python Launch File

Works for me: https://github.com/danzimmerman/dz_launch_examples/blob/rolling/launch/opaque_multi_nodes.launch.py impo

2023-06-12 13:05:48 -0500 marked best answer xacro processing in ROS 2 YAML launch files (or XML)?

I'm trying to use YAML launch files for a Gazebo simulation project I'm working on, but it doesn't seem like there's a lot of documentation beyond the basics here.

I need to process a robot description xacro and pass that as a param to robot_state_publisher.

Does the YAML frontend support this?

Does someone know of an example in an existing package?

I should be able to RUN the xacro processing with an executable but it's not clear how I'd store and access the variable. (I could probably put it into an env var and then read the env var, but that seems like a roundabout way to

https://design.ros2.org/articles/rosl...

Here I'm linking to XML docs because there's not much on YAML that I can find, but it seems from other recent investigations like YAML and XML are almost exactly the same.

2023-06-12 13:05:48 -0500 received badge  Self-Learner (source)
2023-06-09 08:00:13 -0500 received badge  Rapid Responder (source)
2023-06-09 08:00:13 -0500 answered a question Build ROS code cpp without Catkin Package

If you look at what actually gets imported when you type import rospy you will find that it pulls in an enormous amount

2023-06-06 18:27:28 -0500 commented answer Unable to execute motion plan in MoveIt 2 and ROS2 controller manager keeps dying

I noticed your hexa_bot.yaml refers to arm_controller but your MoveIt config's ros2_controllers.yaml and moveit_controll

2023-06-06 18:27:14 -0500 commented answer Unable to execute motion plan in MoveIt 2 and ROS2 controller manager keeps dying

I noticed your hexa_bot.yaml loads arm_controller but your MoveIt config's ros2_controllers.yaml and moveit_controllers.

2023-06-06 02:35:30 -0500 received badge  Nice Answer (source)
2023-06-05 18:29:22 -0500 commented answer Unable to execute motion plan in MoveIt 2 and ROS2 controller manager keeps dying

Moreover, I am facing difficulties in executing the motion planning This is related. MoveIt will attempt to send th

2023-06-05 06:44:34 -0500 edited answer Unable to execute motion plan in MoveIt 2 and ROS2 controller manager keeps dying

You're having problems loading the gazebo_ros2_control plugin: [ros2_control_node-5] [INFO] [1685549021.428105055] [res

2023-06-05 06:41:31 -0500 answered a question Unable to execute motion plan in MoveIt 2 and ROS2 controller manager keeps dying

You're having problems loading the gazebo_ros2_control plugin: [ros2_control_node-5] [INFO] [1685549021.428105055] [res