Python and C++ nodes in the same package
I have a package containing some C++ nodes. How do I add a Python node using rosbuild?
I have a package containing some C++ nodes. How do I add a Python node using rosbuild?
Just create your python node, then make the script executable and all should be fine. But also consider why you would want to do this in the first place.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2014-05-11 21:17:39 -0600
Seen: 1,421 times
Last updated: May 12 '14
Problem with tutorial " Using stamped datatypes with tf2::MessageFilter"
Better way of converting sensor_msgs::PointCloud2 to PointCloud<PointXYZRGB>
Dealing with matrices: Eigen vs OpenCV
Create two nodes in the same package
How to write to a text file in python in a ROS node?
How to link to third party library ?