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

phil123456's profile - activity

2023-10-03 06:04:12 -0500 received badge  Famous Question (source)
2023-10-03 06:04:12 -0500 received badge  Popular Question (source)
2023-10-03 06:04:12 -0500 received badge  Notable Question (source)
2023-08-07 17:52:48 -0500 commented answer Slam_toolbox message filter dropping message

odometers are stuck to your robot wheels and as for map, well indeed makes no sense so far for me either

2023-08-07 14:12:18 -0500 commented answer Slam_toolbox message filter dropping message

because it could change through time, these are transformation matrices describing frames of references between robot pa

2023-08-07 14:11:39 -0500 commented answer Slam_toolbox message filter dropping message

because it could change through, these are transformation matrices, no the question remains, why EVERYBODY stumble upon

2023-08-07 10:52:17 -0500 answered a question tried SLAM, installed Cyclone, now nothing works anymore

ok I fixed it by removing first the build directory, pfiuu now why is that (obsolete?) cyclone repo mentioned in the tut

2023-08-07 10:52:17 -0500 received badge  Rapid Responder (source)
2023-08-07 10:14:44 -0500 asked a question tried SLAM, installed Cyclone, now nothing works anymore

tried SLAM, installed Cyclone, now nothing works anymore Hi, I try to implement SLAM with ROS 2 following this tutorial

2023-08-07 06:11:10 -0500 commented question Humble for Debian Bullseye (raspbery OS)

why ? ROS1 could be installed on rasbpian

2023-08-04 14:03:59 -0500 asked a question rviz2 connect to ros instance ?

rviz2 connect to ros instance ? Hi, is it possible to rviz to the robot through network ? I used to do this from a ubu

2023-08-02 11:52:44 -0500 commented question RPLIDAR A1 scan error while using rplidar_ros

oh yeah I made it work

2023-08-01 15:45:39 -0500 commented answer RVIZ not displaying /scan frames

ok in the terminal I see an error saying Sensitivity is not supported, this used to work in ROS1 it says supported modes

2023-08-01 15:42:32 -0500 commented question RPLIDAR A1 scan error while using rplidar_ros

so ? how do you fix this ? this used to work with ROS 1

2023-08-01 15:01:32 -0500 commented answer Rviz2 not showing lidar points

reliable selection ?

2023-08-01 13:25:24 -0500 commented question any valid, viable VNC solution for Ubuntu ?

ok my bad, thx for the links

2023-08-01 03:48:51 -0500 commented answer RVIZ not displaying /scan frames

what I dont understand is that there is a :scan topic, and data are there, RVIZ should at least display data frames or a

2023-08-01 03:47:42 -0500 commented answer RVIZ not displaying /scan frames

all I found is this, but I am not sure what/how to check https://design.ros2.org/articles/qos.html

2023-07-31 15:45:55 -0500 commented answer RVIZ not displaying /scan frames

still no /scan data frames, while I can echo tons of data being generated on /scan topic seems RVIZ2 is just broken, in

2023-07-31 15:45:38 -0500 commented answer RVIZ not displaying /scan frames

still no /scan data frames, while I can echo tons of data being generated on /scan topic seems RVIZ2 is just broken, in

2023-07-31 15:44:55 -0500 commented answer RVIZ not displaying /scan frames

still no /scan frames seems RVIZ2 is just broken, in ROS it was working without any additional steps I am gonna scratch

2023-07-31 15:44:42 -0500 commented answer RVIZ not displaying /scan frames

global options/fixed frame is set to 'laser_frame' after running ros2 run tf2_ros static_transform_publisher 0 0 0 0 0

2023-07-31 15:44:12 -0500 commented answer RVIZ not displaying /scan frames

still not /scan frames seems RVIZ2 is just broken, in ROS it was working without any additional steps I am gonna scratch

2023-07-31 15:42:06 -0500 commented answer RVIZ not displaying /scan frames

global options/fixed frame is set to 'laser_frame' after running ros2 run tf2_ros static_transform_publisher 0 0 0 0 0

2023-07-31 15:41:48 -0500 commented answer RVIZ not displaying /scan frames

global options/fixed frame is set to laser_frame from ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 world lase

2023-07-31 15:27:39 -0500 commented answer RVIZ not displaying /scan frames

tf is definitely there, that's the first issue I had

2023-07-31 15:26:46 -0500 commented question any valid, viable VNC solution for Ubuntu ?

so nobody in the ROS community has some preference nor tips nor favorite method to share ? nobody here is RDB/VNC'ing hi

2023-07-31 15:26:07 -0500 commented question any valid, viable VNC solution for Ubuntu ?

so nobody in the ROS community has some preference nor tips nor favorite method to share ? there is a reason I posted th

2023-07-29 12:55:28 -0500 received badge  Self-Learner (source)
2023-07-29 12:55:24 -0500 marked best answer ROS2 - Cannot build examples

Hi,

I am trying to build the examples from the tutorials

I did precisely this

mkdir -p ros2_ws/src
cd ros2_ws
git clone https://github.com/ros2/examples src/examples -b foxy
cd src
colcon build --symlink-install

I get this

