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

galaxee's profile - activity

2022-10-10 12:26:15 -0500 marked best answer How do you do obstacle avoidance with MoveIt?

Sorry if this is a noob question, I'm just getting started with ROS / MoveIt.

Let's say you have a robot arm, and that there will always be an S-shaped object that a robot arm should move around. What should you do so that the robot arm navigate around this object?

2021-03-05 21:04:11 -0500 received badge  Famous Question (source)
2021-03-05 19:38:06 -0500 received badge  Famous Question (source)
2021-02-06 04:56:02 -0500 received badge  Notable Question (source)
2021-01-28 05:41:33 -0500 received badge  Famous Question (source)
2021-01-12 10:11:23 -0500 received badge  Notable Question (source)
2020-12-18 14:08:23 -0500 received badge  Famous Question (source)
2020-12-18 14:08:17 -0500 received badge  Popular Question (source)
2020-12-13 01:37:39 -0500 received badge  Popular Question (source)
2020-12-12 18:54:59 -0500 received badge  Student (source)
2020-12-12 13:44:11 -0500 received badge  Commentator
2020-12-12 13:44:11 -0500 commented answer What does a ROS driver do vs. Python library for robot arm?

Thank you for the detailed explanation, this is so helpful!

2020-12-12 13:20:05 -0500 marked best answer What does a ROS driver do vs. Python library for robot arm?

Hi! Sorry for the basic question, I'm new to ROS and just having trouble with all the different concepts.

https://github.com/SintefManufacturin... This library provides Python access to a UR arm.

https://github.com/UniversalRobots/Un... This library provides a ROS driver for a UR arm.

Why do you need the driver? It seems like everyone uses the driver, but why can't you just use the library? What's the difference? Is it just to have access to MoveIt?

2020-12-12 13:03:48 -0500 commented question What does a ROS driver do vs. Python library for robot arm?

You're right, just edited my question!

2020-12-12 13:03:15 -0500 edited question What does a ROS driver do vs. Python library for robot arm?

What does a ROS driver do vs. Python library for robot arm? Hi! Sorry for the basic question, I'm new to ROS and just ha

2020-12-12 12:54:17 -0500 asked a question What does a ROS driver do vs. Python library for robot arm?

What does a ROS driver do vs. Python library for robot arm? Hi! Sorry for the basic question, I'm new to ROS and just ha

2020-12-12 12:50:44 -0500 received badge  Enthusiast
2020-12-11 15:45:40 -0500 commented answer Default callback group?

Thanks! Sorry I edited my comment but not sure if you saw the edit. Does this mean that if for one node, you use a Multi

2020-12-11 15:45:15 -0500 commented answer Default callback group?

Thanks! Sorry I edited my comment but not sure if you saw the edit. Just to make sure I understand, does this mean that

2020-12-11 15:33:08 -0500 commented answer Default callback group?

Thanks! I don't need to access the default callback group, I just didn't know where to look to see what the default call

2020-12-11 15:32:57 -0500 commented answer Default callback group?

Thanks! I don't need to access the default callback group, I just didn't know where to look to see what the default call

2020-12-11 15:30:44 -0500 commented answer Default callback group?

Thanks! I don't need to access the default callback group, I just didn't know where to look to see what the default call

2020-12-11 15:30:39 -0500 marked best answer Default callback group?

http://docs.ros2.org/latest/api/rclpy... I saw in the definition for action clients that if no callback group was defined that the node's default callback group is used. How can I find what this is?

2020-12-10 02:01:25 -0500 received badge  Notable Question (source)
2020-12-10 02:01:25 -0500 received badge  Popular Question (source)
2020-12-09 19:04:33 -0500 commented answer Are action callbacks blocking?

@SmallJoeMan Actually would you be open to switching to a single threaded executor to see what happens?

2020-12-09 18:55:36 -0500 commented answer Are action callbacks blocking?

Got it, thanks for the info! That helps a lot. Realized my initial question was not framed properly. That's interesting

2020-12-09 18:53:59 -0500 asked a question Default callback group?

Default callback group? http://docs.ros2.org/latest/api/rclpy/api/actions.html I saw in the definition for action client

2020-12-09 18:49:19 -0500 commented answer Are action callbacks blocking?

Got it, thanks for the info! That addresses my question. Interesting that it works even though you're not using Reentran

2020-12-09 16:08:12 -0500 commented answer Are action callbacks blocking?

I meant how can I make it so that the action server can accept new callbacks even while it is still processing another c

2020-12-09 14:37:48 -0500 edited question Are action callbacks blocking?

Are action callbacks blocking? Let's say an action Fibonnaci takes 5 minutes to complete. If Fibonacci is called twice i

2020-12-09 14:37:36 -0500 asked a question Are action callbacks blocking?

Are action callbacks blocking? Let's say an action Fibonnaci takes 5 minutes to complete. If Fibonacci is called twice i

2020-12-09 14:15:21 -0500 commented answer [ROS2] Wait for action using rclpy

@jacobperron Thanks! Sorry if this is a dumb question, but is the wait blocking? Does this mean that ActionFromService c

2020-12-09 14:13:32 -0500 commented answer [ROS2] Wait for action using rclpy

@jacobperron Thanks! Sorry if this is a dumb question, but is the wait blocking? Does this mean that ActionFromService c

2020-12-09 13:54:55 -0500 received badge  Editor (source)
2020-12-09 13:54:55 -0500 edited question How should I call two actions from the same client?

How should I call two actions from the same client? Let's say I'm given two numbers, a and b, and I need to return the F