fix fetch robot localization and navigation#1147
fix fetch robot localization and navigation#1147k-okada merged 28 commits intojsk-ros-pkg:masterfrom
Conversation
2650f23 to
72a4dea
Compare
708yamaguchi
left a comment
There was a problem hiding this comment.
I am sorry, but I am not sure if this PR works correctly.
(I do not know the effect of ukf_localization_node.)
I think that this PR can be merged if jsk_patrol demo works correctly everyday.
72a4dea to
712cd64
Compare
|
I'm working in |
|
Going kitchen demo is now working stably. Robot head camera: https://drive.google.com/open?id=1K945-KXcfUQIeGudZpfd_9qWPyd95a8w |
|
@708yamaguchi
|
|
|
|
Thank you for robot demo and your explanation. |
e8656d8 to
411a5fe
Compare
|
failing due to missing packages https://travis-ci.org/jsk-ros-pkg/jsk_robot/jobs/602916381 |
|
@k-okada thank you! I updated. |

I add nodes which publish correct odom
/odom_correctedand imu/imu_corrected.Then I use these two corrected topics for
robot_localizationukffor localization.I wonder this change suppress odometry error.
/odomdoes not haveframe_id: /imu has an empty frame_id fetchrobotics/fetch_ros#70/odomhas zero covariance and overwrited in graft: https://github.com/fetchrobotics/fetch_robots/blob/indigo-devel/fetch_bringup/config/graft.yaml/imuhas zero covariance and overwrited in graft: https://github.com/fetchrobotics/fetch_robots/blob/indigo-devel/fetch_bringup/config/graft.yamlgraftis no more maintenanced: https://github.com/ros-perception/graft/issues/29#issuecomment-461223365 use robot_localization instead of graft fetchrobotics/fetch_robots#56correct_position.pynow testing on fetch15.
cc. @708yamaguchi @sktometometo
related: