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

jcgarciaca's profile - activity

2021-06-28 03:59:55 -0500 received badge  Nice Question (source)
2021-02-15 21:08:00 -0500 received badge  Famous Question (source)
2020-11-23 10:20:55 -0500 edited question Error when closing rosserial_python node

Error with closing rosserial_python node I am using ROS melodic with rosserial_python. When I run rosrun rosserial_pytho

2020-11-23 10:19:13 -0500 asked a question Error when closing rosserial_python node

Error with closing rosserial_python node I am using ROS melodic with rosserial_python. When I run rosrun rosserial_pytho

2020-10-19 13:26:50 -0500 received badge  Notable Question (source)
2020-09-17 04:49:33 -0500 received badge  Famous Question (source)
2020-04-15 06:38:29 -0500 received badge  Popular Question (source)
2020-03-05 15:43:20 -0500 edited question DWA invalid trajectory with negative cost for an in-place rotation

DWA invalid trajectory with negative cost for an in-place rotation Hello, I am using dwa_planner for moving my robot an

2020-03-05 14:58:46 -0500 asked a question DWA invalid trajectory with negative cost for an in-place rotation

DWA invalid trajectory with negative cost for an in-place rotation Hello, I am using dwa_planner for moving my robot an

2020-03-03 13:04:45 -0500 received badge  Notable Question (source)
2020-02-02 05:19:12 -0500 received badge  Popular Question (source)
2020-01-28 11:03:12 -0500 edited question Error when using autoware mapping

Error when using autoware mapping and matching Hello, I want to try ndt_mapping and ndt_matching nodes from autoware. S

2020-01-28 11:02:51 -0500 edited question Error when using autoware mapping

Error when using autoware mapping and matching Hello, I want to try ndt_mapping and ndt_matching nodes from autoware. S

2020-01-28 10:15:45 -0500 asked a question Error when using autoware mapping

Error when using autoware mapping and matching Hello, I want to try ndt_mapping and ndt_matching nodes from autoware. S

2019-12-20 04:58:47 -0500 received badge  Famous Question (source)
2019-12-18 10:24:21 -0500 received badge  Famous Question (source)
2019-12-18 10:24:21 -0500 received badge  Notable Question (source)
2019-11-15 02:02:11 -0500 received badge  Famous Question (source)
2019-09-20 00:50:04 -0500 received badge  Popular Question (source)
2019-09-17 10:32:10 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud I am trying to use stereo_image_proc with a realsense T265 camera in orde

2019-09-17 10:27:14 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud I am trying to use stereo_image_proc with a realsense T265 camera in orde

2019-09-17 10:26:03 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud I am trying to use stereo_image_proc with a realsense T265 camera in orde

2019-09-17 10:19:59 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-17 09:45:02 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-17 09:44:25 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 16:02:11 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 16:01:55 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 14:26:11 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 14:24:37 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 14:23:31 -0500 edited question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-16 14:23:31 -0500 received badge  Associate Editor (source)
2019-09-16 13:25:34 -0500 asked a question stereo_image_proc does not generate pointcloud

stereo_image_proc does not generate pointcloud and disparity image I am trying to use stereo_image_proc with a realsense

2019-09-04 04:17:54 -0500 received badge  Notable Question (source)
2019-07-30 05:05:58 -0500 received badge  Taxonomist
2019-07-11 02:09:54 -0500 marked best answer How to feedback joint positions to MoveIt?

I am working with a robot we built (with three joints), and control it through ROS such that everything goes well. However I have a doubt about how to properly feedback the joint states to moveit.

It is, currently I run demo.launch file and I created a node which subscribes to /joint_states topic and moves every motor to its own goal position (joint angle). Nevertheless, although I defined velocity in SRDF according with motors datasheets, I noted that robot in Rviz moves faster than real robot, such that trajectories (real and generated) mismatch. In order to avoid it, I just included a wait/sleep function to wait until every motor reaches its target before continuing to next position.

So, how could I feedback the current joint position directly to moveit and then to avoid the wait/sleep function?

2019-06-04 16:23:41 -0500 marked best answer Is it possible to remap /camera/color topics in realsense2_camera

I am working with a realsense camera (relasense2_camera package), such that I need to remap the /my_namespace/camera/color/* topics to /my_namespace/camera/rgb/*. I have tried with a launch file as below:

<launch>
  <group ns="my_namespace">
    <remap from="/my_namespace/camera/color" to="/my_namespace/camera/rgb" />
    <remap from="/my_namespace/camera/depth/image_rect_raw" to="/my_namespace/camera/depth/image_rect" />
    <include file="$(find realsense2_camera)/launch/rs_rgbd.launch">
        <arg name="namespace" value="camera"/>
        <arg name="rgb" value="rgb"/>
    </include>
  </group>

</launch>

Nevertheless, when launching the file and checking the rostopic list outuput, I noted those topic didn't change. Is it possible to remap them?

From my launch file, the second remap (from="/my_namespace/camera/depth/image_rect_raw" to="/my_namespace/camera/depth/image_rect") works well.

Thank you

2019-04-10 08:18:39 -0500 received badge  Popular Question (source)
2019-03-26 13:48:37 -0500 received badge  Notable Question (source)
2019-03-13 10:01:25 -0500 received badge  Famous Question (source)