---
title: 'On-Road Energy: Models, Optimization, and Infrastructure'
url: https://www.emergentmind.com/topics/on-road-energy
type: topic
---

# On-Road Energy: Models, Optimization, and Infrastructure

On-road energy denotes the modeling, estimation, optimization, delivery, and system-level management of energy consumed or transferred while vehicles move on road networks. In the cited literature, the term spans longitudinal resistance modeling, battery and fuel consumption estimation, regenerative braking, eco-driving trajectory planning, energy-aware routing, road electrification, dynamic wireless charging, vehicle-to-grid coordination, mobile energy storage, and carbon-emission estimation from transportation demand and network structure [2412.09424][2411.12964][2312.08162][1011.0300]. The topic is intrinsically multiscale: it begins with force and power balance at the vehicle level, extends to optimal control and pathfinding, and reaches infrastructure and grid coordination when energy is exchanged on-road rather than only at stationary charging facilities.

## 1. Physical and mathematical foundations

Most on-road energy models in this corpus start from the same longitudinal resistance decomposition. A representative formulation writes rolling resistance, aerodynamic drag, and gravitational load as
$$
F_{\mathrm{roll}}(v,\theta)=C_r\,m\,g\,\cos\theta,\qquad
F_{\mathrm{aero}}(v)=\tfrac12\,\rho\,C_d\,A\,v^2,\qquad
F_{\mathrm{slope}}(\theta)=m\,g\,\sin\theta,
$$
so that
$$
F_{\mathrm{tot}}(v,\theta)=F_{\mathrm{roll}}+F_{\mathrm{aero}}+F_{\mathrm{slope}},\qquad
P(v,\theta)=F_{\mathrm{tot}}(v,\theta)\,v,
$$
and cumulative mechanical energy over a horizon is
$$
E=\int_0^T P(v(t),\theta(t))\,dt.
$$
Because this power expression is analytic in \(v\) and \(\theta\), it can be embedded directly in gradient-based trajectory optimizers [2412.09424].

Electric-vehicle path-planning models typically augment that decomposition with auxiliary loads and regeneration. One formulation decomposes total link cost into rolling resistance, aerodynamic drag, gravitational work, auxiliary power \(P_{\mathrm{aux}}\), and a negative regeneration term on downhill links,
$$
E_{\mathrm{total}}=E_{\mathrm{rr}}+E_{\mathrm{drag}}+E_{\mathrm{grade}}+E_{\mathrm{aux}}-E_{\mathrm{regen}},
$$
with regeneration modeled as a fraction \(\eta_{\mathrm{regen}}\) of downhill gravitational energy [2411.12964]. A related EV consumption model writes wheel power as the sum of inertial, rolling, drag, and grade components, followed by drivetrain and motor efficiencies and bidirectional treatment of regenerative braking in the battery-energy integral [2506.04685].

Fuel-oriented autonomous-driving models further distinguish wheel power from fuel-rate. In "EMATO: Energy-Model-Aware Trajectory Optimization for Autonomous Driving" [2412.08830], the wheel force includes rolling resistance, aerodynamic drag, slope, and inertial force \(M a_t\). The resulting wheel torque and engine operating point are mapped through interpolated engine maps, and the fuel-rate is then approximated by a smooth polynomial surrogate,
$$
\hat f_r(v,a_t)=o_0+o_1v+o_2v^2+o_3v^3+o_4v^4+(c_0+c_1v+c_2v^2)a_t.
$$
On both a light-duty truck and a sedan, this fit achieves over \(98\%\) prediction accuracy [2412.08830].

A distinct line of work emphasizes reduced, physics-like models derived from high-fidelity simulators and then validated against chassis-dynamometer data. "Validation and Calibration of Energy Models with Real Vehicle Data from Chassis Dynamometer Experiments" [2503.21057] constructs a simplified fuel-rate model with inputs limited to speed \(v\), acceleration \(a\), and road grade \(\theta\),
$$
\dot m(v,a,\theta)
=\max\Bigl\{\ell(v,a,\theta),\,C(v)+P(v)a+Q(v)(a_+)^2+Z(v)\theta\Bigr\}.
$$
After calibration of an Autonomie Mid-SUV template to a 2020 Toyota RAV4, the simplified model attains cumulative fuel error of \(0.57\%\) on HWFET, \(2.5\%\) on WLTC, and \(14.1\%\) on US06, while requiring negligible runtime \((<1\,\mu\mathrm{s}\) per time-step on modern CPU) [2503.21057]. This establishes a useful boundary in the literature: compact models can be sufficiently accurate for optimization and traffic-scale simulation if the reference model is itself well calibrated.

