-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Guillaume edited this page Aug 16, 2022
·
5 revisions
export IGN_IP=127.0.0.1
If you don't see changes after a deploy. On the TIAGo's shell:
pal_restart_deployer
On the TIAGo's shell:
cd ~/deployed_ws/lib
ldd libtiago_arm_effort_controller.so
Then look and install manually the missing dependencies.
On the TIAGo's shell (replace term_to_check with the one you want to check):
ssh pal@tiago-88c
cd .ros/log/latest
grep -r term_to_check *
Running ./script.sh
or bash script.sh
executes the script in a sub shell. To execute commands in the original shell use . script.sh
instead ! (mandatory when using scripts redefining environment variables)
Re-executing the controller without doing a pal_restart_deployer
will keep all static const
varables initalized to the first value !