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

Iony_M's profile - activity

2024-03-15 10:56:22 -0500 marked best answer Trouble installing ROS on Ubuntu 20.04

On a machine running a just installed Ubuntu 20.04.5 OS, I'm trying to install some packages, specifically the ROS framework.

The process fails in step 1.4 of such (taken from the ROS install guide): enter image description here

after running the sudo apt install ros-noetic-desktop-full I get the following output: ros-noetic-desktop-full : Depends: ros-noetic-desktop but it is not going to be installed Depends: ros-noetic-perception but it is not going to be installed Depends: ros-noetic-simulators but it is not going to be installed Depends: ros-noetic-urdf-sim-tutorial but it is not going to be installed E: Unable to correct problems, you have held broken packages.

I should say that the first time I did this, I set the package server for software download to 'main server' instead of the regional server automatically assigned and set the update request to 'Never', and got the message error while refreshing cache ubuntu pk-client-error-quark

I have tried fixing the broken dependencies with the apt commands, I've google the problem and the terminal output but haven't been able to solve the problem.

I ran into this problem in two different machines, and when tried to replicate in a VM with 'Boxes' inside my dev-machine I didn't face the same issue.

I should also add that I am not a Linux expert by any means, and that I might have done or do something that's beyond me yet. However, any suggestions/explanations are highly welcomed.

best regards

2024-03-15 10:54:39 -0500 received badge  Famous Question (source)
2023-08-02 09:13:28 -0500 asked a question [ros2] renaming of launch files causes compilation error

[ros2] renaming of launch files causes compilation error I created a launch .py file and compiled it once, but after ren

2023-06-22 01:31:07 -0500 received badge  Famous Question (source)
2023-03-17 11:02:29 -0500 received badge  Famous Question (source)
2023-03-16 11:45:27 -0500 received badge  Enthusiast
2023-01-23 07:56:57 -0500 received badge  Notable Question (source)
2023-01-08 03:20:49 -0500 received badge  Popular Question (source)
2023-01-06 11:01:17 -0500 commented answer Python updates vs ROS updates

But that is regarding the binaries of the packages written in 3.x python right? I was more asking about whether is possi

2023-01-06 10:56:43 -0500 received badge  Supporter (source)
2023-01-06 10:56:41 -0500 marked best answer Logs processing good practices and recommendations

Hello Dear Community,

I'm currently tasked with designing the way our company will process the log files outputted by our system (A mobile off-road robot) in order to answer some questions about the robot's performance and identify easier if there were issues, where in the system and when it occurred and so on. I should say that some of the data is time based, for example:

  1. Offset from the intended path
  2. Status throughout the drive execution

I'm currently doing some online research on tool that will help me process and create this understanding from the files which so far are just formatted text files. We have decided to distance ourselves from the logging capability of ROS and use SPDlog in C++ and the logging library in Python.

Some initial online search suggests to do string parsing for each line and take out of the string structure the relevant data, but this seems very fragile and dependent of the string structure, which most certainly will change and therefore feels that it is not the solution. I though also to make a dedicated topic for each relevant variable, status or diagnostic state I'd like to keep track of and then leverage the fact that the data is already serialized, stamped and isolated form other information and then join them together.

I would very much appreciate past experiences and suggestions on the matter.

Shoudl some of the suggestions depend on the setup currently used, this is it:

  • OS: Ubuntu 18.04
  • Release: Ros 1

Thank you a lot

2023-01-06 10:56:41 -0500 received badge  Scholar (source)
2023-01-06 10:55:39 -0500 received badge  Notable Question (source)
2023-01-06 10:54:48 -0500 asked a question Trouble installing ROS on Ubuntu 20.04

Trouble installing ROS on Ubuntu 20.04 On a machine running a just installed Ubuntu 20.04.5 OS, I'm trying to install so

2022-12-18 17:46:55 -0500 received badge  Notable Question (source)
2022-12-11 07:38:14 -0500 received badge  Popular Question (source)
2022-12-08 16:11:17 -0500 received badge  Student (source)
2022-12-08 10:47:01 -0500 asked a question Python updates vs ROS updates

Python updates vs ROS updates Hi dear friends, Python is clearly (at least to me) being upgraded faster than new Distro

2022-04-07 18:43:38 -0500 received badge  Popular Question (source)
2022-04-05 21:25:19 -0500 asked a question Logs processing good practices and recommendations

Logs processing good practices and recommendations Hello Dear Community, I'm currently tasked with designing the way ou