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

omeranar1's profile - activity

2023-07-25 15:41:11 -0500 received badge  Famous Question (source)
2023-07-03 03:36:19 -0500 marked best answer robotic arm safety with proximity sensor

Hello

I am working on a robotic arm.
The issue I'm working on right now is security.
My aim is to slow down the speed of the robotic arm if a human enters the environment while the robotic arm is moving.
The closer the human gets to the robotic arm, the more I want to slow down the robotic arm.

I used setMaxVelocityScalingFactor and setMaxAccelerationScalingFactor for this, but these can be used before execution.
The speed of the robotic arm should slow down during execution.
that is, I want to reduce the speed of the robotic arm when a human enters the environment while the robotic arm is moving.

Thank you so much

2023-06-27 16:14:00 -0500 received badge  Popular Question (source)
2023-06-27 04:41:12 -0500 edited question robotic arm safety with proximity sensor

robotic arm safety with proximity sensor Hello I am working on a robotic arm. The issue I'm working on right now is secu

2023-06-27 04:39:16 -0500 edited question robotic arm safety with proximity sensor

robotic arm safety with proximity sensor Hello I am working on a robotic arm. The issue I'm working on right now is secu

2023-06-27 04:37:53 -0500 edited question robotic arm safety with proximity sensor

robotic arm safety with proximity sensor Hello I am working on a robotic arm. The issue I'm working on right now is secu

2023-06-27 04:24:59 -0500 asked a question robotic arm safety with proximity sensor

robotic arm safety with proximity sensor Hello I am working on a robotic arm. The issue I'm working on right now is secu

2023-05-16 13:04:15 -0500 received badge  Popular Question (source)
2023-05-16 01:29:42 -0500 marked best answer pick and place prevent box flip

Hello

I am trying to make a pick and place application.
My goal is to move 4 boxes from one point to another.
while doing this I saw the boxes turn upside down and the arm carries the boxes with longer movements, sometimes it follows a nice path but sometimes it draws a longer path and turns the boxes upside down.
If I want to carry a tray, the glasses on the tray will spill.

Although I made the first joint and the last joint continuous, it was not solved, so I saw that the problem was not in the limit angles.

Here is a video explaining the situation.

Video (38sec)

2023-05-16 01:29:40 -0500 commented answer pick and place prevent box flip

thank you so much, problem has been solved

2023-05-11 02:23:23 -0500 received badge  Notable Question (source)
2023-05-11 02:23:23 -0500 received badge  Famous Question (source)
2023-05-11 02:23:23 -0500 received badge  Popular Question (source)
2023-05-11 02:23:21 -0500 received badge  Notable Question (source)
2023-05-11 02:23:16 -0500 received badge  Popular Question (source)
2023-05-11 02:23:15 -0500 received badge  Notable Question (source)
2023-05-11 02:23:15 -0500 received badge  Popular Question (source)
2023-05-11 02:23:15 -0500 received badge  Notable Question (source)
2023-05-11 02:21:52 -0500 received badge  Popular Question (source)
2023-05-11 02:21:52 -0500 received badge  Notable Question (source)
2023-05-11 02:21:52 -0500 received badge  Famous Question (source)
2023-05-11 02:19:24 -0500 received badge  Popular Question (source)
2023-05-11 02:17:57 -0500 received badge  Famous Question (source)
2023-05-11 01:33:32 -0500 asked a question pick and place prevent box flip

pick and place prevent box flip Hello I am trying to make a pick and place application. My goal is to move 4 boxes from

2023-05-04 08:20:24 -0500 asked a question pick and place without gripper

pick and place without gripper hi i am trying to make pick and place example using grasp, but without gripper there is n

2023-05-04 08:19:38 -0500 asked a question pick and place without gripper

pick and place without gripper hi i am trying to make pick and place example using grasp, but without gripper there is n

2023-04-04 03:52:45 -0500 received badge  Notable Question (source)
2023-03-21 06:11:33 -0500 edited question Controller failed status RUNNING

Controller failed status RUNNING Expecter output; Execution request received Controller rviz_to_controller_cmd s

2023-03-21 06:11:24 -0500 edited question Controller failed status RUNNING

Controller failed status RUNNING Expecter output; Execution request received Controller rviz_to_controller_cmd s

2023-03-21 06:10:11 -0500 asked a question Controller failed status RUNNING

Controller failed status RUNNING Expecter output; Execution request received Controller rviz_to_controller_cmd successf

2023-03-21 00:52:23 -0500 received badge  Famous Question (source)
2022-12-22 22:30:57 -0500 received badge  Famous Question (source)
2022-12-22 22:30:57 -0500 received badge  Notable Question (source)
2022-11-17 08:29:09 -0500 received badge  Popular Question (source)
2022-11-17 08:27:43 -0500 commented answer ROS2 ros2_control/hardware_interface/ - working example?

Hello there, I am using ros2-humble version When I looked at the links above, I saw that it was no longer working and

2022-10-24 01:39:46 -0500 received badge  Famous Question (source)
2022-10-12 08:54:50 -0500 asked a question how can i migrate ros1 hw to ros2 hw

how can i migrate ros1 hw to ros2 hw Hello there I am trying to switch from ros1 melodic version to ros2 humble version.

2022-10-12 08:53:20 -0500 asked a question How can i convert ros1 hw to ros2 hw

How can i convert ros1 hw to ros2 hw Hello there I am trying to switch from ros1 melodic version to ros2 humble version.

2022-09-12 04:57:07 -0500 received badge  Famous Question (source)
2022-09-12 04:57:07 -0500 received badge  Notable Question (source)
2022-09-12 04:57:07 -0500 received badge  Popular Question (source)
2022-09-06 08:15:35 -0500 received badge  Notable Question (source)
2022-09-05 01:29:51 -0500 received badge  Famous Question (source)
2022-09-05 01:28:39 -0500 received badge  Popular Question (source)
2022-09-05 01:27:51 -0500 received badge  Notable Question (source)
2022-09-05 01:26:39 -0500 marked best answer plan moveL moveP

hi

i have multiple waypoints (std::vector<geometry_msgs::Pose> waypoints)

i can plan these waypoints using computeCartesianPath:

computeCartesianPath( waypoints, eef_step, jump_threshold, trajectory, true );

i think "computeCartesianPath" equals moveL function.

how can i plan moveP

2022-09-05 01:26:16 -0500 received badge  Famous Question (source)
2022-09-05 01:25:32 -0500 edited question Solution found but controller failed during execution

Solution found but controller failed during execution Hello This problem has been asked several times before, but I coul