Robotics StackExchange | Archived questions

Extracting model velocity using GazeboJS

Is it possible to extract velocity of a model or joints using GazeboJS (without ROS)?

I've been getting my model positions and orientations by subscribing to the pose/info topic, but there doesn't seem to be a topic for model velocities. Searching online, most answers seem to point to gazeborospkgs, but I would like to know if it is possible to do it without installing ROS.

Asked by Lifthrasir on 2016-05-21 12:32:37 UTC

Comments

You could calculate it using the pose and time information.

Asked by chapulina on 2016-05-21 12:36:01 UTC

Answers