ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

nino's profile - activity

2023-10-26 19:41:06 -0500 received badge  Notable Question (source)
2023-10-26 19:41:06 -0500 received badge  Popular Question (source)
2023-04-09 17:57:58 -0500 received badge  Famous Question (source)
2023-02-26 08:20:50 -0500 commented question mismatch effort_controllers/commands and /joint_states when using gazebo

and here is my block <ros2_control> <ros2_control name="GazeboSystem" type="system"> <hardware&g

2023-02-26 08:20:36 -0500 commented question mismatch effort_controllers/commands and /joint_states when using gazebo

and here is my block <ros2_control> <ros2_control name="GazeboSystem" type="system"> <hardware> <

2023-02-26 08:17:47 -0500 commented question mismatch effort_controllers/commands and /joint_states when using gazebo

here is my yaml controller_manager: ros__parameters: update_rate: 1000 joint_state_broadcaster: type:

2023-02-20 13:13:36 -0500 edited question mismatch effort_controllers/commands and /joint_states when using gazebo

mismatch effort_controllers/commands and /joint_states when using gazebo I'm using ROS2 Foxy Gazebo 11 In my project, i

2023-02-20 13:13:36 -0500 received badge  Editor (source)
2023-02-20 13:12:35 -0500 edited question mismatch effort_controllers/commands and /joint_states when using gazebo

mismatch effort_controllers/commands and /joint_states when using gazebo I'm using ROS2 Foxy Gazebo 11 In my project, i

2023-02-20 13:10:38 -0500 asked a question mismatch effort_controllers/commands and /joint_states when using gazebo

mismatch effort_controllers/commands and /joint_states when using gazebo I'm using ROS2 Foxy Gazebo 11 In my project, i

2023-02-13 12:50:58 -0500 marked best answer How to pause gazebo at the start in foxy?

Im want to start the simulation at pause state with the launch file. some one can help me? tks

2023-02-13 12:50:48 -0500 received badge  Notable Question (source)
2023-02-12 03:42:02 -0500 commented answer How to pause gazebo at the start in foxy?

Thks for your support. I have solved this by add this code in launch file load_gazebo= ExecuteProcess( cmd=['gaz

2023-02-12 03:41:38 -0500 commented answer How to pause gazebo at the start in foxy?

Thks for your support. I have solved this by add this code: load_gazebo= ExecuteProcess( cmd=['gazebo', '-u', "-

2023-02-12 03:38:27 -0500 received badge  Supporter (source)
2023-02-09 01:39:35 -0500 received badge  Popular Question (source)
2023-02-07 15:44:01 -0500 asked a question How to pause gazebo at the start in foxy?

How to pause gazebo at the start in foxy? Im want to start the simulation at pause state with the launch file. some one