Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Use of StringStream in new "GetAllIK" Function #58

Open
Jmeyer1292 opened this issue Apr 21, 2016 · 2 comments
Open

Use of StringStream in new "GetAllIK" Function #58

Jmeyer1292 opened this issue Apr 21, 2016 · 2 comments

Comments

@Jmeyer1292
Copy link
Contributor

So I've been building the software on the Descartes side necessary to interface with the changes in #57 and it's Jade equivalent.

One of the debug statements is built from a std::stringstream, and in an optimized build of a workspace, running on a representative problem, this stringstream is eating more than 60% of the runtime involved with the IK calls.
ikfast_plugin

All of this for:

ROS_DEBUG_NAMED("ikfast","Sol %d: %s", s, ss.str().c_str());
@davetcoleman
Copy link
Member

woa, good find!!

@gavanderhoorn
Copy link
Member

Keeping this open until fe8e790 is cherry-picked into indigo-devel as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants