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

sbock's profile - activity

2018-12-14 02:38:43 -0500 received badge  Nice Answer (source)
2018-12-13 13:38:00 -0500 received badge  Necromancer (source)
2018-12-13 13:38:00 -0500 received badge  Teacher (source)
2018-09-05 09:40:43 -0500 received badge  Supporter (source)
2017-02-09 07:45:59 -0500 received badge  Enthusiast
2017-02-02 08:38:22 -0500 answered a question Creating a CollisionObject from a mesh in indigo

I had the same issue. For me adding these includes solved my issue:

#include "geometric_shapes/shapes.h"
#include "geometric_shapes/mesh_operations.h"
#include "geometric_shapes/shape_operations.h"
2015-04-14 02:44:28 -0500 answered a question Modbus+ROS

Just in case someone else is also struggling with it. We published a wrapper package for ROS indigo with pymodbus. There are some python example scripts how to use the modbus and also and interface with standard ROS messages, if you want to communicate from c++.

Modbus Wrapper

As modbus is often used with PLCs, we also made some examples and corresponding projects for a Siemens PLC, as well as a Cognex insight 7200(C), both as modbus servers.