Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

[Reverted] Fix: Share Params Between Physical and Simulation Testing Launch Files #23

Closed
wants to merge 0 commits into from

Conversation

alanssitis
Copy link
Contributor

What is a quick description of the change?

Modifying parameters in launch files.

Is this fixing an issue?

Resolves Autonomous-Motorsports-Purdue/AMP_ASSv2#25

Were any issues created as a result of this change?

Autonomous-Motorsports-Purdue/AMP_ASSv2#25

Are there more details that are relevant?

Currently a work in progress.

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

  • Test written/updating

  • Tests passing

  • Coding style (indentation, etc)

  • Update the robot/sensor specific params in src/kart_2dnav/params/ indicated by the TODOs with direct measurements from the kart or from the Velodyne LiDAR documentation (e.g. sensor range to update the obstacle_range parameter in costmap_common_params).

  • Additionally static transforms for the kart are defined in src/static_tf_config/launch/static_transforms_config.launch. These transform values should be re-measured and verified (originally Update Static Transforms with Correct Values #5).

  • Fix the simulation so that it works with the new parameters. This may mean altering the size of the map we use (size per grid square param for rviz) or creating a new map altogether.

Any additional comments?

@alanssitis alanssitis changed the title minor change to initialize PR Share Params Between Physical and Simulation Testing Launch Files Oct 26, 2021
@alanssitis alanssitis changed the title Share Params Between Physical and Simulation Testing Launch Files Fix: Share Params Between Physical and Simulation Testing Launch Files Oct 26, 2021
Copy link

@ihagedo ihagedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For something like this, I would either branch off and push the new confits there for work-in-progress and wait until it is fully done before making a PR for master. It prevents unnecessary code reviews and backlogs of PRs.

@zghera zghera marked this pull request as draft October 26, 2021 11:19
@zghera
Copy link
Member

zghera commented Oct 26, 2021

I agree with @ihagedo . What I typically do when I have made good progress on something and want to push it but not open up for code review is mark the PR as a draft. I marked yours as a draft so feel free to hit "ready for review" once you are done.

@zghera zghera requested a review from ihagedo October 26, 2021 11:24
@alanssitis alanssitis closed this Oct 30, 2021
@zghera zghera changed the title Fix: Share Params Between Physical and Simulation Testing Launch Files [Reverted] Fix: Share Params Between Physical and Simulation Testing Launch Files Feb 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Share Params Between Physical and Simulation Testing Launch Files
3 participants