Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

Fix tutorials to use "wheel track" instead of "wheelbase"#469

Merged
Octogonapus merged 1 commit into
OkapiLib:masterfrom
shawnphelps:master
Mar 24, 2021
Merged

Fix tutorials to use "wheel track" instead of "wheelbase"#469
Octogonapus merged 1 commit into
OkapiLib:masterfrom
shawnphelps:master

Conversation

@shawnphelps
Copy link
Copy Markdown
Contributor

Description of the Change

Fix the Chassis Controller Builder and Odometry tutorials to correctly refer to the width dimension as the wheel track instead of the wheelbase. The other tutorials do not have this issue.

Motivation

Referring to the width dimension as the wheelbase may confuse or mislead readers.

Possible Drawbacks

None

Verification Process

Applicable Issues

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 24, 2021

Codecov Report

Merging #469 (3558e19) into master (a76d819) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #469      +/-   ##
==========================================
- Coverage   88.72%   88.69%   -0.03%     
==========================================
  Files         140      140              
  Lines        5880     5880              
==========================================
- Hits         5217     5215       -2     
- Misses        663      665       +2     

@Octogonapus Octogonapus merged commit 4cbcee9 into OkapiLib:master Mar 24, 2021
Octogonapus added a commit that referenced this pull request Apr 14, 2021
* add squiggles as a cmake dependency

* building

* tests passing again

* tests are passing

* remove pathfinder and switch to squiggles in lmpc

* i think i fixed the PROS build

* Various CI fixes

well i was wrong but this should work

squiggles version back to c++17

this is a hack but it seems to work

trying to remove the cmake build step since this is working on my
machine...

i guess rsync isn't included with github actions container

remove the use of rsync

forgot to undo the installation of rsync

cmake-build-debug already exists at that step

fix valgrind errors

* resolving the minor review comments

* resolve review comments

* Resolve review comments for tests

need to bump g++ version to get filesystem header

trying to get gcc9

switch to using C functions for filesystem interaction

revert the CI script

* pin squiggles version at 1.0.0

* copy the squiggles headers into the templates' inc dir too

* on second thought, better to have squiggles inside okapi dir

* resolve the issue with the executeSinglePath delay

* invert the Y axis for the squiggles generation to match with ROS
coords

* fix the frame transformation and tests

* squiggles to 1.1.0

* update squiggles again to fix tests

* Fix segfault due to undefined use of front()

* ensure that the PROS build uses the latest squiggles files

* Adjust motion profiling documentation to mention Squiggles instead of Pathfinder.

* fix issue where build fails when squiggles doesn't yet exist

* Fix tutorials to use "wheel track" instead of "wheelbase" (#469)

Co-authored-by: Octogonapus <firey45@gmail.com>
Co-authored-by: Shawn Phelps <30736878+shawnphelps@users.noreply.github.com>
Octogonapus added a commit that referenced this pull request Apr 14, 2021
* Fix tutorials to use "wheel track" instead of "wheelbase" (#469)

* Add getSize() to MotorGroup

Co-authored-by: Shawn Phelps <30736878+shawnphelps@users.noreply.github.com>
Co-authored-by: Octogonapus <firey45@gmail.com>
Octogonapus added a commit that referenced this pull request May 23, 2022
* Switch from Pathfinder to Squiggles for path generation (#461)

* add squiggles as a cmake dependency

* building

* tests passing again

* tests are passing

* remove pathfinder and switch to squiggles in lmpc

* i think i fixed the PROS build

* Various CI fixes

well i was wrong but this should work

squiggles version back to c++17

this is a hack but it seems to work

trying to remove the cmake build step since this is working on my
machine...

i guess rsync isn't included with github actions container

remove the use of rsync

forgot to undo the installation of rsync

cmake-build-debug already exists at that step

fix valgrind errors

* resolving the minor review comments

* resolve review comments

* Resolve review comments for tests

need to bump g++ version to get filesystem header

trying to get gcc9

switch to using C functions for filesystem interaction

revert the CI script

* pin squiggles version at 1.0.0

* copy the squiggles headers into the templates' inc dir too

* on second thought, better to have squiggles inside okapi dir

* resolve the issue with the executeSinglePath delay

* invert the Y axis for the squiggles generation to match with ROS
coords

* fix the frame transformation and tests

* squiggles to 1.1.0

* update squiggles again to fix tests

* Fix segfault due to undefined use of front()

* ensure that the PROS build uses the latest squiggles files

* Adjust motion profiling documentation to mention Squiggles instead of Pathfinder.

* fix issue where build fails when squiggles doesn't yet exist

* Fix tutorials to use "wheel track" instead of "wheelbase" (#469)

Co-authored-by: Octogonapus <firey45@gmail.com>
Co-authored-by: Shawn Phelps <30736878+shawnphelps@users.noreply.github.com>

* Add getSize() to MotorGroup (#472)

* Fix tutorials to use "wheel track" instead of "wheelbase" (#469)

* Add getSize() to MotorGroup

Co-authored-by: Shawn Phelps <30736878+shawnphelps@users.noreply.github.com>
Co-authored-by: Octogonapus <firey45@gmail.com>

* Version bump

* Add tile unit to docs

Co-authored-by: Jonathan Bayless <16109996+baylessj@users.noreply.github.com>
Co-authored-by: Shawn Phelps <30736878+shawnphelps@users.noreply.github.com>
Co-authored-by: Brendan McGuire <brendan@bren.app>
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.

2 participants