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

MadeleineP's profile - activity

2022-07-18 06:47:30 -0500 received badge  Notable Question (source)
2022-04-21 05:40:57 -0500 received badge  Famous Question (source)
2022-03-23 11:59:45 -0500 received badge  Famous Question (source)
2022-03-23 11:59:45 -0500 received badge  Notable Question (source)
2022-02-28 10:49:07 -0500 received badge  Famous Question (source)
2022-02-14 12:56:43 -0500 received badge  Famous Question (source)
2022-02-12 02:00:05 -0500 received badge  Notable Question (source)
2022-02-11 14:32:57 -0500 received badge  Popular Question (source)
2022-02-11 10:17:39 -0500 received badge  Student (source)
2022-02-10 15:55:58 -0500 asked a question Attach One Robot to Another

Attach 1 robot to another I would like to attach one robot that is spawned in Gazebo to another. This is the scenario:

2022-02-03 13:21:52 -0500 received badge  Famous Question (source)
2022-02-03 13:21:52 -0500 received badge  Notable Question (source)
2022-02-03 13:21:52 -0500 received badge  Popular Question (source)
2022-01-25 19:42:59 -0500 received badge  Popular Question (source)
2022-01-25 09:26:18 -0500 asked a question Easiest way to move (change pose) of a URDF robot in Gazebo

Easiest way to move (change pose) of a URDF robot in Gazebo I have a URDF robot that consists of some simple joints, lin

2021-09-01 10:42:45 -0500 received badge  Notable Question (source)
2021-06-20 07:47:03 -0500 received badge  Popular Question (source)
2021-06-17 03:02:47 -0500 asked a question PCL - Extract bounding box and vertical plane

PCL - Extract bounding box and vertical plane I have a point cloud (pcl::PointCloud<pcl::PointXYZ>) loaded from a

2021-05-09 18:14:39 -0500 received badge  Famous Question (source)
2021-04-04 12:46:54 -0500 received badge  Popular Question (source)
2021-03-26 12:49:01 -0500 answered a question Does <param> override an included launch file's variable?

Well, I now see that if I put the <param> outside and after the <include> tag, this works as I wanted.

2021-03-26 12:49:01 -0500 received badge  Rapid Responder (source)
2021-03-26 12:40:21 -0500 asked a question Does <param> override an included launch file's variable?

Does override an included launch file's variable? I am including a launch file from another package. It loads a yaml f

2021-03-07 11:20:35 -0500 received badge  Notable Question (source)
2021-03-05 04:32:24 -0500 received badge  Popular Question (source)
2021-03-04 17:02:25 -0500 asked a question Algorithm to autonomously explore during SLAM

Algorithm to autonomously explore during SLAM I am looking for some way to have a robot explore its environment while SL

2021-03-02 01:02:42 -0500 received badge  Notable Question (source)
2021-03-01 15:00:22 -0500 received badge  Popular Question (source)
2021-03-01 12:10:14 -0500 asked a question Accuracy of cmd_vel message

Accuracy of cmd_vel message I have tried the following short program to control a Turtlebot 2 in both Gazebo and on a re

2020-12-08 03:26:29 -0500 asked a question Kinetic Turtlebot Teleop not working in Gazebo 9

Kinetic Turtlebot Teleop not working in Gazebo 9 On Ubuntu 16.04 & Kinetic, I updated Gazebo from 7 to 9 to fix anot

2020-10-29 12:39:50 -0500 received badge  Enthusiast
2020-10-27 04:15:15 -0500 received badge  Popular Question (source)
2020-10-22 04:55:09 -0500 asked a question Keep a LINE_LIST oriented

Keep a LINE_LIST oriented I am using Noetic. I am attempting to add several LINE_LIST markers in RViz to represent some

2020-10-19 10:07:10 -0500 received badge  Supporter (source)
2020-10-19 10:04:00 -0500 commented answer How to log in separate file per node

@Miura, I have added output="log" to my launch file, and I receive all of my ROS_INFO messages in rosout.log. A separ

2020-10-19 10:03:59 -0500 commented answer How to log in separate file per node

Do you mean: output="log" ? There is no 'display' parameter in node.