You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When publishing consecutively on /initalpose and /goal_pose the position of the second-to-last message gets overwritten by the values in ego_pose, which are not updated.
To Reproduce
Steps to reproduce the behavior:
Create a node that will publish consecutively on /initalpose and then /goal_pose
Launch the node
You can observe on the sim that just one car gets updated
Expected behavior
Both positions of ego and opp should be correctly updated.
Desktop:
OS: Debian 12
Additional context
I've added a pull request fixing this issue, it can be solved by calling self._update_sim_state() after each position reset function.
The text was updated successfully, but these errors were encountered:
Describe the bug
When publishing consecutively on
/initalpose
and/goal_pose
the position of the second-to-last message gets overwritten by the values inego_pose
, which are not updated.To Reproduce
Steps to reproduce the behavior:
/initalpose
and then/goal_pose
Expected behavior
Both positions of ego and opp should be correctly updated.
Desktop:
Additional context
I've added a pull request fixing this issue, it can be solved by calling
self._update_sim_state()
after each position reset function.The text was updated successfully, but these errors were encountered: