Skip to content

Commit

Permalink
Fix input key
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored and Levi-Armstrong committed Sep 29, 2023
1 parent ce0af8a commit c2423a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ void TesseractPlanningServer::onMotionPlanningCallback(
{
auto ci = Serialization::fromArchiveStringXML<tesseract_planning::InstructionPoly>(goal->request.instructions)
.as<tesseract_planning::CompositeInstruction>();
data_storage->setData("input_program", ci);
data_storage->setData(input_key_, ci);
}
catch (const std::exception& e)
{
Expand Down

0 comments on commit c2423a7

Please sign in to comment.