ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Quadratic programming in ROS?

asked 2018-10-09 05:04:26 -0500

Lacdires gravatar image

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?

edit retag flag offensive close merge delete

Comments

1

Can you clarify what you mean by:

which can run in ROS?

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".

gvdhoorn gravatar image gvdhoorn  ( 2018-10-09 05:33:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-10-09 14:17:11 -0500

jonlwowski012 gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-10-09 05:04:26 -0500

Seen: 531 times

Last updated: Oct 09 '18