Autonomous-Motorsports-Purdue / AMP_ASSv2

Reassembled, simpler, without move_base and loop closure issues
5 stars 1 forks source link

Share Params Between Physical and Simulation Testing Launch Files #25

Open zghera opened 3 years ago

zghera commented 3 years ago

Description

Once #20 is complete, we still need to tune many of the params related to move_base so that we do not need duplicate param files or other nodes (e.g. static transforms) for simulation vs physical testing.

As of Autonomous-Motorsports-Purdue/AMP_ASSv1#11, the parameter files src/kart_2dnav/params/ that are mostly shared between physical and simulation test launch files match that of the param files in teb_local_planner_tutorials. This is necessary for running the simulation launch file so our simulated kart is scaled properly to the map used for simulation testing (we took our testing map from teb_local_planner_tutorials).

This issue also replaces/includes Autonomous-Motorsports-Purdue/AMP_ASSv1#8. These params will need to be altered to reflect the physical kart parameters. Since many of the params will not be the same as teb_local_planner_tutorials's kart params, the simulation will fail (e.g. kart too close to walls on start).

Sub-tasks

Resources

alanssitis commented 2 years ago

@zghera , me and @Reschivon are claiming this issue.

zghera commented 2 years ago

@zghera , me and @Reschivon are claiming this issue.

Sounds good! I am going to merge Autonomous-Motorsports-Purdue/AMP_ASSv1#8 into this issue as they are strongly coupled. So that should hopefully make things less confusing for you guys. Once I update it, I will let you both know!