RoboMaster / RoboRTS

An open source software stack for Real-Time Strategy research on mobile robots
Other
823 stars 347 forks source link

Robot cannot follow the yaw angle specified by the goal #13

Closed dongleecsu closed 6 years ago

dongleecsu commented 6 years ago

In the newest RoboRTS code(commit 9093c2b9255ac968d96d6c45d87344a978826bff), no matter what the yaw angle of the goal is, the direction of the robot (red axes in rviz) always points to the right (says even the goal direction points to the left). \ NOTE: the only change to the code is that yaw_goal_tolerance is set to 0.1 instead of 3.14, which should make sense since we want to follow the goal direction.

XYvven commented 6 years ago

we will fix this issue in next commit

dongleecsu commented 6 years ago

Thanks, fixed