Quadratic programming in ROS?
Hello everyone, I want to do motion planning with piecewise polynomial functions, so I need quadratic programming. Does anyone have recommend library which can run in ROS?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hello everyone, I want to do motion planning with piecewise polynomial functions, so I need quadratic programming. Does anyone have recommend library which can run in ROS?
ROS Is just a middleware that allows you to communicate between nodes. You can use any python or C++ libraries to do your quadratic programming. I would recommend CVXOPT in python.
Asked: 2018-10-09 05:04:26 -0600
Seen: 566 times
Last updated: Oct 09 '18
Optimization Algorithms in ROS
How to fill a sensor_msgs/image without a memcpy ?
Sampling based planning methods for 2D-Navigation
how to recompile cv_bridge w/o optimization
Does ROS optimize around unheard messages?
How to set cmake_CXX_flags [closed]
Build, compress, optimize tool for ros+linux to OS dedicated
How can I possibly optimize kinect hand_detection [closed]
Can you clarify what you mean by:
ROS runs on Linux (or OSX, or Windows these days), so anything that is Linux (ie: Ubuntu) compatible can be used with ROS.
There is no point in looking for libraries that run "in ROS".