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

Kolohe113's profile - activity

2022-11-18 10:57:03 -0500 received badge  Notable Question (source)
2022-11-18 10:57:03 -0500 received badge  Popular Question (source)
2022-11-18 10:57:03 -0500 received badge  Famous Question (source)
2022-08-08 06:56:49 -0500 received badge  Popular Question (source)
2022-03-05 17:52:09 -0500 received badge  Notable Question (source)
2022-02-13 05:22:07 -0500 received badge  Popular Question (source)
2022-02-13 05:22:07 -0500 received badge  Notable Question (source)
2022-01-25 13:53:29 -0500 commented question Octomap node too sparse

@osilva Oh, I was not using moveit. Just Octomap

2022-01-25 10:10:57 -0500 asked a question Octomap node too sparse

Octomap node too sparse I am visualizing the node on rviz and it seems like at some tree depth. (14 for example). The no

2021-12-06 22:03:43 -0500 marked best answer Defining joint bounds for moveit

I was trying to use getActiveJointModelsBounds() from Moveit. I am assuming Moveit get the bound values from some urdf/xacro files. If I create a new robot model and define its joint using urdf, can Moveit automatically detect the upper bound and lower bound just by reading the urdf file?

2021-11-16 09:03:23 -0500 received badge  Famous Question (source)
2021-10-26 09:20:26 -0500 received badge  Notable Question (source)
2021-08-13 10:53:45 -0500 received badge  Popular Question (source)
2021-07-08 02:26:13 -0500 received badge  Famous Question (source)
2021-06-15 10:26:51 -0500 received badge  Notable Question (source)
2021-06-15 10:26:51 -0500 received badge  Popular Question (source)
2021-06-14 02:20:54 -0500 received badge  Popular Question (source)
2021-06-09 12:13:42 -0500 received badge  Nice Question (source)
2021-06-08 05:21:41 -0500 received badge  Famous Question (source)
2021-06-07 21:26:22 -0500 received badge  Student (source)
2021-06-07 13:28:42 -0500 asked a question Controlling Two different robots in Gazebo

Controlling Two different robots in Gazebo Hello, I am having this strange issue in gazebo where I can spawn two robots,

2021-06-03 11:39:44 -0500 asked a question Openai_ros: creating more environment under one gazebo instant

Openai_ros: creating more environment under one gazebo instant I notice for simulator like ML-Agent, it can have multipl

2021-06-03 11:33:20 -0500 asked a question Openai_ros what exactly is controller

Openai_ros what exactly is controller I am using the Openai_ros parrot_drone environment. And I notice under robot_gazeb

2021-04-14 13:04:01 -0500 received badge  Notable Question (source)
2021-04-14 13:04:01 -0500 received badge  Popular Question (source)
2021-04-02 19:09:13 -0500 edited question How to write the gazebo plugin so that the publish topic includes namespace

How to write the gazebo plugin so that the publish topic includes ns <group ns="robot0"> <include fi

2021-04-02 19:09:02 -0500 asked a question How to write the gazebo plugin so that the publish topic includes namespace

How to write the gazebo plugin so that the publish topic includes ns <group ns="robot0"> <include fi

2021-01-11 15:49:38 -0500 received badge  Famous Question (source)
2020-12-27 09:33:08 -0500 received badge  Notable Question (source)
2020-12-27 09:33:08 -0500 received badge  Famous Question (source)
2020-11-05 19:01:25 -0500 received badge  Famous Question (source)
2020-09-22 00:56:27 -0500 received badge  Notable Question (source)
2020-09-18 08:18:02 -0500 received badge  Notable Question (source)
2020-09-18 08:18:02 -0500 received badge  Popular Question (source)
2020-08-23 05:55:35 -0500 received badge  Notable Question (source)
2020-08-23 05:55:35 -0500 received badge  Famous Question (source)
2020-08-12 13:14:05 -0500 commented question stereo_image_proc does not generate pointcloud

are you able to solve this issue?

2020-08-12 13:14:05 -0500 received badge  Commentator
2020-07-29 15:14:00 -0500 asked a question Randomize Static Object location in Gazebo

Randomize Static Object location in Gazebo Hi! I am currently working on a deep reinforcement learning task in Gazebo an

2020-07-09 15:40:02 -0500 edited question Kinect Camera not outputting topics

Kinect Camera not outputting topics I am using the package from https://bitbucket.org/theconstructcore/parrot_ardro

2020-07-09 15:31:51 -0500 edited question Kinect Camera not outputting topics

Kinect Camera not outputting topics I am trying to modify the sjtu_drone package to include a depth camera, so I modifie

2020-07-09 11:36:01 -0500 asked a question Kinect Camera not outputting topics

Kinect Camera not outputting topics I am trying to modify the sjtu_drone package to include a depth camera, so I modifie

2020-07-09 05:17:47 -0500 received badge  Popular Question (source)
2020-07-02 10:40:55 -0500 asked a question ImportError: No module named openai_ros_common

ImportError: No module named openai_ros_common So I am doing the tutorial from Openai_ros http://wiki.ros.org/openai_ros

2020-06-11 06:04:05 -0500 received badge  Famous Question (source)
2020-06-11 06:04:05 -0500 received badge  Popular Question (source)
2020-06-11 06:04:05 -0500 received badge  Notable Question (source)
2020-05-06 12:10:25 -0500 received badge  Popular Question (source)
2020-05-06 01:04:45 -0500 edited question (C++) How to wait for a callback to finish?

(C++) How to wait for a callback to finish? I want to extract the size of a variable occupiedMatrix.size(), however, the

2020-05-06 00:21:41 -0500 asked a question (C++) How to wait for a callback to finish?

(C++) How to wait for a callback to finish? I want to extract the size of a variable occupiedMatrix.size(), however, the