The corpus also shows that purely longitudinal models can be incomplete. In scaled experiments on an RC vehicle designed to match dimensionless groups of a full-scale EV, lateral maneuvers increased energy demand by about \(3.2\%\) to \(3.9\%\) per lane change under UDDS-like conditions, motivating an added term
$$
E_{\mathrm{lat}}\approx k_{\mathrm{lat}}\int a_{\mathrm{lat}}^2\,v_x\,dt
$$
in EV energy models [2505.14575]. A plausible implication is that urban and winding-road estimators that ignore lateral dynamics may misstate range even when their longitudinal force balance is accurate.

## 2. Trajectory planning, optimal control, and eco-driving

On-road energy enters trajectory planning most directly when the objective function includes a differentiable fuel or energy model rather than only acceleration or jerk penalties. "Slope Considered Online Nonlinear Trajectory Planning with Differential Energy Model for Autonomous Driving" [2412.09424] formulates an online nonlinear program with decision variables \(s_i\), \(v_i\), traction acceleration \(u_i\), driver-oriented acceleration \(a_{V_i}\), and braking acceleration \(a_{B_i}\). Its objective combines leading-vehicle speed tracking, comfort regularization, and a model-aware fuel term based on the fitted fuel-rate polynomial \(F_r(v_i,u_i)\). The constraints include kinematics, slope-dependent dynamics, hard ACC safety bounds, and box limits. In a receding-horizon implementation with a \(5\,\mathrm{s}\) horizon and \(\Delta t=0.1\,\mathrm{s}\), the direct NLP solves in approximately \(10\)–\(18\,\mathrm{ms}\) on PC and approximately \(40\,\mathrm{ms}\) on embedded Xavier, which corresponds to roughly \(25\,\mathrm{Hz}\) update. Across \(6\) driving cycles and \(3\) slope profiles, the method improves fuel efficiency by \(3.71\%\) for a \(1200\,\mathrm{kg}\) sedan and \(7.15\%\) for a \(4800\,\mathrm{kg}\) diesel truck relative to a model-agnostic QP baseline, with speed losses of \(2.08\%\) and \(2.49\%\), respectively [2412.09424].

EMATO pushes the same principle into Frenet-frame motion planning. It begins with quintic longitudinal and lateral polynomials, then re-optimizes the timing and velocity profile through a CasADi-plus-IPOPT nonlinear program whose cost combines speed tracking, acceleration, braking, jerk, and fuel-per-distance [2412.08830]. On an Intel i7 desktop, the solver converges in approximately \(10\,\mathrm{ms}\); on an NVIDIA Xavier, in approximately \(40\,\mathrm{ms}\). The reported gains depend strongly on how tightly end-state and comfort constraints are imposed. In adaptive-cruise-control studies, EMATO-B yields \(+7.02\%\) miles-per-gallon improvement for a truck on flat roads and \(+3.91\%\) for a sedan on flat roads, while relaxed variants reach up to \(+35.11\%\) and \(+49.97\%\) in truck-flat settings. In a \(900\,\mathrm{m}\) flat-road case at desired \(v_d=20\,\mathrm{m/s}\), EMATO generates a pulse-and-glide profile that reduces fuel consumption from \(68.47\,\mathrm{mL}\) for constant cruising to \(67.88\,\mathrm{mL}\) with no time loss [2412.08830].

Several works isolate specific eco-driving primitives. "Optimizing Energy-Efficient Braking Trajectories with Anticipatory Road Data for Automated Vehicles" [2406.17604] models three modes—disengaged coasting, engaged coasting, and active braking—and solves a switched optimal control problem using necessary conditions from the Hybrid Minimum Principle. The same paper also proposes a parametric approximation in four variables, \(\theta=[\Delta t_{q_1},\Delta t_{q_2},u_m,u_n]\), solved as a small nonlinear program. In the reported scenario \((150\,\mathrm{km/h}\to100\,\mathrm{km/h}\) in \(500\,\mathrm{m})\), the indirect and direct methods differ by less than \(0.01\%\) in objective value, supporting the use of low-dimensional surrogates for real-time implementation [2406.17604].

