How to publish a ros message of type dynamic_re​configure/​Config on ros publisher using simulink block in robotics system toolbox?

4 Ansichten (letzte 30 Tage)
dynamic_reconfigure/Config message type is a complex message type with following signature:
Raw Message Definition
BoolParameter[] bools IntParameter[] ints StrParameter[] strs DoubleParameter[] doubles GroupState[] groups
Compact Message Definition
dynamic_reconfigure/BoolParameter[] bools dynamic_reconfigure/IntParameter[] ints dynamic_reconfigure/StrParameter[] strs dynamic_reconfigure/DoubleParameter[] doubles dynamic_reconfigure/GroupState[] groups
I am not able to figure out how to publish on a topic with such complex message type in simulink. It would be a great help if somebody can give an insight into this.

Antworten (1)

Benedict Bauer
Benedict Bauer am 12 Jan. 2017
Hello Rahul,
maybe the documentation page ROS Custom Message Support is something for you.
Best regards Benedict

Kategorien

Mehr zu Publishers and Subscribers finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by