Skip to content

Commit

Permalink
Update environment changes returning shared pointer for getKinematicG…
Browse files Browse the repository at this point in the history
…roup and getJointGroup
  • Loading branch information
Levi-Armstrong committed Jan 2, 2025
1 parent d30fb0e commit d4c8910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_monitoring/src/current_state_monitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ struct CurrentStateMonitor::Implementation
std::vector<std::string> missing_joints;
if (!haveCompleteState(missing_joints))
{
tesseract_kinematics::JointGroup::UPtr jmg = env->getJointGroup(manip);
tesseract_kinematics::JointGroup::ConstPtr jmg = env->getJointGroup(manip);
if (jmg)
{
std::set<std::string> mj;
Expand Down

0 comments on commit d4c8910

Please sign in to comment.