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

SerSav's profile - activity

2019-03-05 14:51:09 -0500 marked best answer Strange numbers in "Create your own urdf file" URDF's tutorial

Hello! I recently started studying ROS and now I'm considering this tutorial

I don't understand how the axis xyz values (from Completing the Kinematics) was calculated. The follow values are given at first:

  <axis xyz="0 1 0" />

for joint2 and

<axis xyz="-0.707 0.707 0" />

for joint1.

But after that in the general .XML file are given:

 <axis xyz="-0.707 0.707 0" />

for joint2 and

<axis xyz="-0.9 0.15 0" />

for joint1.

As i know vectors for axis xyz should be normalized, but "-0.9 0.15 0" is not normalized. What are the correct values? Thanks.

I use Ubuntu 16.04 and ROS kinetic.

2019-03-01 12:34:21 -0500 marked best answer How to visualize trajectory_msgs?

Hello! I write a package for a robot, that has servo-motors. How node (from my package) pulbishes JointState msgs, and i can see the visualization of my robot in rviz. I want to use a ssc32 servo-controller, with which you can set not only the state, but also the speed of single displacement. I find a ros ssc32 driver, and this driver takes JointTrajectory like input messages. Is there a way to display moving model of my robot (real robot not exist yet) in rviz with using JointTrajectory? Maybe I should use gazebo simulator?

Of course, I can write a converter JointTrajectory -> JointState, but there can be a cleaner way?

I use ros-kinetic and ubuntu 16.04.

2018-11-29 01:11:12 -0500 received badge  Famous Question (source)
2018-03-26 04:35:08 -0500 received badge  Notable Question (source)
2018-02-15 09:25:35 -0500 received badge  Enthusiast
2018-02-12 13:08:47 -0500 received badge  Popular Question (source)
2018-02-11 00:36:18 -0500 asked a question How to visualize trajectory_msgs?

How to visualize trajectory_msgs? Hello! I write a package for a robot, that has servo-motors. How node (from my package

2018-01-28 13:54:33 -0500 received badge  Famous Question (source)
2018-01-26 09:03:45 -0500 received badge  Notable Question (source)
2018-01-26 05:23:06 -0500 received badge  Popular Question (source)
2017-12-25 15:46:29 -0500 asked a question Strange numbers in "Create your own urdf file" URDF's tutorial

Strange numbers in "Create your own urdf file" URDF's tutorial Hello! I recently started studying ROS and now I'm consid