How can I run a plugin?
How can I run a plugin? Or how can I run a plugin in a node? Thank you!
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
How can I run a plugin? Or how can I run a plugin in a node? Thank you!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-04-06 12:31:44 -0500
Seen: 139 times
Last updated: Apr 06 '16
Help on my basic turtlbot node
API to know whether node is active or not
My node is stopping - error in threading.py
How to list the parameters of a node and the value of that parameter?
One big subscriber vs. multiple small subscribers?
How to structure a node to publish a topic using classes? [closed]
Starting a node twice, with differend parameters
I think you'll have to elaborate a bit: what is it that you're actually trying to do? And also: why do you want to do that (just trying to avoid an xy-problem).
I want to use mavros to command to fcu (APM) to control the motors with the output speed by /cmd_vel topic. It would seem that the setpoint_velocity.cpp plugin in mavros is what I need but I do not know how to use it.