TRPO - RL: I need to get a 8DOF robot arm to move a specified point. I need to implement the TRPO RL code using OpenAI gym. I already have the gazebo environement. But I am unsure of how to write the code for the reward functons and the algorithm…
I don't understand why, but my compile, visual studio code, Can't find gazebo libraries and make me an error, don't compile. In this case I'm using this libraries (all make and error):
#include
#include…
I am trying to make my 4-wheeled robot move inside the simulation package Gazebo, as well as in RViz.
I have created the necessary .launch files for Gazebo, Rviz and robot_control but still I cannot see any topic related to my wheel joints.
When I…
I followed instruction by Michael Huang.
My error message reads:
In file included from /home/evadro/quadevac_sim_ws/catkin_ws/src/menge_gazebo/menge_congregate/include/MengeCong.h:10:0,
from…
I cant manage to figure out which ROS distribution is better for certain purposes. In the past I used the lunar distribution which was the newest one but they keep releasing newer ones and with little information on their advantages/disadvantages or…
I need to simulate walk of robotic spider in ROS and gazebo. I am able to code srcipts in C++ or python for basic elements like cube or ball for simulation in gazebo but I have no idea how to do it for the spider with six legs. Any suggestion how to…
I have a kinda weird problem. I'm currently messing around with the VRX-Simulator, which simulates an unmanned-watersurface-vehicle.
For the installation I followed the guide on https://bitbucket.org/osrf/vrx/wiki/tutorials/SystemSetupInstall.
Then…
While excecuting step by step this installation guide http://wiki.ros.org/melodic/Installation/Ubuntu
I get this message:
E: Unable to locate package ros-melodic-desktop-full
also tried the kinetic version of ROS but again it was unable to locate…
For my class robotics project, we are required to read in video feed frame by frame from a virtual turtlebot being simulated using gazebo. Then we detect colors in this image (red, blue, and green) if they are at the center of the image, within a…
i have a python script and when I run it in ubuntu terminal it makes my robot to go forward in gazebo simulator. I also have some codes which I have written in spyder. I want to run that gazebo commands from my spyder ipython console, but when I'm…
I'm trying to run this Gazebo simulation: https://github.com/disaster-robotics-proalertas/usv_sim_lsa
I've followed along and installed ROS kinetic on my Ubuntu 16.04. But I keep getting an error for netifaces module not found, even though I've…
Every-time I launch Gazebo, there is a default turtlebot that always appears in the simulation although I don't launch him.
There is a black robot (called mobile_base), it appeared although I didn't launch it).
To simplify the problem, even when I…
I have gazebo simu run in a another host:192.168.10.11 by this scripts:
!/bin/bash px4_dir=$(pwd)
source $px4_dir/Tools/setup_gazebo.bash $px4_dir
$px4_dir/build/posix_sitl_default
source devel/setup.bash export
…
Working with Visual Studio Code. WSL. Ubuntu 20.0.4. ROS Noetic.
Following this guide: https://emanual.robotis.com/docs/en/platform/turtlebot3/slam_simulation/
I have tried to map this out on both my own and another laptop under the same environment…
Suppose I have a Python code for the A* algorithm, and I would like to create an environment in the Gazebo simulator with a starting and goal point. In this environment, a robot must move from the start to the goal position, using the A* algorithm…