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

Joy.msgs line44 problem

asked 2020-03-23 04:21:13 -0500

TheUltimateQuestionAsker99 gravatar image

Hi, when i want to open the Joy.msg file in the sensor_msgs directory for arduino, i get the following error: Parsing Joy.msg as OLE file failed at /usr/bin/msgconvert line 44.

For spesification I first installed the msgconverter and tried the following code in terminal: msgconvert Joy.msg

I cannot see the inside of the message file, how can i solve this problem or see the message file's inside? Thanks for help

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-03-23 04:33:35 -0500

gvdhoorn gravatar image

Joy.msg is a text file. It would seem your platform/OS is telling the Arduino IDE it's an "OLE file".

There is no need to convert the .msg file, you should just open it as a regular text file.

edit flag offensive delete link more

Comments

Actually: it's a .yaml file, but with a different extension. So if you'd like to benefit from syntax highlighting, tell your IDE it's a .yaml file.

gvdhoorn gravatar image gvdhoorn  ( 2020-03-23 04:34:08 -0500 )edit

Question Tools

Stats

Asked: 2020-03-23 04:21:13 -0500

Seen: 681 times

Last updated: Mar 23 '20