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

ahcorde's profile - activity

2023-03-28 02:51:26 -0500 received badge  Good Answer (source)
2022-11-24 09:21:18 -0500 received badge  Nice Answer (source)
2022-10-29 08:55:20 -0500 received badge  Guru (source)
2022-10-29 08:55:20 -0500 received badge  Great Answer (source)
2022-01-04 06:57:21 -0500 received badge  Good Answer (source)
2021-11-18 16:16:54 -0500 received badge  Guru (source)
2021-11-18 16:16:54 -0500 received badge  Great Answer (source)
2021-08-17 07:59:17 -0500 received badge  Nice Answer (source)
2021-07-29 17:09:11 -0500 received badge  Good Answer (source)
2021-02-22 13:40:15 -0500 received badge  Necromancer (source)
2021-02-15 01:29:27 -0500 answered a question How to install package from source as system package?

Hello, If you run colcon build -h you will see all the available options. In this case you should use: --install-bas

2021-02-15 01:29:27 -0500 received badge  Rapid Responder (source)
2020-11-26 11:36:07 -0500 received badge  Enlightened (source)
2020-11-26 11:36:07 -0500 received badge  Good Answer (source)
2020-10-30 01:11:58 -0500 received badge  Nice Answer (source)
2020-10-29 12:27:16 -0500 answered a question how to include library header files

Hello, In this repo you will find some basic ROS 2 examples. For example you should have a look to this CMakeLists.txt

2020-10-29 12:27:16 -0500 received badge  Rapid Responder (source)
2020-10-29 12:21:01 -0500 answered a question How to Make a Simulation - General Advice Needed

Hello, I see in your tags that you are using a UR robot. Probably a good starting point is this repo. At the end of th

2020-10-29 12:21:01 -0500 received badge  Rapid Responder (source)
2020-10-16 03:16:42 -0500 answered a question Why is catkin_make_isolated trying to build so much ?

Hi elpidiovaldez, You have this directory structure because you have used catkin_build (build and install) and catkin_b

2020-10-16 03:16:42 -0500 received badge  Rapid Responder (source)
2020-08-10 05:57:21 -0500 received badge  Nice Answer (source)
2020-07-30 08:22:12 -0500 commented answer ¿Qué libros me recomiendan para empezar con ROS?

my bad, I edited the post.

2020-07-30 08:21:59 -0500 edited answer ¿Qué libros me recomiendan para empezar con ROS?

Hello, I don't know what's your particular interest: ROS or ROS 2. There are some interesting books: Programming Rob

2020-07-30 08:19:44 -0500 commented answer ROS2: can see topic but no data

I think I fall in this error some time ago using Docker containers. Just give it a try and let me know if it works for y

2020-07-30 01:46:19 -0500 answered a question ¿Qué libros me recomiendan para empezar con ROS?

Hola, No sé exactamente cuál es tu interés particular: ROS o ROS 2. Existen algunos libros interesantes de ROS: Prog

2020-07-30 01:46:19 -0500 received badge  Rapid Responder (source)
2020-07-30 01:40:05 -0500 answered a question Writing a Subscriber template

Hello, I don't remember when explicitly using the template keyword is needed, but it sometimes is. Did you try with ?

2020-07-30 01:40:05 -0500 received badge  Rapid Responder (source)
2020-07-30 01:32:30 -0500 commented answer ROS2: can see topic but no data

another problem could be the visibility between your machines. Edit your /etc/hosts file to include all the IPs

2020-07-30 01:31:10 -0500 answered a question ROS2: can see topic but no data

Hello, If you are publising a big amount of data you should take a look to this tutorial. You will probably need to mo

2020-07-30 01:31:10 -0500 received badge  Rapid Responder (source)
2020-07-16 21:52:56 -0500 received badge  Nice Answer (source)
2020-07-13 00:41:04 -0500 received badge  Nice Answer (source)
2020-07-10 13:31:17 -0500 received badge  Nice Answer (source)
2020-07-10 04:56:22 -0500 answered a question ros2 logging demo C++

Hello, get_logger() is part of the API of rclcpp::Node see the documentation. In the example is called RCLCPP_INFO(ge

2020-07-10 04:56:22 -0500 received badge  Rapid Responder (source)
2020-07-10 04:05:04 -0500 answered a question ROS2 Windows - rmw_implementation error when running examples

Hello, the following error said that you don't have defined the RMW_IMPLEMENTATION enviroment variable. Try to setup t

2020-07-10 04:05:04 -0500 received badge  Rapid Responder (source)
2020-07-10 03:56:04 -0500 answered a question How can I find the line where the code crashes?

Hello, you should compile your code to include the debug symbols. You need to run your catkin command with: catkin_m

2020-07-10 03:56:04 -0500 received badge  Rapid Responder (source)
2020-06-22 06:14:48 -0500 answered a question Vibration in joints when I add gazebo_ros_control plugin

A better place to locate this question is here https://answers.gazebosim.org/questions/

2020-06-22 06:13:01 -0500 answered a question ROS2 custom message python import error

Hello, can you provide more details about where did you locate the Custom.msg ? Did you create a specific package for

2020-06-22 06:13:01 -0500 received badge  Rapid Responder (source)
2020-06-22 06:07:03 -0500 answered a question [ROS2] using dynamic parameters in Python

change you callback function from rcl_interfaces.msg import SetParametersResult from rclpy.parameter import Param

2020-06-22 06:07:03 -0500 received badge  Rapid Responder (source)
2020-06-10 03:13:51 -0500 answered a question vehicle cmd topic subscription and message error display

Hello, The autoware_msgs` package is missing. Did you source the ROS workspace where this package is installed? Otherw

2020-06-10 03:13:51 -0500 received badge  Rapid Responder (source)
2020-06-10 03:10:04 -0500 answered a question Error in using command of follow demo

Hello, I see two different errors: ROS is not able to find the turtlebot3_bringup package. Did you install turtleb

2020-06-10 03:10:04 -0500 received badge  Rapid Responder (source)