19 QHBoxLayout* motion_record_layout =
new QHBoxLayout;
27 layout->addLayout( motion_record_layout );
37 pub_ =
nh_.
advertise<jsk_rviz_plugins::RecordCommand>(
"/record_command", 1 );
45 jsk_rviz_plugins::RecordCommand
msg;
46 msg.target = (it->target_name_)->
text().toStdString();
47 msg.command = jsk_rviz_plugins::RecordCommand::PLAY;
59 it->target_name_->hide();
60 delete it->target_name_;
62 it->play_button_->hide();
63 delete it->play_button_;
65 it->remove_button_->hide();
66 delete it->remove_button_;
88 jsk_rviz_plugins::RecordCommand
msg;
89 msg.target = topic_name;
90 msg.command = jsk_rviz_plugins::RecordCommand::RECORD;
99 jsk_rviz_plugins::RecordCommand
msg;
100 msg.target = topic_name;
101 msg.command = jsk_rviz_plugins::RecordCommand::RECORD_STOP;
108 tll.
id = lastTll.
id + 1;