You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for writing such a great open source project. I want to use it for trajectory planning of the joint space of a six axis robotic arm, but I don't know how to set the start and end Velocity to non-zero. Could you please guide me? Thank you very much!
Here is my code
void test_toppra()
{
using namespace toppra;
constexpr int dofs = 6;
Thank you for writing such a great open source project. I want to use it for trajectory planning of the joint space of a six axis robotic arm, but I don't know how to set the start and end Velocity to non-zero. Could you please guide me? Thank you very much!
Here is my code
void test_toppra()
{
using namespace toppra;
constexpr int dofs = 6;
}
The text was updated successfully, but these errors were encountered: