Create3 control through the web #272
Unanswered
jdbrubaker
asked this question in
Questions
Replies: 1 comment
-
This doesn't seem to be a problem with the robot, but I have some debugging suggestions which may or may not help. From your question, it seems like the web server can run ROS 2 and send the proper commands to execute actions, Can you provide the source of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to undock, dock, and control the robot through a web interface. I have tried calling a PHP file on my web server -shell_exec('undock.sh). My undock.sh script calls the ros2 undock action. This works fine when undock.sh is run fro the terminal, but does nothing through php. Is there any solution? thanks ---john.
Beta Was this translation helpful? Give feedback.
All reactions