fixed minor bug about playing action in action demo.
This commit is contained in:
parent
b92467cbfd
commit
4b6a82ce7e
@ -72,7 +72,6 @@ class ActionDemo : public OPDemo
|
||||
};
|
||||
|
||||
const int SPIN_RATE;
|
||||
const int DEMO_INIT_POSE;
|
||||
const bool DEBUG_PRINT;
|
||||
|
||||
void processThread();
|
||||
|
@ -37,7 +37,6 @@ namespace robotis_op
|
||||
|
||||
ActionDemo::ActionDemo()
|
||||
: SPIN_RATE(30),
|
||||
DEMO_INIT_POSE(8),
|
||||
DEBUG_PRINT(false),
|
||||
play_index_(0),
|
||||
play_status_(StopAction)
|
||||
@ -72,7 +71,7 @@ void ActionDemo::setDemoEnable()
|
||||
|
||||
ROS_INFO_COND(DEBUG_PRINT, "Start ActionScript Demo");
|
||||
|
||||
playAction(DEMO_INIT_POSE);
|
||||
playAction(InitPose);
|
||||
|
||||
startProcess(play_list_name_);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user