10.4 msg和srv都需要的步骤
# generate_messages(
# DEPENDENCIES
# # std_msgs # Or other packages containing msgs
# )generate_messages(
DEPENDENCIES
std_msgs
)# In your catkin workspace
$ cd ../..
$ catkin_make
$ cd -Last updated
# generate_messages(
# DEPENDENCIES
# # std_msgs # Or other packages containing msgs
# )generate_messages(
DEPENDENCIES
std_msgs
)# In your catkin workspace
$ cd ../..
$ catkin_make
$ cd -Last updated