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

Geoff's profile - activity

2023-07-05 06:32:04 -0500 received badge  Nice Answer (source)
2023-07-02 05:11:00 -0500 received badge  Nice Answer (source)
2023-06-16 11:35:37 -0500 received badge  Guru (source)
2023-06-16 11:35:37 -0500 received badge  Great Answer (source)
2023-02-17 08:51:07 -0500 received badge  Guru (source)
2023-02-15 19:01:20 -0500 received badge  Nice Answer (source)
2022-10-09 14:13:39 -0500 received badge  Good Answer (source)
2022-09-28 15:24:33 -0500 received badge  Good Answer (source)
2022-08-04 01:40:03 -0500 received badge  Good Answer (source)
2022-07-27 00:47:28 -0500 received badge  Nice Answer (source)
2022-07-23 13:08:10 -0500 received badge  Good Answer (source)
2022-07-07 10:17:42 -0500 received badge  Famous Question (source)
2022-03-24 04:07:10 -0500 received badge  Good Answer (source)
2022-01-21 18:14:37 -0500 received badge  Nice Answer (source)
2022-01-12 17:47:50 -0500 edited answer lifecycle_msgs/msg/state.hpp is missing by build ROS2 UR_Robot_DRIVER

Hello Geoff, unfortunately that doesn't solve the problem.here is my output.(Ubuntu 20.04, Galactic, ur_driver for ROS2)

2022-01-05 17:45:26 -0500 received badge  Rapid Responder (source)
2022-01-05 17:45:26 -0500 answered a question Is it possible to build and run a cpp nodelet without Catkin or rosbuild??

Yes, it is possible, although I wouldn't recommend it due to the difficulty of reproducing all the functionality offered

2021-12-23 17:10:02 -0500 commented question how could I avoid source /home/valeria/catkin_ws/devel/setup.bash every time I do catkin_make?

You should not have to. What happens if you don't?

2021-12-23 17:08:39 -0500 received badge  Rapid Responder (source)
2021-12-23 17:08:39 -0500 answered a question ros publisher not publishing in debug

The debugger is probably stopping the entire ROS infrastructure in your process before it's had a chance to actually pub

2021-12-22 16:52:21 -0500 received badge  Rapid Responder (source)
2021-12-22 16:52:21 -0500 answered a question Get node name within DDS network

ROS nodes do not have a direct parallel in DDS. DDS deals only with topics, it has no externally-visible awareness of th

2021-12-22 16:47:57 -0500 answered a question lifecycle_msgs/msg/state.hpp is missing by build ROS2 UR_Robot_DRIVER

You need to also depend on the lifecycle_msgs package. Add it to your package.xml and CMakeLists.txt so it is found and

2021-12-22 16:47:57 -0500 received badge  Rapid Responder (source)
2021-12-22 16:45:51 -0500 edited question lifecycle_msgs/msg/state.hpp is missing by build ROS2 UR_Robot_DRIVER

lifecycle_msgs/msg/state.hpp is missing by build ROS2 UR_Robot_DRIVER Good evening to all participants. when i'm compili

2021-12-22 16:45:15 -0500 commented question camke doesn't work due to a ROS reinstallation

How and why did you reinstall ROS? What instructions did you follow, and what did you do prior to the reinstalling? Is

2021-12-22 16:43:46 -0500 commented question ros publisher not publishing in debug

What do you mean by "stop each iteration"?

2021-12-22 16:41:03 -0500 commented question ROS2 python node randomly shuts down

Are you able to post your source code so we can try to reproduce the problem?

2021-12-13 17:23:26 -0500 commented question Automatic .launch on OS startup

You might find this recent thread interesting: https://discourse.ros.org/t/how-do-you-launch-your-systems/23383

2021-12-12 17:26:35 -0500 commented question 'ros2' is not recognized as an internal or external command

If it says it built zero packages, then possibly ROS didn't build at all. Can you please post the complete console log o

2021-12-12 17:22:31 -0500 commented question rosservice can't find type, and yes I've sourced

Please post your full source, and the full error output.

2021-12-08 17:33:43 -0500 answered a question creating the map with only Lidar

You need some source of odometry information for the SLAM algorithm to work. Just laser scans is not sufficient. Fortun

2021-12-08 17:33:43 -0500 received badge  Rapid Responder (source)
2021-12-08 17:29:28 -0500 edited question Invoking "make -j12 -l12" failed | I am quite new to ROS, is there any solution to this? Thanks in advance.

Invoking "make -j12 -l12" failed | I am quite new to ROS, is there any solution to this? Thanks in advance. . /home/sr

2021-12-08 17:24:45 -0500 received badge  Rapid Responder (source)
2021-12-08 17:24:45 -0500 answered a question Ros2 Custom message - No such file or directory

Most likely the problem is that the folder in which the generated header file is stored is not being added as an include

2021-12-05 17:01:45 -0500 commented question main doesn't find the functions in the header file

Please also post your source code.

2021-11-30 17:17:09 -0500 commented question Action server does not accept a second goal request from an action client (C++, `'std::runtime_error' what(): Failed to accept new goal`) in a single-machine setup

Can you clarify what you mean by ROS_DISTRO=foxy/ROS_DISTRO=galactic?

2021-11-30 17:05:01 -0500 edited question how to I launch demo_gazebo.lauch ?

how to I launch demo_gazebo.lauch ? I am usin ros melodic and ı generate confıg fıle wıth setup asystan then ı setup e

2021-11-30 17:04:00 -0500 edited answer rostipic echo doesn't work because of a md5sum problem

This means that the data in the bag file used one version of the marta_msgs/NavStatus message type, and your system has

2021-11-28 17:01:06 -0500 answered a question rostipic echo doesn't work because of a md5sum problem

This means that the data in the bag file used one version of the marta_msgs/NavStatus message type, and your system has

2021-11-28 17:01:06 -0500 received badge  Rapid Responder (source)
2021-11-25 17:42:22 -0500 edited question /librmw_cyclonedds_cpp.so: undefined reference to `dds_data_allocator_init_heap'

/librmw_cyclonedds_cpp.so: undefined reference to `dds_data_allocator_init_heap' Hello there, I pulled the latest galac

2021-11-24 16:58:58 -0500 received badge  Rapid Responder (source)
2021-11-24 16:58:58 -0500 answered a question Wait for subscriber to exist?

The easiest method I can think of off the top of my head is to check the publisher's get_subscription_count() method bef

2021-11-23 17:07:54 -0500 commented question communicating between computers using reciever/transmitter setup

Is there a TCP network connection between the ground station and the boat's onboard computer?

2021-11-23 17:06:51 -0500 received badge  Rapid Responder (source)
2021-11-23 17:06:51 -0500 answered a question RVIZ2 : No Transform from [base_link] to [Map]

The documentation you linked to gives the solution in the first section. It states that until localisation is successful

2021-11-23 17:02:18 -0500 received badge  Rapid Responder (source)
2021-11-23 17:02:18 -0500 answered a question How to use multiple laser scanners for slam and navigation

If your laser scanners are aligned in one plane, then I think the simplest solution would be to write your own laser sca