publishing negative values from command line
Hi!
Is it possible to publish negative values via rostopic pub ? I tried
rostopic pub -1 /my_point geometry_msgs/Point 1 2 3
with no problem, but when I try
rostopic pub -1 /my_point geometry_msgs/Point 1 -2 3
it says an error:
Usage: rostopic pub /topic type [args...]
rostopic: error: no such option: -2
Is it anyhow possible to publish negative values from terminal?