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

thejose's profile - activity

2021-05-23 08:41:29 -0500 commented answer ros_control questions

Is there any benefit of using the PositionJointInterface instead of the EffortJointInterface for a joint that has to be

2021-05-23 08:41:29 -0500 received badge  Commentator
2021-02-08 05:54:44 -0500 received badge  Famous Question (source)
2021-02-08 05:54:44 -0500 received badge  Notable Question (source)
2021-01-09 06:12:26 -0500 received badge  Famous Question (source)
2021-01-09 06:12:26 -0500 received badge  Notable Question (source)
2020-10-15 08:28:40 -0500 commented answer 2D array as service response

Thank you! That answered my question.

2020-10-14 20:39:37 -0500 commented answer 2D array as service response

I don't understand how the second option works. Could you explain it in a little more detail?

2020-10-14 20:39:06 -0500 commented answer 2D array as service response

I don't understand how this works. Could you explain it in a little more detail?

2020-08-21 11:52:41 -0500 commented answer gazebo_ros_control plugin: GazeboRosControlPlugin missing <legacyModeNS> DefaultRobotHWSim

Hi. Can someone explain what <legacymodens> tag is used for?

2020-08-18 08:20:08 -0500 commented answer How to set callback queue size in rospy

@mayuzumi, can you provide an example of this work around? I didn't understand how to run 2 spinners at the same time, o

2020-08-14 09:59:11 -0500 commented answer How to get the message from the Subscriber Function

I understand that there could be errors if no message is received and the code in main calls the message. However, I don

2020-08-13 08:29:07 -0500 received badge  Famous Question (source)
2020-08-10 08:58:57 -0500 received badge  Popular Question (source)
2020-08-07 17:07:03 -0500 answered a question Simulating Robot in Gazebo - Full TF tree not being broadcasted

I was able to figure out the solution myself. The robot state publisher has to be publishing /joint_states in the same

2020-08-07 17:07:03 -0500 received badge  Rapid Responder (source)
2020-08-07 15:47:41 -0500 asked a question Simulating Robot in Gazebo - Full TF tree not being broadcasted

Simulating Robot in Gazebo - Full TF tree not being broadcasted I have the URDF for a kuka robot. When I simulate it us

2020-08-04 08:46:18 -0500 commented answer How to control a joint with position and velocity using ros_control ?

Is it possible to have both position and velocity controller for the same joint? The velocity controller to move the joi

2020-08-02 06:14:21 -0500 received badge  Notable Question (source)
2020-08-01 10:17:40 -0500 commented question MD5sum error: Client [/rostopic...] wants topic /move_group/display_planned_path to have datatype/md5sum [moveit_msgs/DisplayTrajectory/c3c039...], but our version has [moveit_msgs/DisplayTrajectory/41936...]

Oh Okay. Do you have a suggestion on what else I could do to fix this problem?

2020-08-01 09:25:26 -0500 commented question MD5sum error: Client [/rostopic...] wants topic /move_group/display_planned_path to have datatype/md5sum [moveit_msgs/DisplayTrajectory/c3c039...], but our version has [moveit_msgs/DisplayTrajectory/41936...]

Hi @Weasfas, thank you for your comment. I looked into the DisplayTrajectory.h file. There are 2 copies of this, 1 in my

2020-08-01 08:41:59 -0500 commented question MD5sum error: Client [/rostopic...] wants topic /move_group/display_planned_path to have datatype/md5sum [moveit_msgs/DisplayTrajectory/c3c039...], but our version has [moveit_msgs/DisplayTrajectory/41936...]

Hi @Weasfas, thank you for your comment. I looked into the DisplayTrajectory.h file. There are 2 copies of this, 1 in my

2020-08-01 05:24:17 -0500 received badge  Popular Question (source)
2020-07-31 08:41:10 -0500 asked a question MD5sum error: Client [/rostopic...] wants topic /move_group/display_planned_path to have datatype/md5sum [moveit_msgs/DisplayTrajectory/c3c039...], but our version has [moveit_msgs/DisplayTrajectory/41936...]

MD5sum error: Client [/rostopic...] wants topic /move_group/display_planned_path to have datatype/md5sum [moveit_msgs/Di

2020-06-28 20:42:55 -0500 commented answer GOAL_TOLERANCE_VIOLATED (Gazebo/Moveit)

How does reducing the tolerance help? Shouldn't the tolerance be increased?

2020-06-23 01:34:05 -0500 received badge  Popular Question (source)
2020-06-19 17:10:26 -0500 edited question Vibration in joints when I add gazebo_ros_control plugin

Vibration in joints when I add gazebo_ros_control plugin I am using the xacro file given below to spawn a kuka robot in

2020-06-19 17:10:26 -0500 received badge  Editor (source)
2020-06-19 16:22:11 -0500 edited question Vibration in joints when I add gazebo_ros_control plugin

Vibration in joints when I add gazebo_ros_control plugin I am using the xacro file given below to spawn a kuka robot in

2020-06-19 09:31:32 -0500 asked a question Vibration in joints when I add gazebo_ros_control plugin

Vibration in joints when I add gazebo_ros_control plugin I am using the xacro file given below to spawn a kuka robot in

2020-06-18 15:24:36 -0500 received badge  Supporter (source)
2020-06-14 09:48:18 -0500 answered a question Gazebo: Could not load controller, JointTrajectoryController does not exist (Mastering ROS chapter 10)

Run the following (replace "distro" with your ros specific distribution): sudo apt-get install ros-distro*joint-traject

2020-06-14 09:32:38 -0500 received badge  Enthusiast