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

brahpra's profile - activity

2022-06-18 03:50:55 -0500 received badge  Self-Learner (source)
2022-06-18 03:50:55 -0500 received badge  Teacher (source)
2022-06-18 03:50:50 -0500 received badge  Student (source)
2022-02-18 03:06:47 -0500 received badge  Famous Question (source)
2021-03-25 07:45:38 -0500 received badge  Notable Question (source)
2021-03-24 11:32:52 -0500 received badge  Famous Question (source)
2021-03-05 03:16:27 -0500 received badge  Famous Question (source)
2021-02-01 01:52:06 -0500 received badge  Notable Question (source)
2021-01-13 03:24:29 -0500 marked best answer How to control Kuka robot with Moveit?

I am trying to control KUKA KR10 using MOVEIT. I am now able to control the joints using rqt_joint_trajectory controller. Now I want to send the robot in random position, using Rviz and moveit, and have Gazebo simulation of the robot follow the same path too. I have a controller named arm_position_controller in namespace kuka_kr10. I put them in this namespace, because I could not simulate the robot in Gazebo without it.

However, I cannot control the Robot using rviz only. My guess is, this is because rviz is publishing joint_state to namespace "kr10/joint_state" while the robot waits for messages on "joint_state". I do not know, if this assumption is correct, because when i manually change the joint state using rqt_joint_trajectory_controller, the change is reflected on rviz(however not in gazebo). Now my idea was to simply remap "kr10/joint_state" to "joint_state" and hope it works. Apparently it is not that easy. Does anyone have an idea, how do I go on about doing this?

I found this thread on how to achieve it using EKI but I am using RSI and the second answer mentions robtot_interface_streaming.launch which is not to be found in KUKA Industrial Package. Is there any easy way to do this?

2021-01-13 02:01:28 -0500 received badge  Popular Question (source)
2021-01-13 01:58:44 -0500 received badge  Notable Question (source)
2021-01-13 01:57:06 -0500 answered a question How to control Kuka robot with Moveit?

I managed to solve it following this thread. robot_interface_streaming.launch can be found here. This Discussion helped

2021-01-13 01:57:06 -0500 received badge  Rapid Responder (source)
2021-01-12 04:07:42 -0500 received badge  Popular Question (source)
2021-01-12 04:07:30 -0500 asked a question How to control Kuka robot with Moveit?

How to control Kuka robot with Moveit? I am trying to control KUKA KR10 using MOVEIT. I am now able to control the join

2020-12-10 23:40:11 -0500 received badge  Popular Question (source)
2020-12-03 07:28:38 -0500 commented question How to connect KUKA KR C4 with ROS using KUKA Expermental package?

But it is expected that, one Ethernet cable is used to connect the Controller with the Computer, and two IP Addresses o

2020-12-02 13:50:51 -0500 received badge  Supporter (source)
2020-12-02 13:50:46 -0500 commented question rqt_joint_trajectory_controller crashes when selection controller manager

Did you make sure that you can ping both IP addresses both way? I have the same issue, and I was assuming this was becau

2020-12-02 13:45:44 -0500 asked a question How to connect KUKA KR C4 with ROS using KUKA Expermental package?

How to connect KUKA KR C4 with ROS using KUKA Expermental package? I am trying to connect KUKA KR C4 controller with ROS

2020-11-19 01:34:50 -0500 received badge  Enthusiast
2020-11-09 06:53:52 -0500 asked a question How do I simulate Kuka Robots and control it using Moveit?

How do I simulate Kuka Robots and control it using Moveit? As I understand, there is KUKA support in ROS Industrial Pack