diff --git a/src/ariac_ws/build.sh b/src/ariac_ws/build.sh new file mode 100644 index 0000000..4135381 --- /dev/null +++ b/src/ariac_ws/build.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +catkin_make clean && +catkin_make && +catkin_make install && + +source install/setup.bash +roslaunch ur10_moveit_config move_group.launch arm_namespace:=/ariac/arm1 \ No newline at end of file diff --git a/src/rrrobot_ws/src/rrrobot/scripts/arm_pub_test.sh b/src/rrrobot_ws/src/rrrobot/scripts/arm_pub_test.sh new file mode 100644 index 0000000..2353aa5 --- /dev/null +++ b/src/rrrobot_ws/src/rrrobot/scripts/arm_pub_test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +rostopic pub /target_pose geometry_msgs/Pose '{position: {x: 0.875, y: 0.75, z: 1.5}, orientation: {x: 0, y: 0, z: 0, w: 0}}' diff --git a/src/rrrobot_ws/src/rrrobot/scripts/arm_test.sh b/src/rrrobot_ws/src/rrrobot/scripts/arm_test.sh new file mode 100644 index 0000000..cf7f4d7 --- /dev/null +++ b/src/rrrobot_ws/src/rrrobot/scripts/arm_test.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +cd /app/rrrobot_ws +catkin_make clean && catkin_make +source devel/setup.bash +rosrun rrrobot arm_controller_node