"Energy Consumption Optimization for Autonomous Vehicles via Positive Control Input Minimization" [2506.04685] argues that classical surrogates such as \(\int a(t)^2dt\) penalize positive and negative accelerations symmetrically and therefore misrepresent actual energy usage. Its proposed metric,
$$
\mathrm{PCI}=\int_{t^o}^{t^d}u^+(t)\,dt,\qquad u^+(t)=\max(u(t),0),
$$
penalizes only energy-consuming control action. The resulting ECO+ formulation is convex; after piecewise-affine approximation of quadratic resistive forces, it becomes a linear program. The reported piecewise-affine approximation has objective error below \(0.4\%\) on average and a speed-up of approximately \(36.9\%\). In a \(100\,\mathrm{m}\) unsignalized-intersection scenario, ECO+ solves in an average of \(0.09\,\mathrm{s}\), compared with approximately \(0.27\,\mathrm{s}\) for the DC baseline and approximately \(2.7\,\mathrm{s}\) for a nonlinear solver in the KMMK case [2506.04685].

Continuous-time optimal control also appears in "Optimal Racing of an Energy-Limited Vehicle" [2306.06419], where the state includes position \(x(t)\), speed \(v(t)\), kinetic energy \(K(t)\), and internal energy \(E(t)\), and the engine loss map is modeled as \(f^{\rm eng}(p)=\alpha p^2+\beta p+\gamma\). The paper shows that a simple convex relaxation of the nonconvex optimal control problem is tight, then solves the discretized problem with CVXPY and ECOS on a \(1001\)-point grid. The resulting Pareto front makes explicit the nonlinear trade-off between travel time and energy: shorter travel times require disproportionately more energy, while modest increases in trip time yield large energy savings [2306.06419].

Experimental validation of eco-driving controllers is comparatively rare in this literature. "Energy and Flow Effects of Optimal Automated Driving in Mixed Traffic: Vehicle-in-the-Loop Experimental Results" [2009.07872] uses a vehicle-in-the-loop architecture combining real vehicles, VISSIM traffic, ROS-based MPC, and calibrated OBD-II energy measurement. The reported outcome is up to \(30\%\) improved energy economy for both a gasoline Mazda CX-7 and a Nissan Leaf relative to calibrated human-like car-following, with no collisions in more than \(100\,\mathrm{km}\) of mixed-traffic runs and network throughput improvement of approximately \(5\%\) in strings with \(20\%\) penetration [2009.07872].

## 3. Routing, pathfinding, and energy-aware network optimization

At the route level, on-road energy becomes a path cost assigned to road segments or graph edges. Wu et al., in "Eco-Routing Navigation System for Electric Vehicles" [2008.09674], combine CONSULT III Plus data from a 2013 Nissan Leaf with GPS-based map matching and link-level polynomial calibration. For each road segment, the energy cost is \(E_e=f(v_e)\times d_e\), and Dijkstra’s algorithm is used to compute the least-energy path. On an independent Riverside Plaza dataset, the mean trip-level error is \(-6.9\%\), speed measurements agree to SMAPE below \(1.7\%\), and archived-traffic simulations over \(6{,}048\) virtual trips show \(5\%\)–\(25\%\) lower energy use than shortest-distance routing and \(25\%\)–\(51\%\) lower energy use than shortest-time routing [2008.09674].

A broader generalization is the vehicle-specific cost model in "Vehicle Powertrain Connected Route Optimization for Conventional, Hybrid and Plug-in Electric Vehicles" [1612.01243]. There the trip cost is
$$
J(r)=\sum_{k=1}^N C_{\ell_k}(v_k,SOC_k),
$$
with segment cost computed from fuel and electricity prices, average link speed, and link-by-link battery-state evolution. The reported least-cost path differs from the shortest-distance path for \(81\%\) of \(61{,}776\) origin-destination pairs for conventional vehicles and for \(58\%\) of trips on average for electrified vehicles. On changed-route trips, the cost reduction averages \(15\%\) and reaches \(60\%\) for conventional vehicles; for electrified vehicles it averages \(6\%\) and reaches \(30\%\) [1612.01243]. For plug-in hybrids, route choice also depends on initial SOC: in a PHEV20, reducing initial SOC from \(90\%\) to \(60\%\) changes \(3\%\) of routes, and reducing it to \(40\%\) changes \(10\%\) [1612.01243].

