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

Guapiii's profile - activity

2021-12-30 03:49:33 -0500 received badge  Famous Question (source)
2021-11-06 02:10:28 -0500 received badge  Notable Question (source)
2021-07-20 05:42:22 -0500 received badge  Famous Question (source)
2021-07-08 21:28:52 -0500 marked best answer How to set the default Yaw angle for the robot in Gazebo launchfile?

In the launch file, there is a format for setting the XYZ coordinates, like this:

<launch>
    <arg name="model" default="$(env TURTLEBOT3_MODEL)" doc="model type [burger, waffle, waffle_pi]"/>
    <arg name="x_pos" default="-1.0"/>
    <arg name="y_pos" default="-6.0"/>
    <arg name="z_pos" default="0.0"/>

But I want to set the robot`s Yaw or Roll, pitch, or Quaternion, How to set them or what the code is, like this:

<arg name="x_pos" default="-1.0"/>
2021-07-08 21:28:52 -0500 received badge  Scholar (source)
2021-07-08 21:28:31 -0500 commented answer How to set the default Yaw angle for the robot in Gazebo launchfile?

It is true that I do not know enough about the parameters of the launch file. I used your method successfully! Thank you

2021-07-08 21:14:16 -0500 received badge  Enthusiast
2021-07-07 08:24:00 -0500 received badge  Popular Question (source)
2021-07-07 06:44:03 -0500 commented answer How to set the default Yaw angle for the robot in Gazebo launchfile?

I am sorry for not being clear enough in my question. The launch file i am using is ros/melodic/share/turtlebot3_gazebo/

2021-07-07 06:43:36 -0500 commented answer How to set the default Yaw angle for the robot in Gazebo launchfile?

Im sorry for not being clear enough in my question. The launch file im using is ros/melodic/share/turtlebot3_gazebo/turt

2021-07-01 03:17:49 -0500 asked a question How to set the default Yaw angle for the robot in Gazebo launchfile?

How to set the default Yaw angle for the robot in Gazebo launchfile? In the launch file, there is a format for setting t

2021-07-01 01:28:55 -0500 received badge  Notable Question (source)
2021-06-18 16:41:51 -0500 received badge  Notable Question (source)
2021-04-29 03:06:19 -0500 commented question move_base with custom global planner: process has died: exit code -11

Thanks for your answer! I will learn about debugging as you said.

2021-04-29 03:01:47 -0500 edited question move_base with custom global planner: process has died: exit code -11

move_base with custom global planner: process has died: exit code -11 When I run my own global_planner as a plugin-packa

2021-04-29 03:01:47 -0500 received badge  Editor (source)
2021-04-29 03:01:21 -0500 edited question move_base with custom global planner: process has died: exit code -11

move_base with custom global planner: process has died: exit code -11 When I run my own global_planner as a plugin-packa

2021-04-29 02:51:01 -0500 received badge  Popular Question (source)
2021-04-28 21:56:02 -0500 asked a question move_base with custom global planner: process has died: exit code -11

[move_base-4] process has died [pid 25024, exit code -11 When I run my own global_planner as a plugin-package, It only r

2021-04-28 05:10:16 -0500 received badge  Popular Question (source)
2021-04-18 20:51:00 -0500 answered a question Failed to create the aaa_planner/AaaPlanner planner

I have found the reason for the mistake: I wrote the destructor in the header file, but did not implement it... ...

2021-04-16 12:58:10 -0500 asked a question Failed to create the aaa_planner/AaaPlanner planner

Failed to create the aaa_planner/AaaPlanner planner I wrote a global path planning package of my own, and The program w