You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first issue report, please tell me if something is missing. I’m using ROS Kinetic and Gazebo 7.16.
I’m trying to add a joint between 2 robots during runtime (spawning the two robots separately and adding a new joint through a world plugin).
After the joint is created, the physics become incorrect. I know that it is incorrect because my world is a zero gravity, and upon application of force/torque the robots don’t even move or stop shortly as if there was drag .
This bug can be visualized using the example in https://github.com/pal-robotics/gazebo_ros_link_attacher, and setting the gravity in the world file to zero (0 0 0). As it is a zero gravity environment, when adding manually force to the gazebo models one would expect for it not to stop.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Marina (Bitbucket: Marina).
This is my first issue report, please tell me if something is missing. I’m using ROS Kinetic and Gazebo 7.16.
I’m trying to add a joint between 2 robots during runtime (spawning the two robots separately and adding a new joint through a world plugin).
After the joint is created, the physics become incorrect. I know that it is incorrect because my world is a zero gravity, and upon application of force/torque the robots don’t even move or stop shortly as if there was drag .
This bug can be visualized using the example in https://github.com/pal-robotics/gazebo_ros_link_attacher, and setting the gravity in the world file to zero (0 0 0). As it is a zero gravity environment, when adding manually force to the gazebo models one would expect for it not to stop.
The text was updated successfully, but these errors were encountered: