Autonomous-Motorsports-Purdue / AMP_ASSv1

The first iteration of the Autonomous Software Stack (ASS) for the AMP go-kart.
11 stars 2 forks source link

Kart Launch File Split and Overall Reorganization #10

Closed zghera closed 3 years ago

zghera commented 3 years ago

What is a quick description of the change?

The primary kart launch file hector_navigation.launch was split into kart_rosbag.launch and kart_physical.launch to separate the launches for testing with played back environment data vs real-time environment data, respectively.

Is this fixing an issue?

No

Are there more details that are relevant?

Before this PR, the sim launch files were renamed so that it was easy to roslaunch them from any directory with:

roslaunch kart_2dnav sim_....launch

The two kart launch files produced from hector_navigation.launch were also prefixed this way for consistency. Consequently, there was no need for the sim and kart directories. So both sim and kart launch files were moved up into the launch directory.

Check lists (check x in [ ] of list items)

No testing needed for launch file development.

Any additional comments?

No