Skip to content

Commit

Permalink
Retype moving_truck definitions to truck.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed Jan 2, 2024
1 parent eebf82a commit 44ebe2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smarts/assets/vehicles/definitions/moving_truck_empty.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model: Generic Bus
type: bus
type: truck
controller_params: ${SMARTS_ASSETS_PATH}/vehicles/controller_params/generic_moving_truck.yaml
chassis_params: ${SMARTS_ASSETS_PATH}/vehicles/chassis_params/generic_moving_truck.yaml
dynamics_model: ${SMARTS_ASSETS_PATH}/vehicles/dynamics_model/generic_moving_truck_empty.urdf
Expand Down
2 changes: 1 addition & 1 deletion smarts/assets/vehicles/definitions/moving_truck_full.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
model: Generic Bus
type: bus
type: truck
controller_params: ${SMARTS_ASSETS_PATH}/vehicles/controller_params/generic_moving_truck.yaml
chassis_params: ${SMARTS_ASSETS_PATH}/vehicles/chassis_params/generic_moving_truck.yaml
dynamics_model: ${SMARTS_ASSETS_PATH}/vehicles/dynamics_model/generic_moving_truck_full.urdf
Expand Down

0 comments on commit 44ebe2c

Please sign in to comment.