@@ -8,26 +8,26 @@ Forthcoming
8
8
1.0.0 (2020-06-23)
9
9
------------------
10
10
* Provides core `rmf_traffic ` utilities
11
- * `Trajectory ` - Describe a motion through 2D space
12
- * `Route ` - Describe a path that a robot will follow
13
- * `Motion ` - Convert a discrete `Trajectory ` into a continuous function
11
+ * `Trajectory ` - Describe a motion through 2D space
12
+ * `Route ` - Describe a path that a robot will follow
13
+ * `Motion ` - Convert a discrete `Trajectory ` into a continuous function
14
14
* Provides `rmf_traffic::schedule ` utilities for managing traffic schedules
15
- * `Database ` - Object for managing a schedule database
16
- * `Viewer ` - Interface for viewing a schedule database
17
- * `Writer ` - Interface for writing to a schedule database
18
- * `Mirror ` - Object for mirroring a schedule database across a distributed system
19
- * `Snapshot ` - Object that captures a snapshot of a database
20
- * `Participant ` - Object that manages participation in a schedule
21
- * `ParticipantDescription ` - Object that describes a participant
22
- * `Query ` - Object that describes a schedule query
23
- * `Negotiation ` - Object that manages a traffic negotiation
24
- * `Negotiator ` - Interface used to respond to negotiation events
25
- * `StubbornNegotiator ` - An implementation of a `Negotiator ` that refuses to deviate from its path
15
+ * `Database ` - Object for managing a schedule database
16
+ * `Viewer ` - Interface for viewing a schedule database
17
+ * `Writer ` - Interface for writing to a schedule database
18
+ * `Mirror ` - Object for mirroring a schedule database across a distributed system
19
+ * `Snapshot ` - Object that captures a snapshot of a database
20
+ * `Participant ` - Object that manages participation in a schedule
21
+ * `ParticipantDescription ` - Object that describes a participant
22
+ * `Query ` - Object that describes a schedule query
23
+ * `Negotiation ` - Object that manages a traffic negotiation
24
+ * `Negotiator ` - Interface used to respond to negotiation events
25
+ * `StubbornNegotiator ` - An implementation of a `Negotiator ` that refuses to deviate from its path
26
26
* Provides `rmf_traffic::agv ` utilities to help AGV fleets integrate with the schedule
27
- * `Graph ` - Describe the route graph that an AGV is allowed to use
28
- * `VehicleTraits ` - Describe the kinematic properties of an AGV
29
- * `Interpolate ` - Interpolate the trajectory of an AGV based on its traits
30
- * `RouteValidator ` - Interface for determining whether a route is free of conflicts
31
- * `Planner ` - Object that can generate plans for an AGV that comply with the schedule or that suit a negotiation
32
- * `SimpleNegotiator ` - An implementation of a `schedule::Negotiator ` that can negotiate for an AGV
27
+ * `Graph ` - Describe the route graph that an AGV is allowed to use
28
+ * `VehicleTraits ` - Describe the kinematic properties of an AGV
29
+ * `Interpolate ` - Interpolate the trajectory of an AGV based on its traits
30
+ * `RouteValidator ` - Interface for determining whether a route is free of conflicts
31
+ * `Planner ` - Object that can generate plans for an AGV that comply with the schedule or that suit a negotiation
32
+ * `SimpleNegotiator ` - An implementation of a `schedule::Negotiator ` that can negotiate for an AGV
33
33
* Contributors: Aaron Chong, Boon Han, Charayaphan Nakorn Boon Han, Grey, Luca Della Vedova, Marco A. Gutiérrez, Morgan Quigley, Yadu, Yadunund, koonpeng
0 commit comments