I'm trying to implement the Nav2 Stack with my robot for basic navigation and was just using the provided XML for a Lidar, until I discovered that putting "ray" as the sensor type somehow broke some other unrelated code (the robot wasn't subscribing…
When I trying to install dependencies on ubuntu-20.04
sudo echo $BASE_DEPENDENCIES $GAZEBO_BASE_DEPENDENCIES | tr -d '\\' | xargs sudo apt-get -y install
I have got this error:
-get -y install
Reading package lists... Done
Building dependency tree …
I am using ROS Melodic on Ubuntu 18.04. I was trying to implement orb slam 2 on a usb camera using this tutorial:https://medium.com/@mhamdaan/implementing-orb-slam-on-ubuntu-18-04-ros-melodic-606e668deffa
I followed all the steps mentioned, but when…
I have followed this tutorial https://ms-iot.github.io/ROSOnWindows/ros2/nav2.html on how installing nav2 on windows.
However, although the map is loaded, I get a Global Status warn that the Frame map doesn't exist. Moreover 2D pose estimate doesn't…
I'm currently working on a project that needs a bit of friction to run the real environment.
But, and it's why i'm here, I have problems.
I'm trying to put a stick on a pad, and I want them to be a bit sticky together, and have some friction between…
This question is related to my final project. In gazebo simulation environment, I am trying to detect obstacles' colors and calculate the distance between robot and obstacles. I am currently identifying their colors with the help of OpenCV methods…
I'm working on a project for university. We have to containerize a Gazebo simulation using Docker.
While researching on how to do this I came across this link, and tried running the simulation shown in it. If it works I think we can just change some…
I got this error and solved it like this.
cd /src//
PKG_CONFIG_PATH=`rospack find gazebo`/gazebo/lib/pkgconfig cmake ..
references
hmm
I noticed that the above doesn't make the package load sadly. When I deleted…
Hello I have some problem using Gazebo AddRelativeForce() function.
I make Some airplane, and has 12 links.
So. I set force each link through ROS command.
Look this pic.
you can see 12 links
In this case, I apply force just 1 Link at position of 1…
I currently have an Ubuntu docker container to run GUI applications called Gazebo and ROS. I am using Vcxsrv to run the GUIs on my windows host os and am able to display a GUI. However the problem is that I can only display one GUI from one bash of…
I want to start my adventure with ROS and Gazebo, so far I've followed this guide http://wiki.ros.org/noetic/Installation/Ubuntu on windows 10 with ubuntu App and VcXsrv
I was trying to check if everything is ok by running…
When running the launch file for the summit_xl_description files [URDF's] it loads into rviz but with these errors under RobotModel. I understand I can edit the fixed frame value by typing into the Global Options > Fixed Frame textbox but the tag is…
I am using ROS Melodic on Ubuntu 18.04 with gazebo9 and Xlaunch. I have been able to launch an empty workspace of gazebo but for some reason when I run rosrun rviz rviz, I get this error message:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting…
I cannot launch gazebo on the ubuntu terminl. I have made sure I am using ubuntu 18.04 and ROS melodic and installed gazebo9. Whenever I use 'gazebo -- verbose' command, it throws a few errors (as shown in the attached image). I was hoping if you…