Skip to content

Commit

Permalink
Fix output key name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen authored and Levi-Armstrong committed Jul 17, 2024
1 parent 34966a8 commit 466cfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ struct TesseractPlanningServer::Implementation
try
{
const tesseract_planning::TaskComposerNode& task = planning_server->getTask(plan_future->context->name);
tesseract_common::AnyPoly results = plan_future->context->data_storage->getData(task.getOutputKeys().get("proble"
tesseract_common::AnyPoly results = plan_future->context->data_storage->getData(task.getOutputKeys().get("progra"
"m"));
result.response.results = Serialization::toArchiveStringXML<tesseract_planning::InstructionPoly>(
results.as<tesseract_planning::CompositeInstruction>());
Expand Down

0 comments on commit 466cfc6

Please sign in to comment.