Can not set initial pose in planning simulator after code update #1907
Labels
component:localization
Vehicle's position determination in its environment. (auto-assigned)
type:bug
Software flaws or errors.
Checklist
Description
I failed to set initial pose in planning simulator after updating the code(5f7fbd7).
Set_Pose_Failed.mp4
Expected behavior
Planning simulator works normally.
Actual behavior
Can not set initial pose in planning simulator.
Steps to reproduce
Update the project and try to set initial pose in planning simulator.
Versions
Possible causes
In PR #1500, simple_planning_simulator topic "/initialpose" is changed to "/initialpose3d" but no message is sent on topic "/initialpose3d" when simulating. Maybe there are some relating parameters need modification at the same time.
Additional context
I changed the rviz_default_plugins/SetInitialPose topic from "/initialpose" to "/initialpose3d" and the simulator worked. Anyway, it seems not a proper fix as the pose set through rviz_default_plugins still missing z axis value(z value is always 0).
The text was updated successfully, but these errors were encountered: