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

veilkrand's profile - activity

2021-10-14 18:11:05 -0500 received badge  Necromancer (source)
2021-10-14 18:11:05 -0500 received badge  Teacher (source)
2021-04-21 14:53:24 -0500 received badge  Famous Question (source)
2021-03-12 10:22:35 -0500 received badge  Famous Question (source)
2021-03-03 23:37:10 -0500 commented question Including a Python module in a ROS2 package

Have you been able to find a solution? Thanks

2021-03-03 23:36:45 -0500 commented answer Including a Python module in a ROS2 package

--library-name parameter only creates and additional module folder. It doesn't fix any import/build issue

2021-03-03 02:44:20 -0500 received badge  Notable Question (source)
2021-03-02 06:29:13 -0500 received badge  Popular Question (source)
2021-03-02 05:29:10 -0500 answered a question Ros2 Foxy tf.transformations.quaternion_from_euler equivalent

Ok so I'm getting back to my original implementation. It's kind of sad to see how the planned ROS roadmap put critical f

2021-03-02 05:29:10 -0500 received badge  Rapid Responder (source)
2021-03-02 02:30:51 -0500 asked a question Ros2 Foxy tf.transformations.quaternion_from_euler equivalent

Ros2 Foxy tf.transformations.quaternion_from_euler equivalent I'm trying to migrate my old packages from ROS to ROS2. On

2021-02-26 05:29:14 -0500 marked best answer Ros2 Foxy fails installing in Ubuntu 20.10 arm64 following the official documentation

I'm trying for the last 3 days to install Ros2 Foxy (ros2-foxy-20201211-linux-focal-arm64.tar.bz2) in a freshly installed Ubuntu 20.10 arm64 running in a Raspberry Pi 4. Following the official documentation: https://index.ros.org/doc/ros2/Instal... I'm hitting several issues (in order following the official documentation steps):

1. Missing Groovy release

$> sudo sh -c 'echo "deb [arch=$(dpkg --print-architecture)] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" > /etc/apt/sources.list.d/ros2-latest.list'

$> sudo apt update

Err:5 http://packages.ros.org/ros2/ubuntu groovy Release 404 Not Found [IP: 64.50.233.100 80]

I can fix this issue changing groovy to focal in /etc/apt/sources.list.d/ros2-latest.list

2. Missing Ros dependencies

$> rosdep install --from-paths ros2-linux/share --ignore-src --rosdistro foxy -y --skip-keys "console_bridge fastcdr fastrtps osrf_testing_tools_cpp poco_vendor rmw_connext_cpp rosidl_typesupport_connext_c rosidl_typesupport_connext_cpp rti-connext-dds-5.3.1 tinyxml_vendor tinyxml2_vendor urdfdom urdfdom_headers"

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: launch: No definition of [python3-lark-parser] for OS version [groovy] rosidl_parser: No definition of [python3-lark-parser] for OS version [groovy] ros2doctor: No definition of [python3-ifcfg] for OS version [groovy] rmw_cyclonedds_cpp: No definition of [cyclonedds] for OS version [groovy]

Again I can solve this forcing os in rosdep with --os ubuntu:focal

2. Missing libraries

$> ros2 run demo_nodes_cpp talker

terminate called after throwing an instance of 'rclcpp::exceptions::RCLError' what(): failed to initialize rcl init options: failed to load shared library of rmw implementation: /home/ubuntu/ros2_foxy/ros2-linux/lib/librmw_fastrtps_cpp.so Exception: LoadLibrary error: libtinyxml2.so.6: cannot open shared object file: No such file or directory, at /home/jenkins-agent/workspace/ci_packaging_linux-aarch64/ws/src/ros2/rcutils/src/shared_library.c:84, at /home/jenkins-agent/workspace/ci_packaging_linux-aarch64/ws/src/ros2/rmw_implementation/rmw_implementation/src/functions.cpp:62, at /home/jenkins-agent/workspace/ci_packaging_linux-aarch64/ws/src/ros2/rcl/rcl/src/rcl/init_options.c:61


I tried as well the debian package installation instructions without success: https://index.ros.org/doc/ros2/Instal...

I need some help to find a solution for a working installation.

2021-02-26 05:29:14 -0500 received badge  Scholar (source)
2021-02-26 05:28:08 -0500 answered a question How do I fix rviz_ogre_vendor build failure on when install Eloquent on Mac?

Same situation here in 2021 with OSX Big Sur and ROS2 Foxy

2021-02-23 15:10:01 -0500 received badge  Notable Question (source)
2021-02-22 01:29:17 -0500 received badge  Popular Question (source)
2021-02-20 06:21:52 -0500 received badge  Enthusiast
2021-02-19 01:48:41 -0500 asked a question Ros2 Foxy fails installing in Ubuntu 20.10 arm64 following the official documentation

Ros2 Foxy fails installing in Ubuntu 20.10 arm64 following the official documentation I'm trying for the last 3 days to

2020-03-12 11:14:55 -0500 received badge  Student (source)
2019-04-23 02:28:14 -0500 received badge  Famous Question (source)
2019-02-25 04:55:57 -0500 received badge  Notable Question (source)
2019-02-06 05:59:02 -0500 received badge  Popular Question (source)
2019-02-06 05:38:07 -0500 commented answer OpenCV camera rvec tvec to ROS world pose

What's the Python class to build a quaternion from a 3x3 rotation matrix?

2019-02-06 05:37:48 -0500 received badge  Supporter (source)
2019-02-05 23:49:19 -0500 asked a question OpenCV camera rvec tvec to ROS world pose

OpenCV camera rvec tvec to ROS world pose I'm detecting Aruco tags using the OpenCV bridge and I have tvec and rvec retu