ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hi, I faced the same issue, I have solved the issue and want to share with you.
You have to take care of the following link.
marvelmind_nav
. You can refer to this tutorial to create the package.position_control.msg
. You can refer to this tutorial to create custom msg.CMakeLists.txt
for custom msg.then run the following command to create the msg for Arduino compatible.
rosrun rosserial_client make_libraries <arduino_library folder="" path=""> marvelmind_nav/
Note: if the above command not working remove the build
directory of workspace and catkin_make
again.
You can refer this answer
2 | No.2 Revision |
Hi, I faced the same issue, I have solved the issue and want to share with you.
You have to take care of the following link.
marvelmind_nav
. You can refer to this tutorial to create the package.position_control.msg
. You can refer to this tutorial to create custom msg.CMakeLists.txt
for custom msg.then run the following command to create the msg for Arduino compatible.
rosrun rosserial_client make_libraries <arduino_library folder="" path=""> marvelmind_nav/
Note: if the above command not working remove the build
directory of workspace and catkin_make
again.
You can refer this answer
3 | No.3 Revision |
Hi, I faced the same issue, I have solved the issue and want to share with you.
You have to take care of the following link.
marvelmind_nav
. You can refer to this tutorial to create the package.position_control.msg
. You can refer to this tutorial to create custom msg.CMakeLists.txt
for custom msg.then run the following command to create the msg for Arduino compatible.
rosrun rosserial_client make_libraries <arduino_library folder="" path=""> <arduino_library_folder_path> marvelmind_nav/
Note: if the above command not working remove the build
directory of workspace and catkin_make
again.
You can refer this answer