rf2o_laser_odometry icon indicating copy to clipboard operation
rf2o_laser_odometry copied to clipboard

including install space node, timeout for initial pose, and covariance defaults / configurable

Open SteveMacenski opened this issue 8 years ago • 4 comments

Adding node install space for people that use the install space rather than devel space for deploying.

SteveMacenski avatar Sep 26 '17 21:09 SteveMacenski

I also added a timeout for the number of attempts parameterized in the launch file to get the initial pose before just using a relative measurement in response to my own desire and #8

SteveMacenski avatar Sep 26 '17 21:09 SteveMacenski

finally, adding in reasonable covariance defaults in the message

SteveMacenski avatar Sep 26 '17 21:09 SteveMacenski

I think it should be changed like this :
initial_robot_pose.pose.pose.position.x = 0; initial_robot_pose.pose.pose.position.y = 0; initial_robot_pose.pose.pose.position.z = 0; initial_robot_pose.pose.pose.orientation.w = 0; initial_robot_pose.pose.pose.orientation.x = 0; initial_robot_pose.pose.pose.orientation.y = 0; initial_robot_pose.pose.pose.orientation.z = 1;

lianshangni0922 avatar Mar 05 '19 03:03 lianshangni0922

That's true, but this PR has been dead for while anyhow. Not sure anyone is going to merge it but it implements the covariance variables

SteveMacenski avatar Mar 05 '19 04:03 SteveMacenski