siemens / ros-sharp

ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D
Apache License 2.0
945 stars 364 forks source link

can't controll my robot via #423

Closed qfy123 closed 2 years ago

qfy123 commented 2 years ago

I have a question!

Here is my question: I want to use TwistPublisher to control my bot movement. I set up a button and bound a click event to send speed information when clicked. But when I click play mode, the robot moves automatically and doesn't move according to the linear velocity I gave, when I click pause, the robot stops moving, but when I click the button the robot doesn't move either.

The TwistPublisher topic is /cmd_vel.Is this correct?

Can you give me some advice? Thank you very much!