Bad KinematicMsg.msg in stdr_simulator
Does anyone else have the problem in indigo that stdr_msgs/KinematicMsg.msg is incomplete? All its contents but string type
seem to have been removed.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Does anyone else have the problem in indigo that stdr_msgs/KinematicMsg.msg is incomplete? All its contents but string type
seem to have been removed.
The stdr_msgs/KinematicMsg.msg
released into indigo is, at the time of this writing, containing only this data.
The noice values are only introduced in commit f13540d6cb45370de6b41d8
(see here) on May 21st 2015, which is not released yet. The last release originates from July 25th 2014.
So, you need to install an overlay of this repository from source, to use those values...
Asked: 2016-02-11 22:30:36 -0600
Seen: 121 times
Last updated: Feb 29 '16
from src or installed? which OS? According to the source code quite a lot of stuff is there.
Last release is 0.2.0 which according to
http://repositories.ros.org/status_pa... is actually release for indigo in Saucy and Trusty, but does not contain the noise parameters. They got introduced in commit
f13540d6cb45370de6b41d8
. Maybe you should try from source...Ubuntu 14.04. I installed via apt-get ros-indigo-stdr-simulator. When I do that, the KinematicMsg is empty except for one string value. I've tried multiple times. The error is easily reproducible.