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

max11gen's profile - activity

2023-04-16 14:45:07 -0500 received badge  Nice Question (source)
2022-10-31 00:20:37 -0500 received badge  Notable Question (source)
2022-10-31 00:20:37 -0500 received badge  Famous Question (source)
2022-10-17 14:11:00 -0500 received badge  Famous Question (source)
2022-07-13 06:44:34 -0500 received badge  Famous Question (source)
2022-05-16 10:43:49 -0500 received badge  Nice Question (source)
2022-05-16 10:23:01 -0500 received badge  Famous Question (source)
2022-04-03 16:38:16 -0500 received badge  Notable Question (source)
2022-03-07 02:37:58 -0500 answered a question How to check if network connection or remote ROS Master is down?

Is there anything like this for ROS2 as well? I mean obviously you can't check if the remote master is online, because t

2022-03-07 02:15:32 -0500 received badge  Popular Question (source)
2022-03-04 03:33:38 -0500 received badge  Nice Question (source)
2022-03-03 10:38:51 -0500 asked a question Writing to GPIO pins on Raspberry Pi from ROS2 node

Writing to GPIO pins on Raspberry Pi from ROS2 node I'm trying to write to my RPi's GPIO pins using the pigpio library (

2022-02-23 10:56:23 -0500 asked a question Best way to check if the connection to another machine is stable and responsive

Best way to check if the connection to another machine is stable and responsive I would like to have a ROS2 Node that ho

2022-01-10 07:54:06 -0500 received badge  Famous Question (source)
2021-11-04 05:35:51 -0500 received badge  Notable Question (source)
2021-10-31 03:39:50 -0500 received badge  Popular Question (source)
2021-10-31 03:39:50 -0500 received badge  Notable Question (source)
2021-10-09 05:14:02 -0500 received badge  Popular Question (source)
2021-10-08 08:40:35 -0500 commented answer Best practice to check if subscriber has already received data

@morten One question about this: why do you have to double check? Isn't it enough to check the return value of rclcpp::W

2021-10-08 05:38:40 -0500 commented answer Best practice to check if subscriber has already received data

Sounds good. Especially, waiting in the CTOR and then starting the timer loop sounds like a clear optimization. If no ea

2021-10-08 04:47:16 -0500 asked a question Best practice to check if subscriber has already received data

Best practice to check if subscriber has already received data I want my timer to start exectuting its callback only aft

2021-10-01 07:24:07 -0500 edited question Problem with dependencies between multiple packages in colcon build

get_target_property called with incorrect number of arguments When invoking colcon build in my workspace, I get multiple

2021-10-01 07:22:50 -0500 edited question Problem with dependencies between multiple packages in colcon build

get_target_property called with incorrect number of arguments When invoking colcon build in my workspace, I get multiple

2021-10-01 07:17:11 -0500 edited question Problem with dependencies between multiple packages in colcon build

get_target_property called with incorrect number of arguments When invoking colcon build in my workspace, I get multiple

2021-10-01 07:15:28 -0500 edited question Problem with dependencies between multiple packages in colcon build

get_target_property called with incorrect number of arguments When invoking colcon build in my workspace, I get multiple

2021-10-01 07:15:10 -0500 asked a question Problem with dependencies between multiple packages in colcon build

get_target_property called with incorrect number of arguments When invoking colcon build in my workspace, I get multiple

2021-10-01 06:25:26 -0500 commented answer ros2 run - symbol not found on custom msg

Thanks for this. This is unfortunately not mentioned in https://docs.ros.org/en/foxy/Tutorials/Custom-ROS2-Interfaces.ht

2021-09-23 08:08:31 -0500 commented answer Create wall timer using callback with parameters - ROS2, C++

Hi @sgvandijk . I just stumbled upon this answer and I have two little questions about it: 1. I didn't understand the di

2021-09-01 13:13:02 -0500 received badge  Notable Question (source)
2021-08-28 17:17:08 -0500 received badge  Notable Question (source)
2021-08-28 17:17:08 -0500 received badge  Famous Question (source)
2021-07-28 04:44:01 -0500 marked best answer Multiple classes that inherit from rclcpp::Node in one executable

I would like to implement a ROS Node that manages multiple objects which each have their own subscriptions. Now for an object to have its own subscriptions the class needs to inherit from rclcpp::Node. So is it possible to have to compile two different classes that both inherit from rclcpp::Node in one executable or does this break ROS 2 design rules?

2021-07-27 16:32:54 -0500 received badge  Popular Question (source)
2021-07-26 05:47:50 -0500 asked a question Multiple classes that inherit from rclcpp::Node in one executable

Multiple classes that inherit from rclcpp::Node in one executable I would like to implement a ROS Node that manages mult

2021-06-21 09:26:50 -0500 edited question Qt Creator ROS plugin for ROS2

Qt Creator ROS plugin for ROS2 On the ROS industrial homegape there is an article about the Plugin being available with

2021-06-21 09:23:52 -0500 asked a question Qt Creator ROS plugin for ROS2

Qt Creator ROS plugin for ROS2 On the ROS industrial homegape there is an article about the Plugin being available with

2021-05-28 10:07:47 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

@allenh1 I solved the problem now by removing noetic and my catkin workspace AND rebooting computer. I was really surpri

2021-05-28 09:44:32 -0500 received badge  Popular Question (source)
2021-05-27 06:08:04 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

Yes, I reopened approximately a million of shells trying to get it to work :D

2021-05-27 05:36:00 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

@Mbuijs No, I didn't source Noetic in my .bashrc. Well, I usually do, but I had commented that out before asking this qu

2021-05-27 02:31:33 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

However, I just realized that there is some strange behaviour regarding ROS1. I didn't source Noetic anywhere as I said,

2021-05-27 02:27:58 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

@shonigmann I do have a noetic installation. And as I said, I also think, that my computer is trying to use ROS1 rqt, I

2021-05-27 02:16:54 -0500 commented question RQT doesn't work with ROS2 and asks for a roscore

I do have a noetic installation. And as I said, I also think, that my computer is trying to use ROS1 rqt, I just don't k

2021-05-26 10:26:24 -0500 asked a question RQT doesn't work with ROS2 and asks for a roscore

RQT doesn't work with ROS2 and asks for a roscore When I follow the foxy tutorials on turtlesim, I struggle to get the r

2021-05-26 10:24:34 -0500 asked a question rqt doesn't work with ros2 and asks for a roscore

rqt doesn't work with ros2 and asks for a roscore When I follow the foxy tutorials on turtlesim, I struggle to get the r

2021-05-23 14:45:01 -0500 marked best answer What happens if I use c++ 17 features in my ros nodes?

In the ROS manual/wiki you can see, that ROS is only made for C++11. But what exactly does that mean? What happens if I just put add_compile_options(-std=c++17) in the CMakeLists.txt of my ROS-package and use C++17-features anyway? Specifically: Is it possible to use parallel std::for_each from C++17 in my ROS-nodes?