-
In order for a robot to conform to RMF's requirements for Read-only/Traffic light fleet, one of the crucial data to be obtained is the robot's planned trajectory (sequence of locations that the robot will be traveling through). I found this site (https://osrf.github.io/ros2multirobotbook/integration_read-only.html) that says the However there aren't any other details as to what the fields mean esp the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
The For the legacy Read-Only Fleet Integration you can ignore the
|
Beta Was this translation helpful? Give feedback.
The
rmf_fleet_msgs
API is a legacy API so it has some cruft in it and isn't generally recommended for use in developing a fleet adapter. However, we haven't put out a "modernized" API for the Read-Only style of integration yet, because the legacy one has been working well enough for all of our use-cases so far.For the legacy Read-Only Fleet Integration you can ignore the
t
time field and theindex
field. The documentation you linked mentions this fort
, but we need to update it to explain thatindex
should be ignored as well: