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

Consolidate Static Transforms in One Package #4

Closed zghera closed 3 years ago

zghera commented 3 years ago

What is a quick description of the change?

Create a new package to house all of the static (sensor) transforms for the kart.

Is this fixing an issue?

No

Are there more details that are relevant?

This addition is minor but important in the case where multiple static transforms are used and multiple launch files need to define these transforms. This method allows us to avoid the issues where:

Also, note that the old static publishers were added in an archive folder within the new ROS package under the directory /old_tf_config_code.

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

No testing needed for launch file development.

Any additional comments?

n/a

gfaout commented 3 years ago

Looks good.