Skip to content

Commit

Permalink
Fixes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-tom-noble committed Nov 4, 2024
1 parent 0014969 commit a84a38d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class TrajectoryFunctionsTestBase : public testing::Test
// ros stuff
rclcpp::Node::SharedPtr node_;
moveit::core::RobotModelConstPtr robot_model_;
moveit::core::RobotStateConstPtr robot_state_;
moveit::core::RobotStatePtr robot_state_;
std::unique_ptr<robot_model_loader::RobotModelLoader> rm_loader_;
planning_scene::PlanningSceneConstPtr planning_scene_;

Expand Down

0 comments on commit a84a38d

Please sign in to comment.