ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

i created an action file in action folder and then i run catkin_make command but there were no corresponding msg files created in msg folder. How are they created? Do i have to make them manually?

asked 2019-08-04 06:37:21 -0500

aanish gravatar image

Corresponding msg files of action file are not created in msg folder.

edit retag flag offensive close merge delete

Comments

2

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-06-15 01:28:39 -0500

The correct msg files for your action file must be explicitly supplied in order to produce them. They are not automatically populated when catkin_make is called; instead, you must generate separate.msg files in the msg folder of your action to reflect its message structure.

Follow these procedures to produce the MSG files:

Create a MyAction.msg file in the msg folder of your ROS package, open it, and specify its fields so that they match the data types in your action file before saving this.msg file.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-08-04 06:37:21 -0500

Seen: 131 times

Last updated: Jun 15 '23