Skip to content

some programs to communicate between computers in robootics lab

Notifications You must be signed in to change notification settings

IUSTquadruped/lcm-loggers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log data

read and log Actuators ,IMU, contact sensors data made for robotic lab.

files related to reading sensors with rasp GPIO and serial -> contact -imu

to read the lcm logs from sensors:

python:

python read_log_sensors.py -h #for more info about the command

to compile the cpp version:

g++ read_log_sensors.cpp -llcm -o read_log_sensors

./read_log_sensors

there are some simple examples to work with lcm in communication_examples.

to add new datatypes, add the lcm types to lcm_types and use lcm-gen to generate them.

to setup UDP multicast on your device run these commands:

sudo ifconfig "interface_name" multicast  
sudo route add -net 224.0.0.0 netmask 240.0.0.0 dev "interface_name"

About

some programs to communicate between computers in robootics lab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.9%
  • Python 36.4%
  • Shell 0.7%