Large-scale EV pathfinding must additionally handle negative edge costs caused by regenerative braking. "Real-Time Energy-Optimal Path Planning for Electric Vehicles" [2411.12964] writes each edge cost as the sum of rolling resistance, aerodynamic drag, gravitational work, auxiliaries, and regeneration, then introduces node potentials \(\phi(\cdot)\) so that reduced costs
$$
\mathrm{cost}^*(u,v)=\mathrm{cost}(u,v)+\phi(u)-\phi(v)
$$
remain nonnegative. The paper gives both a model-based reduction and a model-independent potential-energy reduction based on \(m g \Delta H\), both with \(O(1)\) overhead per edge and no preprocessing. This permits Dijkstra-style real-time search even when some physical edges are energy-negative [2411.12964].

When the initial battery level is unknown, the problem becomes a profile search rather than a single-source shortest path. "A Fast Heuristic Search Approach for Energy-Optimal Profile Routing for Electric Vehicles" [2512.01331] computes a piecewise-linear profile \(F(\bar E_{\mathrm{init}})\) for all feasible initial energies. It replaces profile-merging label-correcting methods with a label-setting multi-objective A* search that stores only a compact summary \(\langle \bar E_{\min}(x), g(x), \bar g(x)\rangle\) and prunes labels using a profile dominance rule. On ten real-world road networks from the 9th DIMACS Challenge, enriched with SRTM elevation and a Nissan Leaf \(85\,\mathrm{kWh}\) consumption model, the unidirectional profile variants run within \(30\%\) of plain A* while supporting full profile queries, and the paper reports \(2\times\)–\(4\times\) speedups over prior label-correcting profile A* methods [2512.01331].

For fleets rather than single vehicles, energy-aware routing can incorporate time-dependent speeds, acceleration, and payload. "Energy-Efficient Routing for Electric Vehicles under Acceleration and Load Effects" [2511.18257] defines instantaneous power as
$$
P(t)=r\,v(t)+s\,v(t)^2+c\,v(t)^3+(M+L(t))|a(t)|\,v(t),
$$
replacing step-function traffic models by piecewise linear velocity profiles over each arc. The corresponding ALD-EVRP is solved either by BonMin or by a custom LNS-SPP meta-heuristic. On \(47\) Singapore instances, the LNS-SPP method solves all instances within \(900\,\mathrm{s}\) each and yields up to \(3.2\%\) additional savings when full load dynamics are accounted for; the reported comparisons also show that ignoring real-time load underestimates energy consumption, whereas using only the initial payload overestimates it [2511.18257].

## 4. On-road charging, electrified infrastructure, and mobile energy exchange

A different branch of the literature treats on-road energy not as a quantity to be minimized but as a quantity that can be delivered, exchanged, or scheduled while vehicles are moving. The earliest paper in this set, Llanes-Estrada and Waidelich’s "Left lane road electrification" [1011.0300], proposes overhead catenary electrification of only the leftmost motorway lane. The design uses an underground \(25\,\mathrm{kV}\) AC feeder, substations every approximately \(1\,\mathrm{km}\) converting to approximately \(3\,\mathrm{kV}\) DC, an overhead contact conductor around \(3\,\mathrm{m}\) above the pavement, and a vehicle-mounted pantograph-like collector. The target power is \(50\,\mathrm{kW}\) per vehicle, corresponding to \(25\) vehicles per kilometer \(\times 50\,\mathrm{kW}=1.25\,\mathrm{MW}\) per electrified lane-kilometer. In the Madrid study, the authors estimate that on-road charging could reduce a \(60\)–\(70\,\mathrm{kWh}\) battery for \(300\,\mathrm{km}\) range to a \(10\)–\(15\,\mathrm{kWh}\) pack for buffering, saving approximately \(315\,\mathrm{kg}\) and approximately \(13{,}500\,€\) in battery cost. The reported infrastructure capital cost is approximately \(1\,\mathrm{M€}/\mathrm{km}\), with annual maintenance of approximately \(1\%\) of capex and a break-even traffic intensity of approximately \(6{,}920\) EV-km/day [1011.0300].

Recent work explores wireless rather than conductive delivery. "Electric Road Systems for Smart Cities: A Scalable Infrastructure Framework for Dynamic Wireless Charging" [2512.12638] describes modular inductive charging coils embedded in \(2\)–\(5\,\mathrm{m}\) pavement segments spaced every \(10\,\mathrm{m}\), driven at \(85\)–\(95\,\mathrm{kHz}\). Each module is fed at up to \(50\,\mathrm{kW}\), with \(100\,\mathrm{kW}\) peak per segment, and low-latency vehicle-to-infrastructure signaling keeps end-to-end latency below \(200\,\mathrm{ms}\). The reported transfer efficiency is approximately \(88\%\)–\(91\%\) at \(45\)–\(60\,\mathrm{km/h}\), dropping below \(80\%\) outside the \(20\)–\(70\,\mathrm{km/h}\) range. In the co-simulated \(5\,\mathrm{km}\) urban corridor, transferred energy is \(1.8\)–\(2.6\,\mathrm{kWh}\) per \(2\,\mathrm{km}\) segment, range-anxiety events fall by \(30\%\)–\(35\%\), deep-discharge cycles fall by approximately \(40\%\), and battery lifespan increases from approximately \(6\) to approximately \(9\) years. The Delhi case study quotes capital cost of approximately \(\$1.8\) million per kilometer, break-even over \(6\)–\(8\) years on high-utilization corridors, annual energy savings of approximately \(9.8\,\mathrm{GWh}\), and approximately \(33{,}000\,\mathrm{t/year}\) of avoided \(\mathrm{CO}_2\) [2512.12638].

On-road energy can also be coordinated through charging stations, renewables, and vehicle-to-grid participation. "Smart Energy Management with Optimized Prosumerism for Achieving Dynamic Net-Zero Balance in Electrified Road Transport Networks" [2312.08162] models a network comprising the main power grid, distributed wind and PV, EVs as prosumers with bidirectional V2G chargers, charging stations, and 5G-enabled aggregators. Renewable output and EV demand or surplus are forecast hourly using CatBoost, XGBoost, LightGBM, and a CNN-LSTM hybrid for renewables, and CatBoost, XGBoost, LightGBM, and a Transformer for EV velocity and residual SOC. The grid then solves a MILP minimizing
$$
C_{\mathrm{grid}}=\sum_t\bigl[p_G S_G + m_G\cdot PC\cdot S_G + p_{EV}\sum_i S_i\bigr]
$$
subject to capacity, net-zero balance, utility, and surplus-demand bounds. The reported numerical outcomes include an average grid-load reduction of \(38.21\%\) relative to no prosumerism, an additional cost saving of \(5.3\%\) relative to MILP without EVs, more than \(50\%\) grid-cost reduction when the grid uses renewables rather than fossil fuels under the \(\mathrm{CO}_2\)-penalty term, approximately \(87\%\) surplus utilization at \(p_{EV}\approx 6\,$/kWh, and an optimal \(N_{CS}\) of approximately \(5\)–\(7\) stations per \(20\,\mathrm{km}\) for \(l_{S_i}\approx 6\,\mathrm{km}\) [2312.08162].

A third mechanism is mobile energy storage by moving vehicles themselves. "Compensation of Charging Station Overload via On-road Mobile Energy Storage Scheduling" [1910.11986] models privately owned PEVs as on-road MES units that charge at resourceful charging stations and discharge at limited-capacity stations. The price interaction between the power system operator and MES owners is formulated as a Stackelberg game with a unique equilibrium. The reported simulations show that when average MES service capacity rises from \(10\) to \(18\,\mathrm{kWh}\), the proposed game-based scheme yields up to \(20\%\) higher PSO utility than price-minimization and random-pricing benchmarks [1910.11986]. Taken together, these works expand on-road energy from a vehicle-consumption problem into a moving-interface problem linking roads, storage, and power systems.

## 5. Estimation, calibration, and carbon accounting

Reliable on-road energy management depends on calibration and validation against measured data. The Toyota RAV4 study in [2503.21057] is representative of this concern. It begins with a Mid-SUV Autonomie template, modifies engine and driveline parameters, runs a virtual chassis dynamometer over HWFET, US06, and WLTC, and iterates gear-shift logic until internal states and fuel-rate better match the physical chassis-dynamometer data. The improved Autonomie model reduces HWFET fuel-rate MAE from \(0.148\) to \(0.077\,\mathrm{g/s}\), while the simplified reduced model achieves \(0.090\,\mathrm{g/s}\) MAE and only \(0.57\%\) cumulative fuel error on the same cycle [2503.21057]. This validates the reduction pipeline as a semi-principled alternative to fully detailed powertrain simulation.

Open-data estimation of transportation emissions provides a complementary perspective at regional scale. "Estimating On-road Transportation Carbon Emissions from Open Data of Road Network and Origin-destination Flow Data" [2402.05153] starts from the standard bottom-up identity
$$
E=\sum_i f_i\,d_i\,\mathrm{EF}_i
\qquad\text{or}\qquad
E=\sum_i \mathrm{VMT}_i\,\mathrm{EF}_i,
$$
then replaces direct VMT requirements with a hierarchical heterogeneous graph-learning model, HENCE, built from OpenStreetMap road networks and LEHD-LODES OD flows. The model constructs a road-network graph, a community-level heterogeneous graph with spatial and OD links, and a region-level heterogeneous graph, with EGAT message passing and attention-based fusion across edge types and scales. On U.S. county-scale data for 2015 and 2017, HENCE attains \(R^2\approx0.75/0.79\), MAE approximately \(0.49/0.45\), and RMSE approximately \(0.67/0.65\), outperforming the best baselines by approximately \(9.6\%\) on \(R^2\) and approximately \(14\%\) on MAE [2402.05153]. The learned attention weights indicate that high-emission regions are more OD-link driven, while low-emission regions are more spatial-link driven [2402.05153].

Historical-trip learning also appears in powertrain management. "A Physics Model-Guided Online Bayesian Framework for Energy Management of Extended Range Electric Delivery Vehicles" [2006.00795] uses in-use telematics from a fleet of series EREVs to update a single rule-based controller parameter, \(L_{set}\), after each completed trip. The power demand is computed from longitudinal force balance, the battery SOC evolves through an RC-equivalent model, and the “ideal” \(L_{set}\) values across trips are modeled by a Normal-Gamma prior and posterior. Tested on \(155\) real delivery trips from \(13\) vehicles, the method achieves an average fuel-use reduction of \(12.8\%\), approximately \(8.9\%\) MPGe improvement, and no trip with SOC below \(10\%\) [2006.00795]. This is a data-assimilation view of on-road energy: the route is not necessarily optimized directly, but the energy-management policy is updated from repeated operational evidence.

## 6. Conceptual boundaries, recurring misconceptions, and active directions

Several recurring simplifications are contradicted by the cited results. First, energy is not reducible to distance or travel time alone. The Leaf eco-routing system reports up to \(51\%\) lower energy use than shortest-time routing [2008.09674], and VPCRO shows that least-cost paths differ from shortest-distance paths for most origin-destination pairs in both conventional and electrified fleets [1612.01243]. Second, energy is not well represented by symmetric quadratic acceleration penalties. The PCI literature states explicitly that \(\int a(t)^2dt\) penalizes positive and negative accelerations symmetrically and therefore does not distinguish traction from coasting or braking [2506.04685]. Third, slope and load are not minor corrections. Slope-aware trajectory planning yields \(3.71\%\) fuel-efficiency gain for sedans and \(7.15\%\) for diesel trucks over model-agnostic QP planning [2412.09424], while ALD-EVRP shows that ignoring real-time load underestimates energy consumption [2511.18257].

Another misconception is that negative energy edges make efficient graph search impractical. The online reweighting constructions in [2411.12964] and the profile-dominance label-setting search in [2512.01331] show that regenerative braking can be handled without resorting to offline preprocessing or exhaustive profile merging. A related misconception is that high-fidelity models are always necessary. The reduced Toyota RAV4 fuel model in [2503.21057] shows that simplified polynomial models can be reliable for large-scale transportation applications, but the same study also makes clear that their fidelity tracks the quality of the calibrated reference model. This suggests that model reduction and model calibration are not competing goals; they are sequential requirements.

The surveyed papers also identify open directions rather than a single settled architecture. Several works propose transfer to mixed fleets, hybrids, and EVs by changing fitted fuel-rate or power models [2412.09424][2306.06419]. Others point to deeper integration with infrastructure forecasts, HD maps, V2X, and smart-grid coordination [2312.08162][2512.12638]. Future extensions named explicitly in the corpus include multi-vehicle platoons and full vehicle tests for EMATO [2412.08830], speed-dependent emission factors and vehicle-type shares for HENCE-style carbon accounting [2402.05153], real-time adaptation of rule-based EREV parameters during a trip [2006.00795], and experimental validation under sensor noise, road-grade variations, and multi-vehicle deployment for ECO+ [2506.04685]. Finally, the lateral-dynamics study [2505.14575] indicates that cornering losses remain underrepresented in many state-of-the-art estimators. This suggests that the present definition of on-road energy is still expanding: from longitudinal motion and route choice toward a fuller accounting of maneuvering, infrastructure coupling, and energy exchange while in motion.

Source: https://www.emergentmind.com/topics/on-road-energy