This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
rosjava_tutorial_right_hand_rule Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ allprojects {
3131
3232subprojects {
3333 if (name != ' docs' ) {
34- /*
34+ /*
3535 * The ros plugin configures a few things:
36- *
36+ *
3737 * - local deployment repository : where it dumps the jars and packaged artifacts)
38- * - local maven repositories : where it finds your locally installed/built artifacts)
38+ * - local maven repositories : where it finds your locally installed/built artifacts)
3939 * - external maven repositories : where it goes looking if it can't find dependencies locally
40- *
40+ *
4141 * To modify, or add repos to the default external maven repositories list, pull request against this code:
42- *
42+ *
4343 * https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
4444 */
4545 apply plugin : " ros-java"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies {
2121 compile ' org.ros.rosjava_bootstrap:message_generation:[0.3,0.4)'
2222 compile ' org.ros.rosjava_messages:rosjava_test_msgs:[0.3,0.4)'
2323 compile ' org.ros.rosjava_messages:rosgraph_msgs:[1.11,1.12)'
24- compile ' org.ros.rosjava_messages:geometry_msgs:[1.11 ,1.12 )'
25- compile ' org.ros.rosjava_messages:nav_msgs:[1.11 ,1.12 )'
24+ compile ' org.ros.rosjava_messages:geometry_msgs:[1.12 ,1.13 )'
25+ compile ' org.ros.rosjava_messages:nav_msgs:[1.12 ,1.13 )'
2626 compile ' org.ros.rosjava_messages:tf2_msgs:[0.5,0.6)'
2727 compile ' dnsjava:dnsjava:2.1.1'
2828 compile ' org.apache.commons:com.springsource.org.apache.commons.logging:1.1.1'
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ mainClassName = 'org.ros.RosRun'
2020
2121dependencies {
2222 compile project(' :rosjava' )
23- compile ' org.ros.rosjava_messages:sensor_msgs:[1.11 ,1.12 )'
23+ compile ' org.ros.rosjava_messages:sensor_msgs:[1.12 ,1.13 )'
2424}
2525
You can’t perform that action at this time.
0 commit comments