-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Apply the Algorithms to Simulated Robots? #6
Comments
How could I solve this problem? |
You need to have a controller running as an action server as mentioned in the FAQ on the readme. As an example: You will now have multiple controllers running such base_controller and head_traj_controller |
Thanks! |
when I run: |
Your error there is basically saying that it expects a robot under the namespace 'vector' to be running a trajectory_control server called 'full_body_controller'. So this suggests that you haven't launch the vector robot and its controllers. The example that I mentioned previously is for running controllers on the pr2 robot and so won't be applicable here. I haven't used the vector robot and so don't know the procedure exactly. I assume that this is the code for the vector robot https://github.com/nickovaras/vector. What you need to do is launch the robot and its controller before running piper. |
Thanks!! |
Could you provide interactive tutorials of STEAP algorithm with simulated robot, such as vector, wam, pr2, etc? How to set up action sever in simulated robot's API? I don't know how to solve 'Cannot find trajectory_control server'.
The text was updated successfully, but these errors were encountered: