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

Lentin Joseph's profile - activity

2021-10-13 12:49:12 -0500 received badge  Famous Question (source)
2021-05-31 02:28:08 -0500 received badge  Famous Question (source)
2021-01-21 20:27:04 -0500 received badge  Notable Question (source)
2020-09-08 22:59:58 -0500 received badge  Popular Question (source)
2020-08-29 14:56:14 -0500 asked a question Testing Autoware Pixel Cloud Fusion using Bag file

Testing Autoware Pixel Cloud Fusion using Bag file Hi all I would like to test pixel cloud fusion package with a bag fi

2020-02-11 10:10:28 -0500 received badge  Nice Answer (source)
2020-01-14 15:21:16 -0500 received badge  Notable Question (source)
2019-12-10 12:57:07 -0500 received badge  Famous Question (source)
2019-12-09 08:36:37 -0500 received badge  Famous Question (source)
2019-09-02 05:22:14 -0500 received badge  Student (source)
2019-09-02 05:22:12 -0500 received badge  Self-Learner (source)
2019-07-25 06:01:21 -0500 received badge  Notable Question (source)
2019-07-25 06:01:21 -0500 received badge  Popular Question (source)
2019-05-24 09:58:46 -0500 received badge  Famous Question (source)
2019-04-22 02:49:29 -0500 received badge  Popular Question (source)
2019-03-17 13:51:48 -0500 received badge  Notable Question (source)
2019-02-08 01:25:57 -0500 commented question Rqt plugin using C++ or Python

Sorry for the confusion. It should respond to user input quickly without noticeable delay

2019-02-07 23:52:05 -0500 received badge  Popular Question (source)
2019-02-07 01:32:41 -0500 asked a question Rqt plugin using C++ or Python

Rqt plugin using C++ or Python Hello I would like to know which language will be best for creating an rqt plugin. I a

2019-01-12 14:28:19 -0500 received badge  Famous Question (source)
2018-10-30 01:43:32 -0500 marked best answer Avoiding Jerk during trajectory preemption in MoveIt!

Hi

I have noted that the robot is jerking a bit during cancelling the existing trajectory goal. What can be the reason?

Regards

2018-10-30 01:43:24 -0500 answered a question Avoiding Jerk during trajectory preemption in MoveIt!

I got the solution. There is a parameter called "stop_trajectory_duration" in trajectory controller. Just adjust this v

2018-10-30 01:41:49 -0500 asked a question Avoiding Jerk during trajectory preemption in MoveIt!

Avoiding Jerk during trajectory preemption in MoveIt! Hi I have noted that the robot is jerking a bit during cancelling

2018-10-25 09:10:53 -0500 received badge  Notable Question (source)
2018-10-25 02:55:40 -0500 marked best answer How to implement stop, pause and play capability in ROS MoveIt!

Hello

I am working on a robotic arm, in which we are planning implement play, pause and stop functionalities along with ROS MoveIt!.

For example, we can plan a trajectory in Rviz and when we execute the trajectory, there should be a provision to stop, pause and play the executing trajectory.

Anyone have ideas to implement this concept for ROS MoveIt!? It will be great if you can suggest an idea without modifying the MoveIt! and trajectory controller code.

Regards

2018-10-25 02:55:40 -0500 received badge  Scholar (source)
2018-10-25 02:55:32 -0500 answered a question How to implement stop, pause and play capability in ROS MoveIt!

Hello Instead of modifying the controller code, I have implemented a simple logic in order to perform the play, pause l

2018-10-24 02:35:38 -0500 received badge  Popular Question (source)
2018-10-22 13:48:19 -0500 commented question How to implement stop, pause and play capability in ROS MoveIt!

Hi Thanks for the reply. I am planning to use this in simulation and real robot too. Regards

2018-10-22 11:56:28 -0500 asked a question How to implement stop, pause and play capability in ROS MoveIt!

How to implement stop, pause and play capability in ROS MoveIt! Hello I am working on a robotic arm, in which we are pl

2018-10-09 00:13:27 -0500 commented answer [Solved]: 5 DOF and MoveIt IK

Thanks, @jarvisschultz for your support. Appreciated

2018-10-08 16:58:06 -0500 marked best answer [Solved]: 5 DOF and MoveIt IK

Hello

Anybody worked with 5 DOF arm with MoveIt!? I have tested with IK-Fast plugin, TRACK-IK, and KDL. The translation movement looks good, but the orientation is having issues most of the time. It is not changing in most of the situation, especially when we move the robot to some distance and try to change the orientation.

At the beginning of Rviz session, we can able to change the orientation, but at the time, translation is locked. Anybody is having similar issues?

I am working using Kinetic, Ubuntu 16.04 LTS

2018-10-08 09:33:04 -0500 received badge  Notable Question (source)
2018-10-08 08:29:45 -0500 received badge  Self-Learner (source)
2018-10-08 08:29:45 -0500 received badge  Teacher (source)
2018-10-08 04:48:11 -0500 commented answer [Solved]: 5 DOF and MoveIt IK

I think 10 votes are required to mark this as correct.

2018-10-08 03:46:43 -0500 received badge  Popular Question (source)
2018-10-08 03:33:53 -0500 edited question [Solved]: 5 DOF and MoveIt IK

5 DOF and MoveIt IK Hello Anybody worked with 5 DOF arm with MoveIt!? I have tested with IK-Fast plugin, TRACK-IK, and