-
Notifications
You must be signed in to change notification settings - Fork 109
update repro for dashing #80
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
Conversation
clalancette
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few things that should be fixed here.
Honestly, we should just remove this file, and instead have a much smaller version which just adds the additional repositories needed on top of dashing.
ros2_java_android.repos
Outdated
| type: git | ||
| url: https://github.com/eProsima/Fast-CDR.git | ||
| version: v1.0.7 | ||
| version: release/1.0.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at https://github.com/ros2/ros2/blob/dashing/ros2.repos , this should be the v1.0.11 tag.
ros2_java_android.repos
Outdated
| type: git | ||
| url: https://github.com/eProsima/Fast-RTPS.git | ||
| version: 7a0b0fe7ca8d2c4ea41e36744c6024c263a6505a | ||
| version: release/1.8.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at https://github.com/ros2/ros2/blob/dashing/ros2.repos , this should be the v1.8.2 tag.
ros2_java_android.repos
Outdated
| url: https://github.com/esteve/ros2_java.git | ||
| version: master | ||
| url: https://github.com/ros2-java/ros2_java | ||
| version: rcljava_dashing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should just be dashing.
|
@clalancette can't be done because all of these repositories need to be crosscompiled for Android, the prebuilt ROS 2 distros can't be used. |
Change https://github.com/eProsima/Fast-CDR.git to release/1.0.11 tag
|
@esteve Can you approve my changes? |
|
FWIW, here's a related PR for the desktop repos file (in which we don't need to build all ROS 2 packages from source): #94 |
ros2_java_android.repos
Outdated
| type: git | ||
| url: https://github.com/eProsima/Fast-CDR.git | ||
| version: v1.0.7 | ||
| version: release/1.0.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be v1.0.11 (matching the version used in Dashing).
jacobperron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
No description provided.