-
Notifications
You must be signed in to change notification settings - Fork 36
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
Updating moveit and canadarm setup #36
Merged
Merged
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
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
b87c92e
to
b313183
Compare
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Dharini Dutia <[email protected]>
quarkytale
commented
Feb 23, 2023
Signed-off-by: Dharini Dutia <[email protected]>
df645f0
to
d296bf5
Compare
mjeronimo
approved these changes
Mar 1, 2023
eholum
pushed a commit
to eholum/space-ros
that referenced
this pull request
Jun 26, 2024
* cmake temp fix and rosinstall_generator) Signed-off-by: Dharini Dutia <[email protected]> * removing repos Signed-off-by: Dharini Dutia <[email protected]> * moveit tutorials and replaced image for demos Signed-off-by: Dharini Dutia <[email protected]> * updates Signed-off-by: Dharini Dutia <[email protected]> * shifting to jammy Signed-off-by: Dharini Dutia <[email protected]> * update readme Signed-off-by: Dharini Dutia <[email protected]> * readme Signed-off-by: Dharini Dutia <[email protected]> * cleaning Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]>
eholum
pushed a commit
to eholum/space-ros
that referenced
this pull request
Jun 26, 2024
* cmake temp fix and rosinstall_generator) Signed-off-by: Dharini Dutia <[email protected]> * removing repos Signed-off-by: Dharini Dutia <[email protected]> * moveit tutorials and replaced image for demos Signed-off-by: Dharini Dutia <[email protected]> * updates Signed-off-by: Dharini Dutia <[email protected]> * shifting to jammy Signed-off-by: Dharini Dutia <[email protected]> * update readme Signed-off-by: Dharini Dutia <[email protected]> * readme Signed-off-by: Dharini Dutia <[email protected]> * cleaning Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]>
eholum
pushed a commit
to eholum/space-ros
that referenced
this pull request
Jun 26, 2024
* cmake temp fix and rosinstall_generator) Signed-off-by: Dharini Dutia <[email protected]> * removing repos Signed-off-by: Dharini Dutia <[email protected]> * moveit tutorials and replaced image for demos Signed-off-by: Dharini Dutia <[email protected]> * updates Signed-off-by: Dharini Dutia <[email protected]> * shifting to jammy Signed-off-by: Dharini Dutia <[email protected]> * update readme Signed-off-by: Dharini Dutia <[email protected]> * readme Signed-off-by: Dharini Dutia <[email protected]> * cleaning Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]>
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.
[Old Summary]
Changes & Patches
Current Issues:
qt_gui_cpp
build error with clang, which should not even be called on ubuntuCaught exception in launch (see debug for traceback): Caught exception when trying to load file of format [py]: dataclass() got an unexpected keyword argument 'slots'
. Implying this needs Python > 3.10 which comes by default in jammy. Upgrading python opened up:pkg_resources.DistributionNotFound: The 'pathlib2>=2.2.0' distribution was not found and is required by pytest
ModuleNotFoundError: No module named 'distutils.util'
-> reinstalled python3.10-distutilsImportError: cannot import name 'html5lib' from 'pip._vendor' (/usr/lib/python3/dist-packages/pip/_vendor/__init__.py)
-> needed to reinstall and upgrade pip, setup pathpkg_resources.DistributionNotFound: The 'scandir; python_version < "3.5"' distribution was not found and is required by pathlib2
Conflicting versions!So focal is a super dead end, as I can't build the project using 3.10.
Even building on host system has problems with humble on focal. Also, moveit2 officially just supports tier 1 platforms. So expecting it to be smoother with jammy?Moved to Jammy!
Why moveit2_tutorials have a separate image? Any objections if I combine it with the main one?
Changelist: