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

robot_commander's profile - activity

2023-02-20 23:40:15 -0500 received badge  Famous Question (source)
2022-11-16 09:59:04 -0500 received badge  Notable Question (source)
2022-11-16 09:59:04 -0500 received badge  Popular Question (source)
2022-08-18 20:06:27 -0500 edited question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-08-18 20:05:53 -0500 edited question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-08-18 20:05:34 -0500 edited question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-08-18 20:04:42 -0500 edited question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-08-18 20:03:58 -0500 edited question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-08-18 19:07:49 -0500 asked a question rViz not loading the mesh .dae file

rViz not loading the mesh .dae file Hi, I checked for this question in rosanswers and google and none of the previous an

2022-06-14 10:35:04 -0500 commented question Center-Articulated Steering robot

Interested in learning what you did!

2022-06-14 10:34:52 -0500 answered a question Center-Articulated Steering robot

Interested in learning what you did!

2020-05-15 18:14:13 -0500 received badge  Self-Learner (source)
2020-05-15 18:14:13 -0500 received badge  Teacher (source)
2019-09-05 11:15:17 -0500 received badge  Famous Question (source)
2019-09-05 11:15:17 -0500 received badge  Notable Question (source)
2019-08-14 07:13:44 -0500 received badge  Famous Question (source)
2019-03-26 18:01:54 -0500 commented answer moveit: How do I get joint_value_target which are set in the srdf?

I created a PR, PR link, and it got merged. Now, we can access the joint values in the SRDF by using this exposed functi

2019-03-26 18:01:42 -0500 commented answer moveit: How do I get joint_value_target which are set in the srdf?

I created a PR, PR linkand it got merged. Now, we can access the joint values in the SRDF by using this exposed function

2018-10-29 16:28:17 -0500 asked a question Delete ros wiki account

Delete ros wiki account How would I delete my ROS Wiki account?

2018-10-16 09:05:34 -0500 marked best answer rviz to plot a plane with known (x,y,z) points

Hi guys,

I have a list of (x,y,z) points all of which lie on the same plane. I need to visualize this plane on rviz with these points.

I googled on how to make a plane on rviz and someone mentioned making a cube but reduce a dimension so that it becomes a plane. Now, for a cube, we give a point which will become its center. But I have a bunch of (x,y,z) points that I need to visualize as a plane in rviz. How do I go about doing this? Any thoughts would be welcome.

2018-09-25 12:16:02 -0500 received badge  Notable Question (source)
2018-09-25 12:12:42 -0500 edited answer moveit: How do I get joint_value_target which are set in the srdf?

Answering my own question: I created an issue in github moveit page regarding this: link I will make a PR soon to make

2018-09-25 12:12:29 -0500 answered a question moveit: How do I get joint_value_target which are set in the srdf?

Answering my own question: I created an issue in github moveit page regarding this: link I will make a PR soon to make t

2018-09-25 12:10:35 -0500 received badge  Popular Question (source)
2018-09-17 13:22:13 -0500 edited question moveit: How do I get joint_value_target which are set in the srdf?

moveit: How do I get joint_value_target which are set in the srdf? I have different group_states defined in my robot.srd

2018-09-15 17:32:47 -0500 edited question moveit: How do I get joint_value_target which are set in the srdf?

moveit: How do I get joint_value_target which are set in the srdf? I have different group_states defined in my robot.srd

2018-09-15 17:20:09 -0500 asked a question moveit: How do I get joint_value_target which are set in the srdf?

moveit: How do I get joint_value_target which are set in the srdf? I have different group_states defined in my robot.srd

2018-07-09 11:38:36 -0500 commented answer smach: How to execute a new state and then continue with the old state

@josephcoombe Thank you for your input!

2018-07-09 11:37:03 -0500 marked best answer smach: How to execute a new state and then continue with the old state

Hi, I'm using SMACH and I have a situation where I'm executing say, state1. But I get a sensor input and I have to execute a new state now, state2. After execution of state2, I want to continue executing state1 where I left it off. Is this scenario possible? If yes, how do I make this happen?

2018-06-14 12:36:16 -0500 received badge  Popular Question (source)
2018-06-14 12:28:20 -0500 commented question Can we have the seq number in a ROS Header not incremented by a publish?

@gvdhoorn: yes, I realize that this is not the intention/use case of the "seq". Basically I didn't want to change the in

2018-06-14 12:21:22 -0500 commented question Can we have the seq number in a ROS Header not incremented by a publish?

@mig: well so, yeah. I have resorted to making a custom message to include the plan_id number. I'm unpacking the informa

2018-06-13 23:36:20 -0500 asked a question Can we have the seq number in a ROS Header not incremented by a publish?

Can we have the seq number in a ROS Header not incremented by a publish? Hi, I noticed that with every rostopic publish,

2018-05-19 14:51:12 -0500 received badge  Famous Question (source)
2018-05-18 14:50:56 -0500 received badge  Notable Question (source)
2018-05-18 08:16:24 -0500 edited question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue with the old state Hi, I'm using SMACH and I have a situation where

2018-05-18 08:16:10 -0500 edited question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue with the old state Hi, I'm using SMACH and I have a situation where

2018-05-18 08:15:36 -0500 edited question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue the old state Hi, I'm using SMACH and I have a situation where I'm e

2018-05-18 08:15:16 -0500 received badge  Popular Question (source)
2018-04-27 18:31:38 -0500 edited question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue the old state Hi, I'm using SMACH and I have a situation where I'm e

2018-04-27 18:31:17 -0500 edited question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue the old state Hi, I'm using SMACH and I have a situation where I'm e

2018-04-27 18:31:17 -0500 received badge  Editor (source)
2018-04-27 18:30:56 -0500 asked a question smach: How to execute a new state and then continue with the old state

smach: How to execute a new state and then continue the old state Hi, I'm using SMACHhave a situation where I'm executin

2018-03-08 18:34:27 -0500 received badge  Famous Question (source)
2018-01-29 14:10:52 -0500 commented question image_transport rosbag issue

Hi, I'm also facing the same issue.

2017-11-19 16:54:53 -0500 commented answer cannot import moveit_commander

did you figure out the error? could you fix this?