lcm_to_ros icon indicating copy to clipboard operation
lcm_to_ros copied to clipboard

Automatically generate ROS messages and corresponding republishers for LCM messages

Results 2 lcm_to_ros issues
Sort by recently updated
recently updated
newest added

Hi! I followed the README using my custom message type `mbot_encoder_t` ``` package mbot_lcm_msgs; struct mbot_encoder_t { int64_t utime; int64_t leftticks; int64_t rightticks; int16_t left_delta; int16_t right_delta; } ``` `rosmsg-gen.sh`,...

Hi, I'm trying to republish an lcm image topic to a rostopic using your lcm_to_ros repo. But when I use the pipeline, after generating the header files and running the...