pi@ros-pi:~/WORK/ros2_ws$ colcon build --symlink-install
Starting >>> examples_rclcpp_async_client
Starting >>> examples_rclcpp_cbg_executor
Starting >>> examples_rclcpp_minimal_action_client
Starting >>> examples_rclcpp_minimal_action_server                                                                
--- stderr: examples_rclcpp_minimal_action_client                                                                             
CMake Error at CMakeLists.txt:14 (find_package):
  By not providing "Findexample_interfaces.cmake" in CMAKE_MODULE_PATH this
  project has asked CMake to find a package configuration file provided by
  "example_interfaces", but CMake did not find one.

  Could not find a package configuration file provided by
  "example_interfaces" with any of the following names:

    example_interfacesConfig.cmake
    example_interfaces-config.cmake

  Add the installation prefix of "example_interfaces" to CMAKE_PREFIX_PATH or
  set "example_interfaces_DIR" to a directory containing one of the above
  files.  If "example_interfaces" provides a separate development package or
  SDK, be sure it has been installed.


---
Failed   <<< examples_rclcpp_minimal_action_client [4.11s, exited with code 1]
Aborted  <<< examples_rclcpp_minimal_action_server [4.08s]
Aborted  <<< examples_rclcpp_async_client [4.18s]
Aborted  <<< examples_rclcpp_cbg_executor [8.65s]                            

Summary: 0 packages finished [9.83s]
  1 package failed: examples_rclcpp_minimal_action_client
  3 packages aborted: examples_rclcpp_async_client examples_rclcpp_cbg_executor examples_rclcpp_minimal_action_server
  3 packages had stderr output: examples_rclcpp_async_client examples_rclcpp_minimal_action_client examples_rclcpp_minimal_action_server
  18 packages not processed
2023-07-28 11:21:32 -0500 edited question RVIZ not displaying /scan frames

RVIZ not displaying /scan frames Hi, RVIZ is listening to an ongoing /scan topic yet...no frames am I missing somethi

2023-07-28 11:20:53 -0500 asked a question RVIZ not displaying /scan frames

RVIZ not displaying /scan frames Hi, RVIZ is listening to an ongoing /scan topic yet...no frames am I missing somethin

2023-07-28 10:18:54 -0500 commented answer For frame [laser]: Frame [laser] does not exist

did you solve this, there appear to have no more view_frames command in ros2

2023-07-28 09:46:37 -0500 edited question RPI4/4Gb - build examples without crashing ?

RPI 4 4Gb - build examples without crashing ? Hi, as I build the examples for humble, the memory and cpu are maxed out,

2023-07-28 09:46:23 -0500 asked a question RPI4/4Gb - build examples without crashing ?

RPI 4 4Gb - build examples without crashing ? Hi, as I build the examples for humble, the memory and cpu are maxed out,

2023-07-28 09:38:42 -0500 received badge  Rapid Responder (source)
2023-07-28 09:38:42 -0500 answered a question ROS2 - Cannot build examples

since it felt weird, to be sure, I been through the installation procedure I reinstalled ros-humble-ros-base package,

2023-07-28 02:55:21 -0500 commented answer ROS2 - Cannot build examples

no idea why the exact same procedure does not work for others

2023-07-27 15:59:14 -0500 commented answer colcon build --symlink-install crashes raspberry pi

have the same issue on a RPI4 4Gb also what is left to build if you remove the rclcpp folder ?

2023-07-27 15:54:19 -0500 commented answer colcon build --symlink-install crashes raspberry pi

have the same issue on a RPI4 4Gb

2023-07-27 15:43:17 -0500 commented answer ROS2 - Cannot build examples

I am actually following these very tutorials, hence the title of this post I finally managed to make it work, that git

2023-07-27 15:22:17 -0500 commented answer Colcon Tutorial on Dashing does not build

I have the same issue with humble

2023-07-27 15:21:13 -0500 commented answer ROS2 - Cannot build examples

same issue here https://answers.ros.org/question/327356/colcon-tutorial-on-dashing-does-not-build/

2023-07-27 15:14:54 -0500 commented answer ROS2 - Cannot build examples

the tutorial does not say anything, there is no cd instruction, you just have to guess as mentioned, I tried putting th

2023-07-27 15:11:31 -0500 commented question ROS2 colcon build fails on demo pkg docker

how do you install it ?

2023-07-27 15:09:30 -0500 commented answer ROS2 - Cannot build examples

here https://answers.ros.org/question/331633/ros2-colcon-build-fails-on-demo-pkg-docker/ it says I have to install a

2023-07-27 14:51:10 -0500 commented answer ROS2 - Cannot build examples

thanks, I missed that foxy part but it does not work, also the dir structure looks nothing like the one in the example

2023-07-27 14:51:06 -0500 edited answer ROS2 - Cannot build examples

thanks, I missed that foxy part but it does not work, also the dir structure looks nothing like the one in the example

2023-07-27 14:50:17 -0500 commented answer ROS2 - Cannot build examples

I also tried building them in my home folder, does not help (why is my reply limited now ?) pi@ros-pi:~/ros2_ws$ git cl

2023-07-27 14:48:19 -0500 commented answer ROS2 - Cannot build examples

I also tried building them in my home folder, does not help