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

Revision history [back]

Hi @SuperRedRobin92,

mixing nodes written in Python and nodes written in C++ is no problem in ROS, since each node is a separate process that communicates with other nodes over network messages. Simply follow the instructions on the sick_tim3xx wiki page; the driver should publish sensor_msgs/LaserScan messages on the /scan topic. Simply subscribe to the /scan topic from your Python node and do whatever you want to do with the messages you get.

If you have any further questions, please comment on this answer or open a new question.