Skip to content

Commit

Permalink
Fix output key name
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Jul 17, 2024
1 parent aefbb2e commit 617bdeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void TesseractPlanningServer::onMotionPlanningCallback(
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 617bdeb

Please sign in to comment.