Skip to content

Commit edeb356

Browse files
committed
updated readme
1 parent abfde16 commit edeb356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

f1tenth/readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ ros2 action send_goal /planning/replaytrajectory autoware_auto_planning_msgs/act
243243
244244
## How to record a trajectory (real car)
245245
246-
1. Update the recordreplay_planner_nodes param file at `~autoware/src/universe/autoware.universe/planning/recordreplay_planner_nodes/param/defaults.param.yaml`
246+
1. Update the `recordreplay_planner_nodes` param file at `~autoware/src/universe/autoware.universe/planning/recordreplay_planner_nodes/param/defaults.param.yaml`
247247
248-
change the vehicle_state from '/ego_racecar/odom' to '/pf/pose/odom' so it will use the data from particle fileter
248+
change the `vehicle_state` from `'/ego_racecar/odom'` to `'/pf/pose/odom'` so it will use the data from particle fileter
249249
250250
2. Use the `realcar_launch` launch file to launch `f1tenth_stack`, `recordreplay_planner`, and `trajectory_follower_f1tenth` nodes.
251251
@@ -277,9 +277,9 @@ ros2 action send_goal /planning/recordtrajectory autoware_auto_planning_msgs/act
277277
278278
## How to replay a trajectory (real car)
279279
280-
1. Update the trajectory_follower_f1tenth launch file `~/autoware/src/universe/autoware.universe/f1tenth/trajectory_follower_f1tenth/launch/trajectory_follower_f1tenth.launch.xml`
280+
1. Update the `trajectory_follower_f1tenth` launch file `~/autoware/src/universe/autoware.universe/f1tenth/trajectory_follower_f1tenth/launch/trajectory_follower_f1tenth.launch.xml`
281281
282-
update <remap from="input/kinematics" to="/ego_racecar/odom"/> to <remap from="input/kinematics" to="/pf/pose/odom"/>
282+
update `<remap from="input/kinematics" to="/ego_racecar/odom"/>` to `<remap from="input/kinematics" to="/pf/pose/odom"/>`
283283
284284
2. Use the `realcar_launch` launch file to launch `f1tenth_stack`, `recordreplay_planner`, and `trajectory_follower_f1tenth` nodes.
285285

0 commit comments

Comments
 (0)