Skip to content

Commit

Permalink
Bugfix: KukaLLBRiiwaVrepPlugin moves arm in JAVA simulation again. Ar…
Browse files Browse the repository at this point in the history
…m wouldn't move because kukaFRIThreadSeparatorP wasn't running.
  • Loading branch information
ahundt committed Jul 29, 2015
1 parent aba9188 commit 003b95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/grl/vrep/KukaLBRiiwaVrepPlugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ KukaVrepPlugin (Params params = defaultParams())
{
/// @todo figure out how to re-enable when .so isn't loaded
// initHandles();
if( boost::iequals(std::get<KukaCommandMode>(params_),std::string("FRI_ASYNC")))
if( boost::iequals(std::get<KukaCommandMode>(params_),std::string("FRI_ASYNC")) ||
boost::iequals(std::get<KukaCommandMode>(params_),std::string("JAVA"))
)
{
kukaFRIThreadSeparatorP.reset(
new grl::KukaFRIThreadSeparator(
Expand Down

0 comments on commit 003b95e

Please sign in to comment.