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

Bruno Lima's profile - activity

2022-06-22 15:16:30 -0500 received badge  Nice Answer (source)
2018-10-12 12:26:07 -0500 received badge  Enthusiast
2018-10-03 20:14:33 -0500 commented answer How to use actions between multiple machines?

I agree. If other packages are going to use your .action (and .msg and .srv), you should create individual packages for

2018-10-03 10:07:22 -0500 received badge  Necromancer (source)
2018-10-03 09:41:10 -0500 edited answer How to use actions between multiple machines?

Hi, It seems ROS is comparing the action file signatures from both devices in order to assure they are the same. My su

2018-10-03 09:40:57 -0500 edited answer How to use actions between multiple machines?

Hi, It seems ROS is comparing the action file signatures from both devices in order to assure they are the same. My su

2018-10-03 09:40:10 -0500 edited answer How to use actions between multiple machines?

Hi, It seems ROS is comparing the action file signatures from both devices in order to assure they are the same. My su

2018-10-03 09:40:10 -0500 received badge  Editor (source)
2018-10-03 09:38:24 -0500 answered a question How to use actions between multiple machines?

Hi, It seems like ROS is comparing the action file signatures from both devices in order to assure they are the same.

2018-10-01 21:10:41 -0500 edited answer joint_state_publisher doesn't fully update source_list with use_gui=true

Hi, At first I thought your issue was due to the lack of zeros at velocity and effort message fields for each joint. I

2018-10-01 21:06:22 -0500 answered a question joint_state_publisher doesn't fully update source_list with use_gui=true

Hi, At first I thought your issue was due to the lack of zeros at velocity and effort message fields for each joint. I

2018-10-01 16:15:19 -0500 commented answer Two Different Catkin Workspaces

I strongly recommend you to give a look at the link I gave you, which is the Catkin-tools Quickstart. It is a good readi

2018-10-01 15:50:58 -0500 commented answer Two Different Catkin Workspaces

Yes, but you need to use the full path when referring to devel/setup.bash. In my case, the command is: source /home/bru

2018-10-01 15:50:25 -0500 commented answer Two Different Catkin Workspaces

Yes, but you need to use the full path when referring to devel/setup.bash. In my case, the command is: source /home/bru

2018-10-01 15:50:10 -0500 commented answer Two Different Catkin Workspaces

Yes, but you need to use the full path when referring to devel/setup.bash. In my case, he command is: source /home/brun

2018-10-01 12:27:57 -0500 received badge  Teacher (source)
2018-09-30 18:04:05 -0500 answered a question Two Different Catkin Workspaces

TL;DR You can delete your old catkin workspace folder and remove possible references for its previous devel/setup.bash.

2018-09-30 18:04:00 -0500 answered a question cannot build moveit

Hello, It is stated that you don't have the package moveit_visual_tools installed. You can install it via: sudo apt-g

2018-09-30 17:49:38 -0500 received badge  Supporter (source)