This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree 3 files changed +8
-8
lines changed
rosjava_tutorial_right_hand_rule
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ allprojects {
31
31
32
32
subprojects {
33
33
if (name != ' docs' ) {
34
- /*
34
+ /*
35
35
* The ros plugin configures a few things:
36
- *
36
+ *
37
37
* - 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)
39
39
* - external maven repositories : where it goes looking if it can't find dependencies locally
40
- *
40
+ *
41
41
* To modify, or add repos to the default external maven repositories list, pull request against this code:
42
- *
42
+ *
43
43
* https://github.com/rosjava/rosjava_bootstrap/blob/kinetic/gradle_plugins/src/main/groovy/org/ros/gradle_plugins/RosPlugin.groovy#L31
44
44
*/
45
45
apply plugin : " ros-java"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies {
21
21
compile ' org.ros.rosjava_bootstrap:message_generation:[0.3,0.4)'
22
22
compile ' org.ros.rosjava_messages:rosjava_test_msgs:[0.3,0.4)'
23
23
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 )'
26
26
compile ' org.ros.rosjava_messages:tf2_msgs:[0.5,0.6)'
27
27
compile ' dnsjava:dnsjava:2.1.1'
28
28
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'
20
20
21
21
dependencies {
22
22
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 )'
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments