Open Kyderio opened 3 years ago
lcm-spy says it found 0 LCM types, which means it doesn't have any info how to decode the messages.
Make sure to set the java CLASSPATH
environment variable to contain the path to the java classes generated from the LCM message definitions.
from https://github.com/lcm-proj/lcm/issues/214#issuecomment-426017961
export CLASSPATH=$CLASSPATH:/user/local/share/java/lcm.jar
can also direct ~/.bashrc there.
Hi everyone, I am trying to read the content of the messages but it shows that the messages are undecodable. Is there anything wrong I am doing or some steps that I have missed? The picture above shows the terminal messages after opening the log player and lcm-spy side by side. When I am recording with LCM-logger, I am able to see the values of the channel with lcm-spy perfectly fine.
Would appreciate any help and thanks in advance!