How to publish a message on Linux terminal [closed]

asked 2015-10-07 18:02:48 -0600

Hossein gravatar image

I have a ros msg as follows

int32 x int32 y char type

I want to give values to them on linux terminal. Something like this:

rostopic pub /topic message -- 2 3 'x'

But it doesn't work. I am using ROS Diamond.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by ahendrix
close date 2015-10-08 11:19:52.002298

Comments

ahendrix gravatar image ahendrix  ( 2015-10-08 11:19:47 -0600 )edit