19#include <gtest/gtest.h>
24#include "../fixtures/move_group_fixture.hpp"
31 moveit_msgs::msg::WorkspaceParameters workspace_parameters;
33 move_group_->getRobotModel()->getModelFrame());
35 workspace_parameters.header.frame_id =
"test_frame";
41 moveit_msgs::srv::GetCartesianPath::Request path_request;
43 move_group_->getPoseReferenceFrame());
45 path_request.header.frame_id =
"test_frame";
51int main(
int argc,
char** argv)
53 rclcpp::init(argc, argv);
54 ::testing::InitGoogleTest(&argc, argv);
55 int result = RUN_ALL_TESTS();
Test fixture to spin up a node to start a move group with.
Utilities used by the trajectory_cache package.
std::string getWorkspaceFrameId(const moveit::planning_interface::MoveGroupInterface &move_group, const moveit_msgs::msg::WorkspaceParameters &workspace_parameters)
Gets workspace frame ID. If workspace_parameters has no frame ID, fetch it from move_group.
std::string getCartesianPathRequestFrameId(const moveit::planning_interface::MoveGroupInterface &move_group, const moveit_msgs::srv::GetCartesianPath::Request &path_request)
Gets cartesian path request frame ID. If path_request has no frame ID, fetch it from move_group.
TEST_F(BulletCollisionDetectionTester, DISABLED_ContinuousCollisionSelf)
Continuous self collision checks are not supported yet by the bullet integration.
int main(int argc, char **argv)