mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-09-27 00:29:13 +08:00
fix tests
This commit is contained in:
parent
940543a063
commit
f1764d0de4
@ -175,7 +175,7 @@ TEST(PA10, pick) {
|
||||
|
||||
int main(int argc, char** argv){
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
ros::init(argc, argv, "pr2");
|
||||
ros::init(argc, argv, "pa10");
|
||||
ros::AsyncSpinner spinner(1);
|
||||
spinner.start();
|
||||
|
||||
|
@ -3,5 +3,9 @@
|
||||
<arg name="load_robot_description" value="true"/>
|
||||
</include>
|
||||
|
||||
<include ns="move_group" file="$(find pa10_shadow_moveit_config)/launch/planning_pipeline.launch.xml">
|
||||
<arg name="pipeline" value="ompl" />
|
||||
</include>
|
||||
|
||||
<test pkg="moveit_task_constructor_core" type="pick_pa10" test-name="pick_pa10"/>
|
||||
</launch>
|
||||
|
@ -90,7 +90,7 @@ TEST(UR5, pick) {
|
||||
|
||||
int main(int argc, char** argv){
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
ros::init(argc, argv, "pr2");
|
||||
ros::init(argc, argv, "ur5");
|
||||
ros::AsyncSpinner spinner(1);
|
||||
spinner.start();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user