-
Notifications
You must be signed in to change notification settings - Fork 0
Starting the controller on the TIAGo
Guillaume edited this page Jul 27, 2022
·
5 revisions
tiago_ws
must be replaced with the name of your catkin workspace
tiago-155c
must be adapted to correspond to your TIAGo
Easier deploy:
echo "alias deploy="rosrun pal_deploy deploy.py"" >> ~/.bashrc
In your catkin workspace:
catkin build
# or "catkin build -p package_to_build"
# if you want to build only one package
In your catkin workspace:
deploy tiago-155c
# or deploy --package package_to_deploy tiago-155c
# if you want to deploy only one package
Connect to the TIAGo's Wifi and open its shell:
ssh pal@tiago-155c
Stop the arm_controller since we will use our own:
rosservice call /controller_manager/switch_controller "start_controllers:
- ''
stop_controllers:
- 'arm_controller'
strictness: 0"
Launch the tiago_arm_effort_controller:
roslaunch tiago_arm_effort_controller tiago_arm_effort_controller.launch robot:=pal end_effector:=pal-gripper