Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit f82a6f0

Browse files
committed
ros_comm_msgs->rosgraph_msgs, std_srvs
1 parent 3058b7d commit f82a6f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ find_package(catkin REQUIRED genjava)
1414
generate_rosjava_messages(
1515
PACKAGES
1616
std_msgs
17-
ros_comm_msgs # ros/ros_comm_msgs
17+
rosgraph_msgs # ros/ros_comm_msgs
18+
std_srvs
1819
rosjava_test_msgs # rosjava/rosjava_test_msgs
1920
actionlib_msgs # ros/common_msgs
2021
common_msgs

package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<build_depend>rosjava_build_tools</build_depend>
1818
<build_depend>genjava</build_depend>
1919
<build_depend>std_msgs</build_depend>
20-
<build_depend>ros_comm_msgs</build_depend> # ros/ros_comm_msgs
20+
<build_depend>rosgraph_msgs</build_depend> # ros/ros_comm_msgs
21+
<build_depend>std_srvs</build_depend>
2122
<build_depend>rosjava_test_msgs</build_depend> # rosjava/rosjava_test_msgs
2223
<build_depend>actionlib_msgs</build_depend> # ros/common_msgs
2324
<build_depend>diagnostic_msgs</build_depend>

0 commit comments

Comments
 (0)