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

Tim Stadtmann's profile - activity

2020-08-03 20:52:39 -0500 received badge  Famous Question (source)
2018-10-02 08:11:16 -0500 received badge  Famous Question (source)
2018-06-29 01:47:01 -0500 received badge  Notable Question (source)
2018-06-25 09:15:48 -0500 commented answer How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code?

So currently I don't actually use MoveIt motion planning. I just wanted to implement a ghost controlled robot arm and I

2018-06-25 09:10:08 -0500 commented answer How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code?

While doing that, I want to continuously record either the end effector poses or the joint states of the ghost, to get t

2018-06-25 09:10:08 -0500 received badge  Commentator
2018-06-25 09:06:54 -0500 commented answer How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code?

With 'ghost' I meant the transparent end state, sorry for the misunderstanding. I want to be able to control this end st

2018-06-24 20:20:12 -0500 received badge  Notable Question (source)
2018-06-22 04:09:02 -0500 received badge  Popular Question (source)
2018-06-22 03:39:19 -0500 edited question How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code?

How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code? Hi guys, I am fairly new to MoveIt's Motio

2018-06-21 08:57:11 -0500 asked a question How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code?

How to control the 'ghost' in MoveIt's Rviz MotionPlanning plugin from code? Hi guys, I am fairly new to MoveIt's Motio

2018-04-25 02:17:27 -0500 asked a question Lock arbitrary joints when solving IK using tracIK

Lock arbitrary joints when solving IK using tracIK Hi guys, I am using the trac-ik Plugin in MoveIt! to do my IK calcul

2018-04-06 02:02:08 -0500 commented question ROS Segmentation fault (core dumped)

Also, could you show how you instantiate the publisher?

2018-04-06 02:01:11 -0500 commented question ROS Segmentation fault (core dumped)

So if I understand correctly, your code crashes when publishing cmd_vel_msg (as this is the only 'critical' thing you do

2018-03-30 06:31:31 -0500 received badge  Famous Question (source)
2018-03-28 08:15:09 -0500 commented question How to make roscd go to ~/catkin_ws/devel instead of /opt/ros/kinetic?

Just to make sure: did you only add the source /home/username/catkin_ws/devel/setup.bash line to your .bashrc, or did yo

2018-03-28 07:52:46 -0500 received badge  Editor (source)
2018-03-28 07:52:46 -0500 edited question Controlling multiple joints at the same time

Controlling multiple joints at the same time Hi guys, ROS supernoob here, apologies for that in advance. I am current

2018-03-26 14:28:04 -0500 received badge  Popular Question (source)
2018-03-26 06:40:16 -0500 commented question Make MoveIt! IK solver 'prefer' certain solutions over others

Good call, that actually works quite well already, thanks. Using this solve type, does the solver try to minimize the to

2018-03-26 03:24:55 -0500 edited question Make MoveIt! IK solver 'prefer' certain solutions over others

Make MoveIt! IK solver 'prefer' certain solutions over others Hi, I am currently trying to implement the end-effector c

2018-03-26 03:10:23 -0500 asked a question Make MoveIt! IK solver 'prefer' certain solutions over others

Make MoveIt! IK solver 'prefer' certain solutions over others Hi, I am currently trying to implement the end-effector c

2018-03-23 07:30:56 -0500 commented answer Controlling multiple joints at the same time

Thanks for the additional clarification.

2018-03-23 07:25:56 -0500 received badge  Supporter (source)
2018-03-23 07:25:54 -0500 marked best answer Controlling multiple joints at the same time

Hi guys,

ROS supernoob here, apologies for that in advance.

I am currently trying to implement the end-effector control for a 7DOF robot arm in Gazebo. I have already figured out the inverse kinematics, and just need to send the joint goal positions to the seven joint controllers (which currently are effort controllers with the JointPositionController interface). Is there any way to control all joints at the same time besides switching to JointTrajectoryController? Or is the trajectory controller the right way to go even though I do not send trajectories but single points?

[EDIT] Stumbled upon another problem regarding this question. One of my goals is to control the arm with an external controller, e.g. a joystick. The output of the joystick will be interpreted as a velocity for the end-effector. As the JointTrajectoryController needs goal positions (using a pure 'velocity' trajectory is not possible), my only solution would be to calculate the goal position for each incoming velocity using a time estimate for how long the velocity will be applied (e.g. using the predicted time between two incoming velocity messages), and setting the time_from_start parameter accordingly. That solution feels kind of hacky.. are there any better ways? Direct velocity control, imo the intuitive solution, seems to be out of the question if the only sensible way to control multiple joints is the JTC...

Cheers,

Tim

2018-03-23 07:25:54 -0500 received badge  Scholar (source)
2018-03-22 15:26:46 -0500 received badge  Notable Question (source)
2018-03-22 04:48:48 -0500 received badge  Student (source)
2018-03-22 04:45:21 -0500 received badge  Popular Question (source)
2018-03-20 11:13:55 -0500 commented question Controlling multiple joints at the same time

Okay, thanks!

2018-03-20 02:33:02 -0500 received badge  Enthusiast
2018-03-19 07:12:03 -0500 asked a question Controlling multiple joints at the same time

Controlling multiple joints at the same time Hi guys, ROS supernoob here, apologies for that in advance. I am current

2018-03-17 04:20:36 -0500 commented question Invalid <param> tag: Cannot load command parameter [robot_description]:

Uhm, that's strange, that option was introduced in Jade afaik. Two things to try out now. First, update xacro and try ag

2018-03-16 07:24:21 -0500 commented question Invalid <param> tag: Cannot load command parameter [robot_description]:

It seems like xacro has a problem creating the URDF. Try running xacro --inorder /home/user/gym-gazebo/gym_gazebo/envs/i