Replies: 1 comment 4 replies
-
What kind of fleet adapter is your physical robot using? Free Fleet + Full Control? Custom Full Control? Traffic Light? Knowing how your robot is integrated will help narrow down any possible misuse of the API. When you see the yellow dot trailing or leading the location of the physical robot, does it ever snap back to (roughly) the robot's actual location, or does it keep trailing/leading indefinitely? How significant is the trailing or leading? Within a second of time difference? Several seconds? Longer? Usually significant trailing or leading will be caused by a low update frequency or high latency. The RMF is designed to be robust to low update frequencies and high latency, so the traffic management should still generally be able to work in the presence of these issues, just maybe not quite as efficiently. So depending on what degree of performance you care about, the trailing/leading might be okay or you might need to identify the bottleneck/issue in your update pipeline. |
Beta Was this translation helpful? Give feedback.
-
I wonder how the robot trajectories (yellow dot and green path) are calculated on RMF Schedule Visualizer.
When executing
rmf_demos
, most of the time yellow dot is align with the position of robot on rviz.However, when I running physical robot, the yellow dot might not aligned, sometimes move ahead of robot or sometimes behind.
For physical robot, both path and current location of robot are published in
/robot_state
.Besides, I also notice when the yellow dot is behind robot, robot/adaptertends to respond slower, i.e.
lift_request
ordoor_request
published only when yellow dot reach thepre-door/pre-lift
waypoint, instead of published when the robot reach.(This might be my mistake)
How to make sure the yellow dot is always aligned with robot pose?
Beta Was this translation helpful? Give feedback.
All reactions