Create a ROS2 Python Package - ROS2 Tutorial 4

  Рет қаралды 63,967

Robotics Back-End

Robotics Back-End

Күн бұрын

Пікірлер: 33
@RoboticsBackEnd
@RoboticsBackEnd Жыл бұрын
Thank you for watching! 🔥 To go further with ROS2, check out this complete and step-by-step ROS2 course 👉 rbcknd.com/ros2-for-beginners
@tlclstuff
@tlclstuff 2 жыл бұрын
Cannot read the dark blue text on a black background. Can you please change for future tutorials.
@RoboticsBackEnd
@RoboticsBackEnd 2 жыл бұрын
Thanks for the feedback - yes that's something I detected too late! Will change that in the next tutorials :)
@DRAMBgo
@DRAMBgo Жыл бұрын
Thank you from the bottom of my heart for these tutorials! I am trying to create a drone, and I had problems with performances. As I am doing everything with my raspberry pi 3b+, I got a build time that is 10 times bigger than yours.. Is there any way to work with a less powerful device with the same performances of a laptop? Thanks again for your work!
@RoboticsBackEnd
@RoboticsBackEnd Жыл бұрын
Thanks for the kind words! Unfortunately it takes a much longer time to compile on Raspberry Pi, and I haven't really found any workaround for that. One idea is to try cross-compilation, but trying that is probably a direct path to insanity, so... gotta have to wait.
@samynwaisser376
@samynwaisser376 Ай бұрын
Hallo Eduard, thank you for this good crashcourse. I wuld like o make you Udemy course. Include this course selfnavigatin with an lidar scanner? Best reards Samy
@RoboticsBackEnd
@RoboticsBackEnd Ай бұрын
Thanks for the suggestion Samy, I might add content about Lidar integration in the future.
@Gokudev7
@Gokudev7 6 ай бұрын
Im facing an issue regarding the libexec file not found in the 'particular destionation'. Can you please help me?
@danieleaffinita3614
@danieleaffinita3614 11 ай бұрын
I faced this error. --- stderr: my_robot_controller listing git files failed - pretending there aren't any --- Any idea?
@lutherking1169
@lutherking1169 Жыл бұрын
hello...I encountered this error>>>>>ERROR:colcon:colcon build: Duplicate package names not supported
@RoboticsBackEnd
@RoboticsBackEnd Жыл бұрын
Make sure that: 1. you are only using (sourcing) one workspace at a time in your environment, and 2. remove everything in install/ and build/, and do "colcon build" again.
@karthikrajgopal8310
@karthikrajgopal8310 Жыл бұрын
I installed 58.2.0 setuptools but still getting the error.
@nanibabughantasala2949
@nanibabughantasala2949 7 ай бұрын
Sir can you update your udemy course like do it with ros humble
@RoboticsBackEnd
@RoboticsBackEnd 7 ай бұрын
Even better, I will update it to ROS Jazzy after it's released :)
@manarkassim447
@manarkassim447 Жыл бұрын
Hi, thanks for this helpful video! I want to ask you regarding the build colcon step, it failed. An error is showing up on my terminal: ’’import distutils.command.bdist_wininst as ModuleNotFoundError: No module named 'distutils.command.bdist_wininst'’’’ Is there any way to solve this error ? Thanks for your help!
@jereminuer5049
@jereminuer5049 Жыл бұрын
I had the same error. Have you had any luck fixing it?
@gobindachandrasarker4523
@gobindachandrasarker4523 Жыл бұрын
Hi. even after downgrading setuptools, the deprecation error still showing. How to fix that?
@RoboticsBackEnd
@RoboticsBackEnd Жыл бұрын
if it's just a warning and everything works fine, you can ignore that log!
@zeynepkeles1342
@zeynepkeles1342 Жыл бұрын
Hi When I use the command "sudo snap install code --classic," I get the following snap "code" is not available on stable for this architecture (arm64) but exists on other architectures (amd64) error . What is the solution?
@RoboticsBackEnd
@RoboticsBackEnd Жыл бұрын
"standard" laptops and computer have an AMD architecture. If you're using something like a Raspberry Pi, phone, tablet, embedded devices, etc, chances are that the architecture is ARM. In this case I'm not sure you can really do anything :/ maybe try with another computer
@INNOVA8R
@INNOVA8R 7 ай бұрын
I am facing the same issue and i am using MAC can you help me out
@Nishant_IIIT
@Nishant_IIIT 4 ай бұрын
@@INNOVA8R same problem.. have you rectified it yet??
@jahidalislamrizvee5673
@jahidalislamrizvee5673 2 жыл бұрын
Again thank you for these helpful videos...🖤
@JessGlez
@JessGlez Жыл бұрын
What's the name of the terminal software that you use?
@minhchanhcai3364
@minhchanhcai3364 Жыл бұрын
terminator
@gabrielmenegassodefranca7106
@gabrielmenegassodefranca7106 3 ай бұрын
tnx
@erniea5843
@erniea5843 4 ай бұрын
👍👍👍
@dariushroostaei940
@dariushroostaei940 2 жыл бұрын
thank you 🌹
@HarshBardhan-fy9hb
@HarshBardhan-fy9hb 6 ай бұрын
how can I download vs code on arm
@KrishnaKumar-vf3go
@KrishnaKumar-vf3go 2 жыл бұрын
Hi Sir Thank You for these awesome videos and have suggested them to many of my friends But got stuck in proceeding furthur Got this error while command @7.38 colcon build Traceback (most recent call last): File "/usr/bin/colcon", line 11, in load_entry_point('colcon-core==0.10.0', 'console_scripts', 'colcon')() File "/usr/lib/python3/dist-packages/colcon_core/command.py", line 118, in main return _main(command_name=command_name, argv=argv) File "/usr/lib/python3/dist-packages/colcon_core/command.py", line 185, in _main create_log_path(args.verb_name) File "/usr/lib/python3/dist-packages/colcon_core/location.py", line 186, in create_log_path os.makedirs(str(path)) File "/usr/lib/python3.10/os.py", line 215, in makedirs makedirs(head, exist_ok=exist_ok) File "/usr/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: 'log' Please help me to rectify Thank You in Advance
@RoboticsBackEnd
@RoboticsBackEnd 2 жыл бұрын
That's a bit hard to debug with just this error, but I would maybe suggest that you try uninstalling and reinstalling ROS2 (+ do the configuration). Seems that there could be some permissions issues due to a wrong configuration.
@leafteaneko
@leafteaneko Жыл бұрын
This looks like the same error I was encountering, I solved it by giving read/write permission of the workspace to all users. Keep in my mind this might not be a good idea from a security standpoint, I was using a VM so I dont really mind. 1. cd 2. sudo chmod 777 -R .
Create a ROS2 Node with Python and OOP - ROS2 Tutorial 5
24:10
Robotics Back-End
Рет қаралды 61 М.
Hands-On ROS2 - Part 1 (Publisher/Subscriber)
23:17
Hummingbird
Рет қаралды 10 М.
Стойкость Фёдора поразила всех!
00:58
МИНУС БАЛЛ
Рет қаралды 4,2 МЛН
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 56 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 23 МЛН
What Is ROS2? - Framework Overview
8:22
Raymond Andrade
Рет қаралды 74 М.
ROS2 Basics #6 - Understanding ROS2 Services
14:18
BotBuilder
Рет қаралды 6 М.
Create and Set Up a ROS2 Workspace - ROS2 Tutorial 3
8:19
Robotics Back-End
Рет қаралды 67 М.
Create a URDF with ROS2 [1H Crash Course]
59:08
Robotics Back-End
Рет қаралды 18 М.
You can use ANY hardware with ros2_control
47:44
Articulated Robotics
Рет қаралды 57 М.
Convert GUI App to Real Program -  Python to exe to setup wizard
23:27
Python Simplified
Рет қаралды 526 М.
Solving the problem EVERY robot has (with ros2_control)
24:36
Articulated Robotics
Рет қаралды 86 М.