-
Notifications
You must be signed in to change notification settings - Fork 95
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
Disabling Gazebo Baxter causes unexpected arm movements #58
Comments
the output of
|
the output of
|
First off, the |
I managed to get a different error on velocity wobbler exit:
I have a feeling this is a |
It seems odd that the while loop of baxter_examples/joint_velocity_wobbler.py
continues to execute, despite ctrl+c being evoked. This only happens on the simulated robot, not the real one. |
@dkretzsc I suspect the difference between this example's behavior is a problem with |
I have encountered this same issue in Gazebo7 just now |
As reported by @dkretzsc:
"I can launch the simulator by going to my ros_ws workspace and using ./baxter.sh sim and the command roslaunch baxter_gazebo baxter_world.launch.
I wait until I see the three lines:
In another terminal, I go to Baxter's ros_ws, enter ./baxter.sh sim, and then launch the baxter example
The example runs on the simulator, but when I enter Ctrl c to exit, the terminal states that the robot
is entering a neutral pose and then disabled; however, the simulator shows that the arms are still
moving/flaying about in snake like movements and end in very unnatural poses for Baxter.
I want to use the simulator to test code that I write for Baxter but am concerned that I cannot even get valid example code to correctly run.
I put in a text file, the output from the two terminals I used to run the example and also used a screenshot of a pose that the simulator Baxter is in after he is theoretically in neutral pose and has been disabled.
I have tried troubleshooting by looking at the forums and also the troubleshooting page with no success. (I looked at the discussion at this link:
https://groups.google.com/a/rethinkrobotics.com/forum/#!searchin/brr-users/simulator/brr-users/LXIjjASQPGw/wMb7aV-A8l8J
However, I did not have an old copy of gazebo."
A screencap of the end result:
The text was updated successfully, but these errors were encountered: