-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for external tcp attached to kinematic link #497
Merged
Levi-Armstrong
merged 2 commits into
tesseract-robotics:feature/CommandLanguage
from
Levi-Armstrong:feature/ExternalTCPKinematicLink
Jan 3, 2021
Merged
Add support for external tcp attached to kinematic link #497
Levi-Armstrong
merged 2 commits into
tesseract-robotics:feature/CommandLanguage
from
Levi-Armstrong:feature/ExternalTCPKinematicLink
Jan 3, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
Codecov Report
@@ Coverage Diff @@
## feature/CommandLanguage #497 +/- ##
==========================================================
Coverage ? 70.44%
==========================================================
Files ? 219
Lines ? 14056
Branches ? 0
==========================================================
Hits ? 9902
Misses ? 4154
Partials ? 0 |
Levi-Armstrong
force-pushed
the
feature/ExternalTCPKinematicLink
branch
from
December 31, 2020 05:02
bb8e660
to
5e7450d
Compare
mpowelson
requested changes
Dec 31, 2020
tesseract/tesseract_common/include/tesseract_common/manipulator_info.h
Outdated
Show resolved
Hide resolved
tesseract/tesseract_common/include/tesseract_common/manipulator_info.h
Outdated
Show resolved
Hide resolved
tesseract/tesseract_common/include/tesseract_common/manipulator_info.h
Outdated
Show resolved
Hide resolved
tesseract/tesseract_common/include/tesseract_common/manipulator_info.h
Outdated
Show resolved
Hide resolved
...s/include/tesseract_motion_planners/descartes/problem_generators/default_problem_generator.h
Outdated
Show resolved
Hide resolved
...t_planning/tesseract_motion_planners/src/simple/step_generators/fixed_size_interpolation.cpp
Outdated
Show resolved
Hide resolved
...t_planning/tesseract_motion_planners/src/simple/step_generators/fixed_size_interpolation.cpp
Outdated
Show resolved
Hide resolved
...esseract_planning/tesseract_motion_planners/src/simple/step_generators/lvs_interpolation.cpp
Outdated
Show resolved
Hide resolved
...esseract_planning/tesseract_motion_planners/src/simple/step_generators/lvs_interpolation.cpp
Outdated
Show resolved
Hide resolved
...esseract_planning/tesseract_motion_planners/src/simple/step_generators/lvs_interpolation.cpp
Outdated
Show resolved
Hide resolved
@mpowelson The latest commit reverts changes and adds asserts. It now only formats the program when a request is submitted to the planning server. |
Levi-Armstrong
force-pushed
the
feature/ExternalTCPKinematicLink
branch
3 times, most recently
from
December 31, 2020 23:14
519112e
to
ba0cfda
Compare
@mpowelson You good with me merging this? |
Levi-Armstrong
force-pushed
the
feature/ExternalTCPKinematicLink
branch
3 times, most recently
from
January 3, 2021 18:51
b575f27
to
f12dce7
Compare
…ered joints relative to kinematics
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This finishes out support for external tcp to support all examples in tesseract_ros_examples.
The last commit addresses issue #498.