2023-07-05 05:08:14 -0500 | received badge | ● Taxonomist |
2023-03-28 09:58:01 -0500 | received badge | ● Famous Question (source) |
2023-03-28 09:58:01 -0500 | received badge | ● Notable Question (source) |
2023-03-28 09:58:01 -0500 | received badge | ● Popular Question (source) |
2022-12-12 02:39:10 -0500 | commented answer | [ROS2] Setting initial joint position at spawn Which version of ROS2, gazebo and gazebo_ros2_control are you using? This feature was backported to galactic, but won't |
2022-06-27 04:01:52 -0500 | received badge | ● Famous Question (source) |
2022-05-10 06:16:16 -0500 | received badge | ● Popular Question (source) |
2022-03-23 03:06:01 -0500 | edited answer | Gripper tag with gazebo11 I realized why i get this assertion: gazebo creates other link names (some hack to use URDF with DH conventions) checked |
2022-03-23 03:02:17 -0500 | edited answer | Gripper tag with gazebo11 I realized why i get this assertion: gazebo creates other link names (some hack to use URDF with DH conventions) checked |
2022-03-23 03:01:19 -0500 | edited answer | Gripper tag with gazebo11 I realized why i get this assertion: gazebo creates other link names (some hack to use URDF with DH conventions) checked |
2022-03-23 02:47:03 -0500 | answered a question | Gripper tag with gazebo11 I realized why i get this assertion: gazebo creates other link names (some hack to use URDF with DH conventions) checked |
2022-03-23 02:42:51 -0500 | received badge | ● Enthusiast |
2022-03-16 10:23:44 -0500 | edited question | How to set physics/ode parameters of individual joints in URDF to reduce joint errors How to set physics/ode parameters of individual joints to reduce joint errors I have a problem simulating a robot with a |
2022-03-16 10:23:31 -0500 | commented question | How to set physics/ode parameters of individual joints in URDF to reduce joint errors I solved the original problem: The joints were not calculated well due to improperly set inertia tensors. After setting |
2022-03-16 07:53:15 -0500 | received badge | ● Teacher (source) |
2022-03-16 07:53:15 -0500 | received badge | ● Self-Learner (source) |
2022-03-16 07:20:42 -0500 | asked a question | Gripper tag with gazebo11 Gripper tag with gazebo11 Hi there! Anyone has used the gripper tag with the latest gazebo versions? The "newest" articl |
2022-03-15 12:33:21 -0500 | edited question | How to set physics/ode parameters of individual joints in URDF to reduce joint errors How to set physics/ode parameters of individual joints I have a problem simulating a robot with a mechanical transmissio |
2022-03-15 12:33:11 -0500 | edited question | How to set physics/ode parameters of individual joints in URDF to reduce joint errors How to set physics/ode parameters of individual joints I have a problem simulating a robot with a mechanical transmissio |
2022-03-15 12:31:10 -0500 | asked a question | How to set physics/ode parameters of individual joints in URDF to reduce joint errors How to set physics/ode parameters of individual joints I have a problem simulating a robot with a mechanical transmissio |
2022-03-15 11:37:24 -0500 | marked best answer | Actuator dynamics with gazebo+ros2: Best practices for simulation? Hi, I'm looking for some best practices to implement actuator dynamics in a ros2-control/gazebo simulation environment. In my case I have hydraulic actuators and want to implement a black-box velocity-controlled actuator with force-compliant behavior. The interface to the physics engine in gazebo has to be the effort-interface to simulate multi-body contacts. At the stage of implementation on real hardware, this velocity controller is then implemented on an embedded platform and not part of the ROS software anymore. Therefore, I'd like to make the velocity-command interface available for higher control tasks, and make the underlying velocity-controller with the actuator dynamics contained to be then able to switch to the hardware with its proper hardware_interface. I've found two articles for ROS1 with different approaches:
Are there other approaches with ROS2? Which one would you prefer thinking of my application? I guess that an extension to the GazeboSystem from gazebo_ros2_control is the most promising approach. |
2022-03-15 11:37:23 -0500 | received badge | ● Scholar (source) |
2022-03-15 11:36:14 -0500 | answered a question | Actuator dynamics with gazebo+ros2: Best practices for simulation? If anyone wants to implement something similar: Finally, I've written a new gazebo_ros2_control::GazeboSystem. There I i |
2022-03-14 07:18:27 -0500 | received badge | ● Notable Question (source) |
2022-03-03 14:13:53 -0500 | received badge | ● Popular Question (source) |
2022-02-22 08:26:13 -0500 | commented answer | Actuator dynamics with gazebo+ros2: Best practices for simulation? Thanks for your sharing your thoughts. I had a look at ignition already. But as far as I understood there is no support |
2022-02-21 12:48:00 -0500 | received badge | ● Editor (source) |
2022-02-21 12:48:00 -0500 | edited question | Actuator dynamics with gazebo+ros2: Best practices for simulation? Actuator dynamics with gazebo+ros2: Best practices for simulation? Hi, I'm looking for some best practices to implement |
2022-02-21 12:47:08 -0500 | asked a question | Actuator dynamics with gazebo+ros2: Best practices for simulation? Actuator dynamics with gazebo+ros2: Best practices for simulation? Hi, I'm looking for some best practices to implement |
2022-02-07 11:29:28 -0500 | commented answer | [ROS2] Setting initial joint position at spawn it seems that there is a solution with gazebo_ros2_control: https://github.com/ros-simulation/gazebo_ros2_control/commit |
2022-01-28 00:33:15 -0500 | commented answer | [ROS2] Setting initial joint position at spawn There is also a separate older unanswered feature request https://github.com/ros-simulation/gazebo_ros_pkgs/issues/1233 |
2022-01-28 00:33:11 -0500 | answered a question | [ROS2] Setting initial joint position at spawn Hi there, have you found any solution yet? According to the your links above there's still no update on that. How we i |