I&#39;ve been using osm2po to load osm data into the database. osm2po creates a to_cost and a reverse_cost value for each way. I recently switched to osm2pgrouting so I could use the generated &quot;classes&quot; table to give more weight to roads like highways in my driving directions. However, the ways table that osm2pgrouting generates has a to_cost column, but all the values in it are null. For kicks, I tried using the reverse_cost as the to_cost and it seems to work, but I wanted to ask about this... is that normal? Am I supposed to generate the to_costs some other way?<br>